Field NationDeveloper Platform
Field NationDeveloper Platform
Overview

Work Orders

Delete Work Order Bundle DELETEBundle Work Order POSTUnbundle Work Order POSTValidate Work Order Bundle POST

Resources

FinancialsBundles

Unbundle Work Order


Remove work orders from a previously created bundle.

POST
/api/rest/v2/workorders/unbundle

Authorization

access_token
access_token<token>

OAuth 2.0 Access Token

In: query

Request Body

application/json

Un-bundle request body

TypeScript Definitions

Use the request body type in TypeScript.

curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/workorders/unbundle" \  -H "Content-Type: application/json" \  -d '{    "ids": [      1001    ]  }'
{
  "job_id": 0
}
{
  "status": 500,
  "message": "Operation successful."
}
{
  "status": 500,
  "message": "Operation successful."
}

Response Body

application/json

application/json

application/json

Last updated on

Bundle Work Order POST

Previous Page

Validate Work Order Bundle POST

Next Page

ids*array<>

IDs

curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/workorders/unbundle" \
  -H "Content-Type: application/json" \
  -d '{
    "ids": [
      1001
    ]
  }'