Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface ServicesApiAssignAppointmentResourcesRequest

    Request parameters for assignAppointmentResources operation in ServicesApi.

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

    An Amazon-defined identifier of active service job appointment.

    Input containing the resource details to be assigned to the appointment.

    serviceJobId: string

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