The response schema for the createServiceDocumentUploadDestination operation.

CreateServiceDocumentUploadDestination

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

Properties

Properties

errors?: Error[]

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

CreateServiceDocumentUploadDestination

CreateServiceDocumentUploadDestination