cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_365_FINANCE_CREATE_BILL_LINE_ITEM' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DYNAMICS_365_FINANCE_CREATE_BILL_LINE_ITEM", "parameters": { "HeaderReference": "<string>", "ItemNumber": "<string>", "ProcurementCategoryName": "<string>", "ReceiveNow": "<string>", "Unit": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Parent Bill Header Reference : Specify the Header Reference of the Parent Bill. (example: "DAT-000052")
Item Number
Procurement Category (example: "CORP PROCUREMENT CATEGORIES")
Quantity (example: "1")
Unit
Success
Was this page helpful?