cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_BUSINESS_CENTRAL_GET_PURCHASE_INVOICE_LINES' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DYNAMICS_BUSINESS_CENTRAL_GET_PURCHASE_INVOICE_LINES", "parameters": { "purchaseInvoiceId": "<string>", "paginationParameters": { "limit": 123, "skipToken": "<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
Purchase Invoice ID : Specify the record ID of the Purchase Invoice ID to fetch all associated Purchase Invoice Lines.
Pagination Parameters
Limit of records to fetch (maximum 100)
Skip token to fetch next page of records
Success
Was this page helpful?