cURL
curl --request POST \ --url https://api.zochil.io/v3/monitoring/shipment-invoices/update \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "id": "<string>", "amount": 123, "status": "<string>", "due_date": "2023-12-25", "description": "<string>", "paid_at": "2023-11-07T05:31:56Z" } '
Update an existing shipment invoice
Documentation IndexFetch the complete documentation index at: https://docs-kfhye.zochil.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs-kfhye.zochil.dev/llms.txt
Use this file to discover all available pages before exploring further.
Invoice ID
Updated invoice amount
Invoice status
Updated due date
Updated description
Payment date and time
Shipment invoice updated successfully