The response schema for the getServiceJobByServiceJobId operation.

Export

GetServiceJobByServiceJobIdResponse

interface GetServiceJobByServiceJobIdResponse {
    errors?: Error[];
    payload?: ServiceJob;
}

Properties

Properties

errors?: Error[]

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

Memberof

GetServiceJobByServiceJobIdResponse

payload?: ServiceJob

Memberof

GetServiceJobByServiceJobIdResponse