POST api/HCS/SaveWetChemOverrides?filename={filename}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filename | string |
Required |
Body Parameters
Collection of WeekItemOverride| Name | Description | Type | Additional information |
|---|---|---|---|
| ITEMNMBR | string |
None. |
|
| ITEMDESC | string |
None. |
|
| LineID | string |
None. |
|
| StartDate | string |
None. |
|
| OrigWeekTotal | decimal number |
None. |
|
| QtyFri | Collection of decimal number |
None. |
|
| QtySat | Collection of decimal number |
None. |
|
| QtySun | Collection of decimal number |
None. |
|
| QtyMon | Collection of decimal number |
None. |
|
| QtyTue | Collection of decimal number |
None. |
|
| QtyWed | Collection of decimal number |
None. |
|
| QtyThu | Collection of decimal number |
None. |
|
| QtyWeekTotal | Collection of decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ITEMNMBR": "sample string 1",
"ITEMDESC": "sample string 2",
"LineID": "sample string 3",
"StartDate": "sample string 4",
"OrigWeekTotal": 5.0,
"QtyFri": [
1.0,
2.0
],
"QtySat": [
1.0,
2.0
],
"QtySun": [
1.0,
2.0
],
"QtyMon": [
1.0,
2.0
],
"QtyTue": [
1.0,
2.0
],
"QtyWed": [
1.0,
2.0
],
"QtyThu": [
1.0,
2.0
],
"QtyWeekTotal": [
1.0,
2.0
]
},
{
"ITEMNMBR": "sample string 1",
"ITEMDESC": "sample string 2",
"LineID": "sample string 3",
"StartDate": "sample string 4",
"OrigWeekTotal": 5.0,
"QtyFri": [
1.0,
2.0
],
"QtySat": [
1.0,
2.0
],
"QtySun": [
1.0,
2.0
],
"QtyMon": [
1.0,
2.0
],
"QtyTue": [
1.0,
2.0
],
"QtyWed": [
1.0,
2.0
],
"QtyThu": [
1.0,
2.0
],
"QtyWeekTotal": [
1.0,
2.0
]
}
]
application/xml, text/xml
Sample:
<ArrayOfWeekItemOverride xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs">
<WeekItemOverride>
<ITEMDESC>sample string 2</ITEMDESC>
<ITEMNMBR>sample string 1</ITEMNMBR>
<LineID>sample string 3</LineID>
<OrigWeekTotal>5</OrigWeekTotal>
<QtyFri xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyFri>
<QtyMon xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyMon>
<QtySat xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtySat>
<QtySun xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtySun>
<QtyThu xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyThu>
<QtyTue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyTue>
<QtyWed xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyWed>
<QtyWeekTotal xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyWeekTotal>
<StartDate>sample string 4</StartDate>
</WeekItemOverride>
<WeekItemOverride>
<ITEMDESC>sample string 2</ITEMDESC>
<ITEMNMBR>sample string 1</ITEMNMBR>
<LineID>sample string 3</LineID>
<OrigWeekTotal>5</OrigWeekTotal>
<QtyFri xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyFri>
<QtyMon xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyMon>
<QtySat xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtySat>
<QtySun xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtySun>
<QtyThu xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyThu>
<QtyTue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyTue>
<QtyWed xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyWed>
<QtyWeekTotal xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:decimal>1</d3p1:decimal>
<d3p1:decimal>2</d3p1:decimal>
</QtyWeekTotal>
<StartDate>sample string 4</StartDate>
</WeekItemOverride>
</ArrayOfWeekItemOverride>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>