Retrieve a Work Order details.
path Parameters
idHeaders
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieve a Work Order details. › Responses
OK
idWork Order identifier.
Work Order Type details.
customerIdThe customer identifier.
serviceLocationIdThe Service Location identifier.
The Lead Tech account details.
workNeededA description of work needed as part of service.
serviceDateThe service date of the work order.
estimatedMinutesEstimated minutes required to complete work.
scheduledTimeTime scheduled to start work at specified service date.
laborCostLabor Cost for work order.
priceThe price of the work order. Independent of installed items or dosages.
workPerformedA description of work performed.
Updates an existing Work Order.
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Updates an existing Work Order. › Request Body
idWork Order identifier.
leadTechIdThe technician identifier. Null = no change, empty string = clear assignment.
workNeededA description of work needed as part of service.
serviceDateThe service date of the work order.
estimatedMinutesEstimated minutes required to complete work.
scheduledTimeTime scheduled to start work at specified service date.
laborCostLabor Cost for work order.
priceThe price of the work order. Independent of installed items or dosages.
workPerformedA description of work performed.
Updates an existing Work Order. › Responses
OK
idWork Order identifier.
Work Order Type details.
customerIdThe customer identifier.
serviceLocationIdThe Service Location identifier.
The Lead Tech account details.
workNeededA description of work needed as part of service.
serviceDateThe service date of the work order.
estimatedMinutesEstimated minutes required to complete work.
scheduledTimeTime scheduled to start work at specified service date.
laborCostLabor Cost for work order.
priceThe price of the work order. Independent of installed items or dosages.
workPerformedA description of work performed.
Creates a new Work Order
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Creates a new Work Order › Request Body
workOrderTypeIdThe WorkOrder type identifier.
customerIdThe customer identifier.
serviceLocationIdThe Service Location identifier.
leadTechIdThe technician identifier.
workNeededA description of work needed as part of service.
serviceDateThe service date of the work order.
estimatedMinutesEstimated minutes required to complete work.
scheduledTimeTime scheduled to start work at specified service date.
laborCostLabor Cost for work order.
priceThe price of the work order. Independent of installed items or dosages.
workPerformedA description of work performed.
Creates a new Work Order › Responses
Created
idWork Order identifier.
Work Order Type details.
customerIdThe customer identifier.
serviceLocationIdThe Service Location identifier.
The Lead Tech account details.
workNeededA description of work needed as part of service.
serviceDateThe service date of the work order.
estimatedMinutesEstimated minutes required to complete work.
scheduledTimeTime scheduled to start work at specified service date.
laborCostLabor Cost for work order.
priceThe price of the work order. Independent of installed items or dosages.
workPerformedA description of work performed.