POST api/HCS/GetHCSSchedulingRawDetail
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-15T10:21:28.2140344+00:00", "EndDate": "2025-05-15T10:21:28.2140344+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-15T10:21:28.2140344+00:00</BegDate> <CUSTNMBR>sample string 6</CUSTNMBR> <EndDate>2025-05-15T10:21:28.2140344+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 HCSRawSchedSummaryName | Description | Type | Additional information |
---|---|---|---|
CUSTNMBR | string |
None. |
|
ITEMNMBR | string |
None. |
|
ITEMDESC | string |
None. |
|
LineID | string |
None. |
|
FPItemNmbr | string |
None. |
|
FPItemDesc | string |
None. |
|
UMSCHED | string |
None. |
|
QtyForecasted | decimal number |
None. |
|
QtyOnHand | decimal number |
None. |
|
QtyAllocated | decimal number |
None. |
|
QtyInvoiced | decimal number |
None. |
|
QtyOrdered | decimal number |
None. |
|
QtyScheduled | decimal number |
None. |
|
QtyTest | decimal number |
None. |
|
QtyHold | decimal number |
None. |
|
QtyRemaining | decimal number |
None. |
|
QtyAvailable | decimal number |
None. |
|
Category | string |
None. |
|
ITMCLSCD | string |
None. |
|
ItemType | string |
None. |
|
BASEUOFM | string |
None. |
|
SELNGUOM | string |
None. |
|
BASESTNDCOST | decimal number |
None. |
|
BASELISTPRICE | decimal number |
None. |
|
SELLSTNDCOST | decimal number |
None. |
|
SELLLISTPRICE | decimal number |
None. |
|
BASEAVGCOST | decimal number |
None. |
|
SELLAVGCOST | decimal number |
None. |
|
QtyTankFarm | decimal number |
None. |
|
QtyTankHeel | decimal number |
None. |
|
QtyTankHigh | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CUSTNMBR": "sample string 1", "ITEMNMBR": "sample string 2", "ITEMDESC": "sample string 3", "LineID": "sample string 4", "FPItemNmbr": "sample string 5", "FPItemDesc": "sample string 6", "UMSCHED": "sample string 7", "QtyForecasted": 8.1, "QtyOnHand": 9.1, "QtyAllocated": 10.1, "QtyInvoiced": 11.1, "QtyOrdered": 12.1, "QtyScheduled": 13.1, "QtyTest": 14.1, "QtyHold": 15.1, "QtyRemaining": 0.0, "QtyAvailable": 0.0, "Category": "sample string 18", "ITMCLSCD": "sample string 19", "ItemType": "sample string 20", "BASEUOFM": "sample string 21", "SELNGUOM": "sample string 22", "BASESTNDCOST": 23.1, "BASELISTPRICE": 24.1, "SELLSTNDCOST": 25.1, "SELLLISTPRICE": 26.1, "BASEAVGCOST": 27.1, "SELLAVGCOST": 28.1, "QtyTankFarm": 29.1, "QtyTankHeel": 30.1, "QtyTankHigh": 31.1 }, { "CUSTNMBR": "sample string 1", "ITEMNMBR": "sample string 2", "ITEMDESC": "sample string 3", "LineID": "sample string 4", "FPItemNmbr": "sample string 5", "FPItemDesc": "sample string 6", "UMSCHED": "sample string 7", "QtyForecasted": 8.1, "QtyOnHand": 9.1, "QtyAllocated": 10.1, "QtyInvoiced": 11.1, "QtyOrdered": 12.1, "QtyScheduled": 13.1, "QtyTest": 14.1, "QtyHold": 15.1, "QtyRemaining": 0.0, "QtyAvailable": 0.0, "Category": "sample string 18", "ITMCLSCD": "sample string 19", "ItemType": "sample string 20", "BASEUOFM": "sample string 21", "SELNGUOM": "sample string 22", "BASESTNDCOST": 23.1, "BASELISTPRICE": 24.1, "SELLSTNDCOST": 25.1, "SELLLISTPRICE": 26.1, "BASEAVGCOST": 27.1, "SELLAVGCOST": 28.1, "QtyTankFarm": 29.1, "QtyTankHeel": 30.1, "QtyTankHigh": 31.1 } ]
application/xml, text/xml
Sample:
<ArrayOfHCSRawSchedSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs"> <HCSRawSchedSummary> <BASEAVGCOST>27.1</BASEAVGCOST> <BASELISTPRICE>24.1</BASELISTPRICE> <BASESTNDCOST>23.1</BASESTNDCOST> <BASEUOFM>sample string 21</BASEUOFM> <CUSTNMBR>sample string 1</CUSTNMBR> <Category>sample string 18</Category> <FPItemDesc>sample string 6</FPItemDesc> <FPItemNmbr>sample string 5</FPItemNmbr> <ITEMDESC>sample string 3</ITEMDESC> <ITEMNMBR>sample string 2</ITEMNMBR> <ITMCLSCD>sample string 19</ITMCLSCD> <ItemType>sample string 20</ItemType> <LineID>sample string 4</LineID> <QtyAllocated>10.1</QtyAllocated> <QtyAvailable>0</QtyAvailable> <QtyForecasted>8.1</QtyForecasted> <QtyHold>15.1</QtyHold> <QtyInvoiced>11.1</QtyInvoiced> <QtyOnHand>9.1</QtyOnHand> <QtyOrdered>12.1</QtyOrdered> <QtyRemaining>0</QtyRemaining> <QtyScheduled>13.1</QtyScheduled> <QtyTankFarm>29.1</QtyTankFarm> <QtyTankHeel>30.1</QtyTankHeel> <QtyTankHigh>31.1</QtyTankHigh> <QtyTest>14.1</QtyTest> <SELLAVGCOST>28.1</SELLAVGCOST> <SELLLISTPRICE>26.1</SELLLISTPRICE> <SELLSTNDCOST>25.1</SELLSTNDCOST> <SELNGUOM>sample string 22</SELNGUOM> <UMSCHED>sample string 7</UMSCHED> </HCSRawSchedSummary> <HCSRawSchedSummary> <BASEAVGCOST>27.1</BASEAVGCOST> <BASELISTPRICE>24.1</BASELISTPRICE> <BASESTNDCOST>23.1</BASESTNDCOST> <BASEUOFM>sample string 21</BASEUOFM> <CUSTNMBR>sample string 1</CUSTNMBR> <Category>sample string 18</Category> <FPItemDesc>sample string 6</FPItemDesc> <FPItemNmbr>sample string 5</FPItemNmbr> <ITEMDESC>sample string 3</ITEMDESC> <ITEMNMBR>sample string 2</ITEMNMBR> <ITMCLSCD>sample string 19</ITMCLSCD> <ItemType>sample string 20</ItemType> <LineID>sample string 4</LineID> <QtyAllocated>10.1</QtyAllocated> <QtyAvailable>0</QtyAvailable> <QtyForecasted>8.1</QtyForecasted> <QtyHold>15.1</QtyHold> <QtyInvoiced>11.1</QtyInvoiced> <QtyOnHand>9.1</QtyOnHand> <QtyOrdered>12.1</QtyOrdered> <QtyRemaining>0</QtyRemaining> <QtyScheduled>13.1</QtyScheduled> <QtyTankFarm>29.1</QtyTankFarm> <QtyTankHeel>30.1</QtyTankHeel> <QtyTankHigh>31.1</QtyTankHigh> <QtyTest>14.1</QtyTest> <SELLAVGCOST>28.1</SELLAVGCOST> <SELLLISTPRICE>26.1</SELLLISTPRICE> <SELLSTNDCOST>25.1</SELLSTNDCOST> <SELNGUOM>sample string 22</SELNGUOM> <UMSCHED>sample string 7</UMSCHED> </HCSRawSchedSummary> </ArrayOfHCSRawSchedSummary>