Kustomer API

Getting access, Developing, Testing

Back to Kustomer

Update Schedule by ID

Modifies a schedule.

Hours is an object where the key is the day index and the value is a hour tuple. 0 is Sunday, 1 is Monday, 2 is tuesday, etc.

Each hour tuple is an array with 2 values. Each value is the time of day represented in minutes. The first value is the start time and the second value is the end time.

For example, [480, 1020] represents 8:00AM - 5:00pm.

Input

type: object properties: parameters: type: object properties: id: type: string description: (Required) Schedule ID required: - id title: Parameters data: type: string example: '"{\n \"type\": \"boolean\",\n \"default\": \"<boolean>\"\n}"' title: Data

Output

type: object properties: data: type: object properties: type: type: string id: type: string attributes: type: object properties: type: type: string default: type: string relationships: type: object properties: org: type: object properties: links: type: object properties: self: type: string data: type: object properties: type: type: string id: type: string createdBy: type: object properties: links: type: object properties: self: type: string data: type: object properties: type: type: string id: type: string modifiedBy: type: object properties: links: type: object properties: self: type: string data: type: object properties: type: type: string id: type: string links: type: object properties: self: type: string