Cancel

Returns

Response Object object

Response object child attributes

***>
success Boolean
Identifier for success of the cancelation. true for success.

orderId

string

required

order Id of the order

``200 200

object success boolean

Defaults to true

``400 400

Example API Request

curl --request POST \  
     --url https://api.shipday.com/on-demand/cancel/orderId \  
     --header 'Accept: application/json' \  
     --header 'Authorization: Basic BgxsDwd00n.LNNn90QydrjgZ1K9dS13' \  
     --header 'Content-Type: application/json'

Example Response

{
  "success": true
}