The request schema Call to generate the collection form.

GenerateCollectionFormRequest

interface GenerateCollectionFormRequest {
    carrierId: string;
    clientReferenceDetails?: ClientReferenceDetail[];
    shipFromAddress?: Address;
}

Properties

carrierId: string

The carrier identifier for the offering, provided by the carrier.

GenerateCollectionFormRequest

clientReferenceDetails?: ClientReferenceDetail[]

Object to pass additional information about the MCI Integrator shipperType: List of ClientReferenceDetail

GenerateCollectionFormRequest

shipFromAddress?: Address

GenerateCollectionFormRequest