Create Work Order
POSThttps://secure.fleetio.com/api/v1/work_orders
This endpoint is deprecated and will be removed in a future version. Please use the new v2 endpoint instead.
Creates a new Work Order
Request
- application/json
Body
The date and time at which this Work Order was issued. We recommend using ISO-8601 formatted dates to avoid ambiguity.
2023-03-14T13:46:27-06:00
The date and time at which this Work Order was started. We recommend using ISO-8601 formatted dates to avoid ambiguity.
2023-03-14T13:46:27-06:00
The date and time at which this Work Order was completed. We recommend using ISO-8601 formatted dates to avoid ambiguity.
2023-03-14T13:46:27-06:00
Possible values: >= 1
The name of the Work Order Status
associated with this Work Order.
The number of the Invoice
associated with this Work Order.
Possible values: <= 255 characters
Possible values: >= 1
The name of the Vendor
associated with this Work Order.
Possible values: <= 255 characters
Possible values: >= 1
The name of the Vehicle
associated with this Work Order.
Possible values: <= 255 characters
The type of discount applied to this Work Order.
Possible values: [percentage
, amount
]
The discount amount in decimal currency units applied to this Work Order.
The percentage of the discount applied to this Work Order.
Used if discount_type
is set to percentage
.
The percentage of the first tax applied to this Work Order.
Used if tax_1_type
is set to percentage
.
The type of tax to apply to this record.
Possible values: [fixed
, percentage
]
percentage
The amount of the first tax applied to this Work Order.
Used if tax_1_type
is set to amount
.
The percentage of the second tax applied to this Work Order.
Used if tax_2_type
is set to percentage
.
The type of tax to apply to this record.
Possible values: [fixed
, percentage
]
percentage
The amount of the second tax applied to this Work Order.
Used if tax_2_type
is set to amount
.
Possible values: >= 1
Possible values: >= 1
A comma separated list of tags associated with this record. The only
delimiter allowed is a comma (,
). Please remove any commas from your
labels before saving the record.
Possible values: <= 255 characters
High Priority
The number of the Purchase Order
associated with this Work Order.
A description of this Work Order.
The number to be applied to this Work Order. Must be unique.
meter_entry_attributes object
secondary_meter_entry_attributes object
*Full details on working with Custom Fields here.
Use start meter for completion meter?
Possible values: >= 1
Responses
- 201
- 401
- 403
- 422
- 500
OK
Response Headers
- application/json
- Schema
- Example (auto)
Schema
Possible values: >= 1
The date and time at which this record was created.
2023-03-14T13:46:27-06:00
The date and time at which this record was most recently updated.
2023-03-14T13:46:27-06:00
Possible values: >= 1
The unique number of this Work Order.
The date and time at which the Work Order was completed.
2023-03-14T13:46:27-06:00
The date and time at which the Work Order is expected to be completed.
2023-03-14T13:46:27-06:00
A description of this Work Order.
Indicates whether or not the ending meter is the same as the starting meter.
The number of seconds elapsed between beginning this Work Order and completing it.
The number of the Invoice
associated with this Work Order.
Indicates whether this Work Order is currently active or has already been completed.
Possible values: [active
, completed
]
The date and time at which the Work Order was issued.
2023-03-14T13:46:27-06:00
Possible values: >= 1
Possible values: >= 1
The number of any Purchase Order
associated with this Work Order.
The date and time at which the Work Order was started.
2023-03-14T13:46:27-06:00
Possible values: >= 1
The date and time at which the Vehicle
associated with this Work
Order was archived, if applicable.
2023-03-14T13:46:27-06:00
Indicates whether an email notification should be sent to the assignee of this Work Order.
The date and time at which the Work Order was scheduled.
2023-03-14T13:46:27-06:00
Possible values: >= 1
Possible values: >= 1
Possible values: >= 1
*Full details on working with Custom Fields here.
Indicates whether this Work Order is sample data.
Possible values: >= 1
Possible values: >= 1
A list of tags associated with this record.
Possible values: <= 255 characters
The sum of subtotals for any line items of the type
ServiceEntryFeeLineItem
.
Indicates whether or not to include labor subtotals in tax calculations.
The currency code used for monetary values in this Work Order.
USD
The total cost of labor in cents.
The total cost of parts in cents.
The pre-tax subtotal amount in cents.
The number of Comments
on this Work Order.
The number of documents attached to this Work Order.
The number of images attached to this Work Order.
The count of watchers associated with the record.
Options related to watching the record.
Indicates if a bulk watch record is created.
Indicates if automatic watchers callbacks are skipped.
The total amount in cents.
The type of tax to apply to this record.
Possible values: [fixed
, percentage
]
percentage
The primary tax percentage amount. This field should be present when
tax_1_type
is set to percentage
.
The primary tax amount in cents.
123
The type of tax to apply to this record.
Possible values: [fixed
, percentage
]
percentage
The secondary tax percentage amount. This field should be present when tax_2_type
is
set to percentage
. Note that this secondary tax must be configured in
your Account Settings.
The secondary tax amount in cents.
The type of discount applied to this record.
Possible values: [fixed
, percentage
]
percentage
The discount percentage. This field should be present when
discount_type
is set to percentage
.
1.23
The discount amount in cents.
{
"id": 0,
"created_at": "2023-03-14T13:46:27-06:00",
"updated_at": "2023-03-14T13:46:27-06:00",
"account_id": 0,
"number": 0,
"completed_at": "2023-03-14T13:46:27-06:00",
"expected_completed_at": "2023-03-14T13:46:27-06:00",
"description": "string",
"ending_meter_same_as_start": true,
"duration_in_seconds": 0,
"invoice_number": "string",
"state": "active",
"issued_at": "2023-03-14T13:46:27-06:00",
"issued_by_id": 0,
"contact_id": 0,
"purchase_order_number": "string",
"started_at": "2023-03-14T13:46:27-06:00",
"work_order_type_id": 0,
"vehicle_archived_at": "2023-03-14T13:46:27-06:00",
"send_email_notification_to_assignee": true,
"scheduled_at": "2023-03-14T13:46:27-06:00",
"vehicle_id": 0,
"vendor_id": 0,
"work_order_status_id": 0,
"custom_fields": {},
"is_sample": true,
"created_by_id": 0,
"vmrs_repair_priority_class_id": 0,
"label_list": [
"High Priority"
],
"fees_cents": 0,
"tax_free_labor": true,
"currency": "USD",
"labor_subtotal_cents": 0,
"parts_subtotal_cents": 0,
"subtotal_cents": 0,
"comments_count": 0,
"documents_count": 0,
"images_count": 0,
"watchers_count": 0,
"watchable_options": {},
"bulk_watch_record": true,
"skip_automatic_watchers_callbacks": true,
"total_amount_cents": 0,
"tax_1_type": "percentage",
"tax_1_percentage": "string",
"tax_1_cents": 123,
"tax_2_type": "percentage",
"tax_2_percentage": "string",
"tax_2_cents": 0,
"discount_type": "percentage",
"discount_percentage": "1.23",
"discount_cents": 0
}
Request could not be authenticated
- application/json
- Schema
- Example (auto)
Schema
Possible values: >= 400
and <= 599
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
A human-readable explanation specific to this occurrence of the problem.
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
Insufficient permission to perform this operation
- application/json
- Schema
- Example (auto)
Schema
Possible values: >= 400
and <= 599
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
A human-readable explanation specific to this occurrence of the problem.
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
Unprocessable Entity
- application/json
- Schema
- Example (auto)
- Example
Schema
errors object
{
"errors": {}
}
{
"errors": {
"field1": [
"error1",
"error2"
],
"field2": [
"error3"
]
}
}
Something unexpected happened
- application/json
- Schema
- Example (auto)
Schema
Possible values: >= 400
and <= 599
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
A human-readable explanation specific to this occurrence of the problem.
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: Prefix the value with "Token", for example: "Token 76cbe06c49a64". You can generate a new API key [here](https://secure.fleetio.com/api_keys).
name: Account-Tokentype: apiKeyin: headerdescription: You can find your Account-Token [here](https://secure.fleetio.com/api_keys)
- curl
- ruby
- python
- csharp
- go
- java
- nodejs
- php
- CURL
curl -L 'https://secure.fleetio.com/api/v1/work_orders' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Token <Authorization>' \
-H 'Account-Token: <Authorization>' \
-d '{
"issued_at": "2023-03-14T13:46:27-06:00",
"started_at": "2023-03-14T13:46:27-06:00",
"completed_at": "2023-03-14T13:46:27-06:00",
"work_order_status_id": 0,
"work_order_status_name": "string",
"invoice_number": "string",
"vendor_id": 0,
"vendor_name": "string",
"vehicle_id": 0,
"vehicle_name": "string",
"discount_type": "percentage",
"discount": 0,
"discount_percentage": 0,
"tax_1_percentage": 0,
"tax_1_type": "percentage",
"tax_1": 0,
"tax_2_percentage": 0,
"tax_2_type": "percentage",
"tax_2": 0,
"issued_by_id": 0,
"contact_id": 0,
"label_list": "High Priority",
"purchase_order_number": "string",
"description": "string",
"number": 0,
"meter_entry_attributes": {
"value": "108043",
"void": true
},
"secondary_meter_entry_attributes": {
"value": "108043",
"void": true
},
"custom_fields": {},
"ending_meter_same_as_start": true,
"vmrs_repair_priority_class_id": 0
}'