Order Service
Order
Takes order cancellation request
1min
PUT
PATH PARAMETERS
orderId
string
*Code of an entity.
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Unique requestId
X-COREOS-TID
string
*Tenant id
X-COREOS-ACCESS
string
*core-os access token
X-COREOS-USERINFO
string
core-os user info token
X-COREOS-CALLBACK-SECRET
string
Core-os secret token
BODY PARAMETERS
body
OrderCancelRequest
*callback
Callback
onRequest
CustomCallRequestObject
onError
CustomCallErrorObject
RESPONSES
202
Accepted
RequestProcessedSuccessResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
400
Error Occurred
PutErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
401
Error Occurred
PutErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
404
Error Occurred
PutErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]


Updated 03 Aug 2023
Did this page help you?