Yms apiOrder controller
Post Search orderIds
POST Search orderIds
Introduction
Search for orders matching specified criteria. Supports filtering by order ID, status, customer, carrier, equipment number, and other fields. Returns a list of all matching order records.
API Request
POST /public/order/search
Body Request Parameters
Request Parameters
Name | Location | Type | Required | Description |
|---|---|---|---|---|
X-Tenant-ID | header | string | No | none |
X-Yard-ID | header | string | No | none |
Item-Time-Zone | header | string | No | none |
Authorization | header | string | No | none |
body | body | OrderQuery | No | none |
» externalCarrierId | body | string | No | External carrier identifier from external systems |
Response Example
200 Response
Response
Status Code | Definition | Description | Data Model |
|---|---|---|---|
200 | OK | none | RListOrderView |