POST services/api/rest/v1/Save_DayOpenAndClosing

Request Information

URI Parameters

None.

Body Parameters

DayOpenAndClosing_Master
NameDescriptionTypeAdditional 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:12:31.2572298+04:00",
  "DType": true,
  "LocId": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DayOpenAndClosing_Master
NameDescriptionTypeAdditional 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:12:31.2572298+04:00",
    "DType": true,
    "LocId": 4
  },
  {
    "Id": 1,
    "DDate": "2026-09-09T15:12:31.2572298+04:00",
    "DType": true,
    "LocId": 4
  }
]