Document that captured during service appointment fulfillment that portrays proof of completion

Export

FulfillmentDocument

interface FulfillmentDocument {
    contentSha256?: string;
    uploadDestinationId?: string;
}

Properties

contentSha256?: string

Sha256 hash of the file content. This value is used to determine if the file has been corrupted or tampered with during transit.

Memberof

FulfillmentDocument

uploadDestinationId?: string

The identifier of the upload destination. Get this value by calling the createServiceDocumentUploadDestination operation of the Services API.

Memberof

FulfillmentDocument