GET api/orders/CancelOrder/{programid}?userId={userId}&orderId={orderId}&inventoryId={inventoryId}

Cancels a given order

Request Information

Parameters

NameDescriptionAdditional information
userId

Define this parameter in the request URI.

programid

Define this parameter in the request URI.

orderId

Define this parameter in the request URI.

inventoryId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "data": [
    {},
    {},
    {}
  ]
}