UNPKG

@itentialopensource/adapter-microsoft_dynamics

Version:

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

208 lines 5.48 kB
{ "actions": [ { "name": "listTimeRegistrationEntriesForEmployee", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/timeRegistrationEntries?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postTimeRegistrationEntryForEmployee", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/timeRegistrationEntries?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getTimeRegistrationEntryForEmployee", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteTimeRegistrationEntryForEmployee", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "patchTimeRegistrationEntryForEmployee", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "listTimeRegistrationEntries", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/{pathv1}/timeRegistrationEntries?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postTimeRegistrationEntry", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/{pathv1}/timeRegistrationEntries?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getTimeRegistrationEntry", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteTimeRegistrationEntry", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "patchTimeRegistrationEntry", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }