The request schema for the createWarranty operation.

Export

CreateWarrantyRequest

interface CreateWarrantyRequest {
    attachments?: Attachment[];
    coverageEndDate?: string;
    coverageStartDate?: string;
}

Properties

attachments?: Attachment[]

Attachments to include in the message to the buyer. If any text is included in the attachment, the text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation.

Memberof

CreateWarrantyRequest

coverageEndDate?: string

The end date of the warranty coverage to include in the message to the buyer.

Memberof

CreateWarrantyRequest

coverageStartDate?: string

The start date of the warranty coverage to include in the message to the buyer.

Memberof

CreateWarrantyRequest