Response schema for the completeServiceJobByServiceJobId operation.

Export

CompleteServiceJobByServiceJobIdResponse

interface CompleteServiceJobByServiceJobIdResponse {
    errors?: Error[];
}

Properties

Properties

errors?: Error[]

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

Memberof

CompleteServiceJobByServiceJobIdResponse