The response schema for the createServiceDocumentUploadDestination operation.

Export

CreateServiceDocumentUploadDestination

interface CreateServiceDocumentUploadDestination {
    errors?: Error[];
    payload?: ServiceDocumentUploadDestination;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

CreateServiceDocumentUploadDestination

Memberof

CreateServiceDocumentUploadDestination