latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Maintenance Plans
Create a maintenance plan work order blueprint
post/maintenanceplans/workorderblueprints
Query parameters
skipWebhookboolean
Set skipWebhook=true, skipWebhook=1 or skipWebhook=yes to skip all webhooks upon successful operation on the endpoint. Learn more about webhooks
Headers
x-organization-idinteger
Required if using a multi organizations token
Request body
Example request
{
"title": "Weekly Inspection",
"description": "Inspect the conveyor belt for wear and tear.",
"estimatedTime": 3600,
"procedureBlueprintIds": [
1,
2
],
"userIds": [
1,
2
],
"teamIds": [
3,
4
],
"priority": "MEDIUM",
"partsUsed": [
{
"partId": 10,
"quantityUsed": 2
}
],
"tagIds": [
5,
6
],
"vendorIds": [
7,
8
],
"customFieldValues": [
{
"workOrderFieldId": 100,
"value": "high"
}
]
}Response
Successfully created the work order blueprint.
Example response
{
"id": 1
}