POST services/api/rest/v1/Save_DayOpenAndClosing
Request Information
URI Parameters
None.
Body Parameters
DayOpenAndClosing_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DDate | date |
None. |
|
| DType | boolean |
None. |
|
| LocId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"DDate": "2026-09-09T15:17:08.2939212+04:00",
"DType": true,
"LocId": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DayOpenAndClosing_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DDate | date |
None. |
|
| DType | boolean |
None. |
|
| LocId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"DDate": "2026-09-09T15:17:08.2939212+04:00",
"DType": true,
"LocId": 4
},
{
"Id": 1,
"DDate": "2026-09-09T15:17:08.2939212+04:00",
"DType": true,
"LocId": 4
}
]