cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_365_FINANCE_GET_INVOICE_LINE_ITEM_BY_ID' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DYNAMICS_365_FINANCE_GET_INVOICE_LINE_ITEM_BY_ID", "parameters": { "ParentRecId": "<string>", "LineNumber": "<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 Invoice ID : Specify the record ID of the parent invoice for the Invoice Line Item to fetch. (example: "5637146829")
Invoice Line Item ID : Specify the Line Number of the Invoice Line Item to fetch. (example: "1")
Success
Was this page helpful?