curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_BUSINESS_CENTRAL_CREATE_PURCHASE_INVOICE_LINE_ITEM' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "DYNAMICS_BUSINESS_CENTRAL_CREATE_PURCHASE_INVOICE_LINE_ITEM",
"parameters": {
"parentInvoiceId": "<string>",
"lineType": "Item",
"resourceNumber": "<string>",
"lineDescription": "<string>",
"quantity": "<string>",
"unitCost": "<string>",
"accountId": "<string>",
"measureCodeUnit": "<string>",
"taxPercent": "<string>",
"taxGroupCode": "<string>",
"purchaseInvoiceLineAdditionalFields": {}
}
}'
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_BUSINESS_CENTRAL_CREATE_PURCHASE_INVOICE_LINE_ITEM' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "DYNAMICS_BUSINESS_CENTRAL_CREATE_PURCHASE_INVOICE_LINE_ITEM",
"parameters": {
"parentInvoiceId": "<string>",
"lineType": "Item",
"resourceNumber": "<string>",
"lineDescription": "<string>",
"quantity": "<string>",
"unitCost": "<string>",
"accountId": "<string>",
"measureCodeUnit": "<string>",
"taxPercent": "<string>",
"taxGroupCode": "<string>",
"purchaseInvoiceLineAdditionalFields": {}
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success