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

assignAppointmentResources

Assigns new resource(s) or overwrite/update the existing one(s) to a service job appointment.

Usage Plan:

Rate (requests per second)Burst
12

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. Get this value by calling the getServiceJobs operation of the Services API.

string
required
length between 1 and 100

An Amazon-defined identifier of active service job appointment.

Body Params
resources
array of objects
required

List of resources that performs or performed job appointment fulfillment.

resources*
Responses

Response body
object
payload
object

The payload for the assignAppointmentResource operation.

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