Order Service
Order
Add workOrder to the order
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
AddWorkOrderRequest
*serviceTemplateId
string
ID of the service config template
serviceTemplateName
string
Name of the service config template
pickupDetails
PickupDetails
*returnDetails
ReturnDetails
deliveryDetails
DeliverySlotDetails
attributes
object
Example: [object Object]
description
Description
description of the order. Could contain details on the type of the order, its contents etc.
containers
string[]
Example:
type
string<MOVE_CONTAINER | PHYSICAL_SERVICE | DIGITAL_SERVICE>
*callback
Callback
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?