UNPKG

@itentialopensource/adapter-microsoft_dynamics

Version:

This adapter integrates with system described as: Microsoft Dynamics 365: Business Applications

50 lines 1.23 kB
{ "actions": [ { "name": "getToken", "protocol": "REST", "method": "POST", "entitypath": "/{pathv1}/oauth2/token", "requestSchema": "schemaTokenReq.json", "responseSchema": "schemaTokenResp.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "URLENCODE", "responseDatatype": "JSON", "headers": {}, "sso": { "protocol": "https", "host": "login.microsoftonline.com", "port": 443 }, "responseObjects": [ { "type": "DEFAULT", "key": "", "mockFile": "mockdatafiles/getToken-default.json" } ] }, { "name": "healthcheck", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/healthcheck?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "", "responseDatatype": "", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/healthcheck-default.json" } ] } ] }