Inbound | POST | /orders/cross-dock-plan

Summary

This API can be used to create a cross dock plan from ERP system against an outward order already created in Increff system

Description

<aside> 📌

Note:

Request Body

{  
  "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

Response

Empty Response

HttpStatus : **200**