POST ev/configurations/working_hours

Request Information

URI Parameters

None.

Body Parameters

WorkingHours
NameDescriptionTypeAdditional information
machineId

string

None.

customHours

Collection of CustomWorkingHours

None.

defaultHours

Collection of StandardWorkingHours

None.

Request Formats

application/json, text/json

Sample:
{
  "machineId": "sample string 1",
  "customHours": [
    {
      "date": 1,
      "from": "sample string 2",
      "to": "sample string 3"
    },
    {
      "date": 1,
      "from": "sample string 2",
      "to": "sample string 3"
    }
  ],
  "defaultHours": [
    {
      "dayOfWeek": 1,
      "from": "sample string 2",
      "to": "sample string 3"
    },
    {
      "dayOfWeek": 1,
      "from": "sample string 2",
      "to": "sample string 3"
    }
  ]
}

Response Information

Resource Description

None.