POST api/Orders/GetSupplierOrders
Request Information
URI Parameters
None.
Body Parameters
GetOrderWhere| Name | Description | Type | Additional information |
|---|---|---|---|
| OrdId | integer |
None. |
|
| PaseAll | boolean |
None. |
|
| dFrom | date |
None. |
|
| dTo | date |
None. |
|
| EmpId | integer |
None. |
|
| Sts | integer |
None. |
|
| StsOnly | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrdId": 1,
"PaseAll": true,
"dFrom": "2026-03-14T09:51:53.6896571-05:00",
"dTo": "2026-03-14T09:51:53.6896571-05:00",
"EmpId": 5,
"Sts": 6,
"StsOnly": 7
}
application/xml, text/xml
Sample:
<GetOrderWhere xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes"> <EmpId>5</EmpId> <OrdId>1</OrdId> <PaseAll>true</PaseAll> <Sts>6</Sts> <StsOnly>7</StsOnly> <dFrom>2026-03-14T09:51:53.6896571-05:00</dFrom> <dTo>2026-03-14T09:51:53.6896571-05:00</dTo> </GetOrderWhere>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.