@itentialopensource/adapter-microsoft_dynamics
Version:
This adapter integrates with system described as: Microsoft Dynamics 365: Business Applications
226 lines • 5.92 kB
JSON
{
"actions": [
{
"name": "listSalesInvoices",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/{pathv1}/salesInvoices?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postSalesInvoice",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/{pathv1}/salesInvoices?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getSalesInvoice",
"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": "deleteSalesInvoice",
"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": "patchSalesInvoice",
"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": ""
}
]
},
{
"name": "cancelAndSendActionSalesInvoices",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/Microsoft.NAV.cancelAndSend?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "cancelActionSalesInvoices",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/Microsoft.NAV.cancel?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "makeCorrectiveCreditMemoActionSalesInvoices",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/Microsoft.NAV.makeCorrectiveCreditMemo?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postAndSendActionSalesInvoices",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/Microsoft.NAV.postAndSend?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postActionSalesInvoices",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/Microsoft.NAV.post?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "sendActionSalesInvoices",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/Microsoft.NAV.send?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}