POST api/HCS/GetHCSSchedulingOrderDetails
Request Information
URI Parameters
None.
Body Parameters
HCSSchedulingCriteriaName | Description | Type | Additional information |
---|---|---|---|
FromMonth | string |
None. |
|
ToMonth | string |
None. |
|
BegDate | date |
None. |
|
EndDate | date |
None. |
|
ITEMNMBR | string |
None. |
|
CUSTNMBR | string |
None. |
|
RawITEMNMBR | string |
None. |
|
PlantLines | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromMonth": "sample string 1", "ToMonth": "sample string 2", "BegDate": "2025-05-15T11:57:58.9577954+00:00", "EndDate": "2025-05-15T11:57:58.9577954+00:00", "ITEMNMBR": "sample string 5", "CUSTNMBR": "sample string 6", "RawITEMNMBR": "sample string 7", "PlantLines": true }
application/xml, text/xml
Sample:
<HCSSchedulingCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs"> <BegDate>2025-05-15T11:57:58.9577954+00:00</BegDate> <CUSTNMBR>sample string 6</CUSTNMBR> <EndDate>2025-05-15T11:57:58.9577954+00:00</EndDate> <FromMonth>sample string 1</FromMonth> <ITEMNMBR>sample string 5</ITEMNMBR> <PlantLines>true</PlantLines> <RawITEMNMBR>sample string 7</RawITEMNMBR> <ToMonth>sample string 2</ToMonth> </HCSSchedulingCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of HCSSchedOrdersName | Description | Type | Additional information |
---|---|---|---|
ITEMNMBR | string |
None. |
|
CUSTNMBR | string |
None. |
|
CUSTNAME | string |
None. |
|
CSTPONBR | string |
None. |
|
DOCDATE | date |
None. |
|
ReqShipDate | date |
None. |
|
SOPNUMBE | string |
None. |
|
SHIPMTHD | string |
None. |
|
QUANTITY | decimal number |
None. |
|
UOFM | string |
None. |
|
Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ITEMNMBR": "sample string 1", "CUSTNMBR": "sample string 2", "CUSTNAME": "sample string 3", "CSTPONBR": "sample string 4", "DOCDATE": "2025-05-15T11:57:58.9734845+00:00", "ReqShipDate": "2025-05-15T11:57:58.9734845+00:00", "SOPNUMBE": "sample string 7", "SHIPMTHD": "sample string 8", "QUANTITY": 9.1, "UOFM": "sample string 10", "Type": "sample string 11" }, { "ITEMNMBR": "sample string 1", "CUSTNMBR": "sample string 2", "CUSTNAME": "sample string 3", "CSTPONBR": "sample string 4", "DOCDATE": "2025-05-15T11:57:58.9734845+00:00", "ReqShipDate": "2025-05-15T11:57:58.9734845+00:00", "SOPNUMBE": "sample string 7", "SHIPMTHD": "sample string 8", "QUANTITY": 9.1, "UOFM": "sample string 10", "Type": "sample string 11" } ]
application/xml, text/xml
Sample:
<ArrayOfHCSSchedOrders xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs"> <HCSSchedOrders> <CSTPONBR>sample string 4</CSTPONBR> <CUSTNAME>sample string 3</CUSTNAME> <CUSTNMBR>sample string 2</CUSTNMBR> <DOCDATE>2025-05-15T11:57:58.9734845+00:00</DOCDATE> <ITEMNMBR>sample string 1</ITEMNMBR> <QUANTITY>9.1</QUANTITY> <ReqShipDate>2025-05-15T11:57:58.9734845+00:00</ReqShipDate> <SHIPMTHD>sample string 8</SHIPMTHD> <SOPNUMBE>sample string 7</SOPNUMBE> <Type>sample string 11</Type> <UOFM>sample string 10</UOFM> </HCSSchedOrders> <HCSSchedOrders> <CSTPONBR>sample string 4</CSTPONBR> <CUSTNAME>sample string 3</CUSTNAME> <CUSTNMBR>sample string 2</CUSTNMBR> <DOCDATE>2025-05-15T11:57:58.9734845+00:00</DOCDATE> <ITEMNMBR>sample string 1</ITEMNMBR> <QUANTITY>9.1</QUANTITY> <ReqShipDate>2025-05-15T11:57:58.9734845+00:00</ReqShipDate> <SHIPMTHD>sample string 8</SHIPMTHD> <SOPNUMBE>sample string 7</SOPNUMBE> <Type>sample string 11</Type> <UOFM>sample string 10</UOFM> </HCSSchedOrders> </ArrayOfHCSSchedOrders>