Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface ServicesApiAssignAppointmentResourcesRequest

    Request parameters for assignAppointmentResources operation in ServicesApi.

    interface ServicesApiAssignAppointmentResourcesRequest {
        appointmentId: string;
        body: AssignAppointmentResourcesRequest;
        serviceJobId: string;
    }
    Index

    Properties

    appointmentId: string

    An Amazon-defined identifier of active service job appointment.

    serviceJobId: string

    An Amazon-defined service job identifier. Get this value by calling the `getServiceJobs` operation of the Services API.