schedule_ends_at | string or null <date-time> The moment the schedule ends if state is scheduled, | ||||||||
schedule_reason | string or null [ 1 .. 255 ] characters The reason for the schedule shown to customers if state is scheduled, | ||||||||
state | string The state of your service-center.
|
{- "schedule_ends_at": "2019-08-24T14:15:22Z",
- "schedule_reason": "string",
- "state": "closed"
}
Retrieve service center information.
Successful response.
An error occurred - see status code and problem response for more information.
Opened.
{- "schedule_ends_at": null,
- "schedule_reason": null,
- "state": "opened"
}
Update the service center information.
The updated service center.
schedule_ends_at required | string or null <date-time> The moment the schedule ends if state is scheduled, | ||||||||
schedule_reason required | string or null [ 1 .. 255 ] characters The reason for the schedule shown to customers if state is scheduled, | ||||||||
state required | string The state of your service-center.
|
Successful response.
schedule_ends_at | string or null <date-time> The moment the schedule ends if state is scheduled, | ||||||||
schedule_reason | string or null [ 1 .. 255 ] characters The reason for the schedule shown to customers if state is scheduled, | ||||||||
state | string The state of your service-center.
|
An error occurred - see status code and problem response for more information.
{- "schedule_ends_at": null,
- "schedule_reason": null,
- "state": "opened"
}
{- "schedule_ends_at": "2019-08-24T14:15:22Z",
- "schedule_reason": "string",
- "state": "closed"
}