POST
/
sale_order
/
status
/
{saleOrderIdentifier}
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>"
}

Authorizations

Authorization
string
header
required

Path Parameters

saleOrderIdentifier
string
required

Body

application/json

Response

200 - application/json

Successful response

The response is of type object.