This service, is optional. You do not have to use this service.
This service should be used if you would like to set the working hours of stations/locations.
Data: Returned data
Message: Output message
ReturnCode: Return code of the output. If "Success" is true, then
check this value.
Success: If unpected errors, or exceptions occur, this will be
false.
success: Same as Success
{ "apiKey": "your API key here", "computationTicketID": "your computation ticket here", "locationWorkingHours": [ { LocationId: "1", WeeklyWorkingHours: [ { WeekDay: 1, WorkingHours: { Start: "08:00", End: "17:00" }, BreakHours: { Start: "12:00", End: "13:00" }, BreakDuration: 30 }, { WeekDay: 2, WorkingHours: { Start: "08:00", End: "17:00" }, BreakHours: { Start: "12:00", End: "13:00" }, BreakDuration: 30 }, { WeekDay: 3, WorkingHours: { Start: "08:00", End: "17:00" }, BreakHours: { Start: "12:00", End: "13:00" }, BreakDuration: 30 }, { WeekDay: 4, WorkingHours: { Start: "08:00", End: "17:00" }, BreakHours: { Start: "12:00", End: "13:00" }, BreakDuration: 30 }, { WeekDay: 5, WorkingHours: { Start: "08:00", End: "17:00" }, BreakHours: { Start: "12:00", End: "13:00" }, BreakDuration: 30 } ] } ] } |
Content-Type: application/json |
{
"Data" : null ,
"Message" : null ,
"ReturnCode" : 0,
"Success" : true ,
"success" : true
} |