This API can be used to create a cross dock plan from ERP system against an outward order already created in Increff system
<aside> 📌
Note:
boxCodes have to be unique across all vendors.
</aside>{
"orderCode": "order1",
"locationCode": "location1",
"boxCodes": [
"box1", "box2"
]
}
| Parameter Name | Data Type | Description | Mandatory |
|---|---|---|---|
orderCode |
String | Code to uniquely identify an order | Yes |
locationCode |
String | Location of the warehouse where the order is created | Yes |
boxCodes |
List <String> | Codes to uniquely identify the boxes in an order | |
| Min Value: 1 | |||
| Max Value: 250 | Yes |
Empty Response
HttpStatus :Â **200**