cURL
curl --request POST \ --url https://api.zochil.io/v3/monitoring/shipment-invoices/create \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "shipment_id": "<string>", "invoice_number": "<string>", "amount": 123, "currency": "<string>", "due_date": "2023-12-25", "description": "<string>" } '
Create a new invoice for a shipment
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.
The shipment ID
Unique invoice number
Invoice amount
Currency code (e.g., MNT, USD)
Invoice due date
Invoice description
Shipment invoice created successfully