LogisticsOrder API
Client Order APIs
on hold order request by using client id and clientOrder Id
1min
PUT
https://{domain}/app/logisticsorders/v1/api/clients/{clientId}/orders/{clientOrderId}/on-hold
Path Parameters
clientId
string
*
clientOrderId
string
*
Header Parameters
X-COREOS-REQUEST-ID
string
*
X-COREOS-TID
string
*
X-COREOS-ACCESS
string
*
X-COREOS-USERINFO
string
*
Body Parameters
body
OrderOnholdRequest
*
onHold
boolean
*
onHoldReason
string
Responses
202
Accepted
RequestProcessedSuccessResponse
All Of
ErrorResponse +
error
Error
*
request
Request
*
data
object
400
Error Occurred
PutErrorResponse
All Of
ErrorResponse +
error
Error
*
request
Request
*
data
object
401
Error Occurred
PutErrorResponse
All Of
ErrorResponse +
error
Error
*
request
Request
*
data
object
503
Error Occurred
PutErrorResponse
All Of
ErrorResponse +
error
Error
*
request
Request
*
data
object
Updated 30 Aug 2024
Did this page help you?