HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

addAppointmentForServiceJobByServiceJobId

Adds an appointment to the service job indicated by the service job identifier specified.

Usage Plan:

Rate (requests per second)Burst
520

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Path Params
string
required
length between 1 and 100

An Amazon defined service job identifier.

Body Params

Add appointment operation input details.

appointmentTime
object
required

The input appointment time details.

Responses

Response body
object
string
length between 5 and 100

The appointment identifier.

warnings
array of objects

A list of warnings returned in the sucessful execution response of an API request.

warnings
object
string
required

An warning code that identifies the type of warning that occurred.

string
required

A message that describes the warning condition in a human-readable form.

string

Additional details that can help the caller understand or address the warning.

errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

string

The type of error.

ERROR WARNING

Show Details
ERRORError
WARNINGWarning
Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language