cURL
curl --request POST \ --url http://api.salesjourney.io/sale_order/status/{saleOrderIdentifier} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "status": "BILLED" } '
{ "success": true, "message": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.salesjourney.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.salesjourney.io/llms.txt
Use this file to discover all available pages before exploring further.
BILLED
IN_TRANSIT
DELIVERED
Successful response