POST api/HCS/SetFourWeekSchedule
Request Information
URI Parameters
None.
Body Parameters
HCSFourWeekScheduleRowName | Description | Type | Additional information |
---|---|---|---|
empid | integer |
None. |
|
LineID | string |
None. |
|
ITEMNMBR | string |
None. |
|
ScheduleRowID | integer |
None. |
|
WeekDate | date |
None. |
|
WeekQty | decimal number |
None. |
|
Priority | integer |
None. |
|
UpdatePriority | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "empid": 1, "LineID": "sample string 2", "ITEMNMBR": "sample string 3", "ScheduleRowID": 4, "WeekDate": "2025-05-15T10:27:59.757437+00:00", "WeekQty": 6.1, "Priority": 7, "UpdatePriority": true }
application/xml, text/xml
Sample:
<HCSFourWeekScheduleRow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs"> <ITEMNMBR>sample string 3</ITEMNMBR> <LineID>sample string 2</LineID> <Priority>7</Priority> <ScheduleRowID>4</ScheduleRowID> <UpdatePriority>true</UpdatePriority> <WeekDate>2025-05-15T10:27:59.757437+00:00</WeekDate> <WeekQty>6.1</WeekQty> <empid>1</empid> </HCSFourWeekScheduleRow>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>