PUT TimeSaver/PutSiteShiftBreakTimes
Request Information
URI Parameters
None.
Body Parameters
Collection of SiteShiftBreakTime| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SiteShiftID | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| StartTime | time interval |
Required |
|
| EndTime | time interval |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "63466d58-9228-4148-b35d-42269c74e3d3",
"SiteShiftID": "c577b30b-4b9d-4bde-b0c6-55fcd4ff9a3d",
"Name": "sample string 3",
"StartTime": "00:00:00.1234567",
"EndTime": "00:00:00.1234567"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.