cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#DYNAMICS_365_FINANCE_DELETE_PAYMENT_JOURNAL_LINE_ITEM' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "DYNAMICS_365_FINANCE_DELETE_PAYMENT_JOURNAL_LINE_ITEM", "parameters": { "JournalBatchNumber": "<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
Journal Batch Number : Specify the batch number of the Parent Payment Journal to delete its child line item. (example: "DAT-000001")
Payment Journal Line Item ID : Specify the Line Number of the Payment Journal Line Item to delete. (example: "1")
Success
Was this page helpful?