/
Create Gate Pass
Create Gate Pass
Inbound | POST | /shipment/gatepass
Summary
This API is used to create gate pass in Omni.
Description
This API is used to create gate pass in Omni.
Request
{
"gatePassCode": "AF349YR",
"locationCode": "RTOU53S",
"shipmentDetails": [
{
"orderCode": "AEW34YU",
"shipmentCode": "AUTR562"
}
]
}
Parameter Name | Data Type | Description | Mandatory |
| String | Code used by channel to identify an gate pass | yes |
| String | Location code of the warehouse for which the gate pass will be created | yes |
| Object[] | shipments to be included in a gate pass | yes |
| String | Unique code used by channel to identify the order | yes |
| String | Unique code used by the channel to identify shipment | yes |
(Note: For a client gatePassCode must be unique for a specific locationCode but it might be same for a different locationCode)
Response
EmptyBody
HttpStatus : 200
, multiple selections available,
Related content
Cancel Gate Pass
Cancel Gate Pass
More like this
GRN Posting API (Gate Entry)
GRN Posting API (Gate Entry)
More like this
GRN Posting API (Gate Entry) (Beta)
GRN Posting API (Gate Entry) (Beta)
More like this
Handover Notification API
Handover Notification API
More like this
ASN Posting API
ASN Posting API
More like this
GRN Posting API (Order)(Beta)
GRN Posting API (Order)(Beta)
More like this