Download OpenAPI specification:Download
Retrieve the information of the workorder with the matching workorder ID.
Ok
{- "id": "6XLeG3x91pQlBWjnXvARYO2onNVM0q",
- "publicId": 2381,
- "workOrderSettingsId": "O8MqwQ1X3L5RyaxVLBnNK2lGxerYAz",
- "reference": "Trucker LLC",
- "status": "sent",
- "companyId": "rZNz3VwGoJDMEaok3aQY7dqWRAL4y8",
- "userId": "AVeGYqb0d7MJpaDZxB69rlxDOZ8Nmo",
- "signedCarrierName": "Jimbo",
- "signedContactName": "Jimbo",
- "signedDriverName": "Jimbo",
- "signedDriverEmail": "jimbo@gmail.com",
- "signedDriverPhone": "4045194104",
- "signedContactEmail": "jimbo@gmail.com",
- "signedContactPhone": "4045194104",
- "signedCustomFields": {
- "dropdown": "string",
- "email": "string"
}, - "createdAt": "2023-11-14T16:27:56.419546Z",
- "updatedAt": "2023-11-14T16:27:56.419546Z",
- "invoiceId": "rZNz3VwGoJDMEaok3aQY7dqWRAL4y8",
- "invoiceStatus": "completed",
- "location": {
- "id": "7VkjKzEOPNZnrveEXv8A4L9Y52b16G",
- "companyId": "rZNz3VwGoJDMEaok3aQY7dqWRAL4y8",
- "name": "Robertstown",
- "city": "Atlanta",
- "state": "GA",
- "timezone": "US/Eastern",
- "customFields": [
- { }
], - "isLocked": true,
- "lockedAt": "2023-11-14T16:28:20.085115Z",
- "comdataApiLocationId": "RS301"
}
}
{- "id": "6XLeG3x91pQlBWjnXvARYO2onNVM0q",
- "publicId": 2381,
- "workOrderSettingsId": "O8MqwQ1X3L5RyaxVLBnNK2lGxerYAz",
- "reference": "Trucker LLC",
- "status": "sent",
- "companyId": "rZNz3VwGoJDMEaok3aQY7dqWRAL4y8",
- "userId": "AVeGYqb0d7MJpaDZxB69rlxDOZ8Nmo",
- "signedCarrierName": "Jimbo",
- "signedContactName": "Jimbo",
- "signedDriverName": "Jimbo",
- "signedDriverEmail": "jimbo@gmail.com",
- "signedDriverPhone": "4045194104",
- "signedContactEmail": "jimbo@gmail.com",
- "signedContactPhone": "4045194104",
- "signedCustomFields": {
- "dropdown": "string",
- "email": "string"
}, - "createdAt": "2023-11-14T16:27:56.419546Z",
- "updatedAt": "2023-11-14T16:27:56.419546Z",
- "invoiceId": "rZNz3VwGoJDMEaok3aQY7dqWRAL4y8",
- "invoiceStatus": "completed",
- "location": {
- "id": "7VkjKzEOPNZnrveEXv8A4L9Y52b16G",
- "companyId": "rZNz3VwGoJDMEaok3aQY7dqWRAL4y8",
- "name": "Robertstown",
- "city": "Atlanta",
- "state": "GA",
- "timezone": "US/Eastern",
- "customFields": [
- { }
], - "isLocked": true,
- "lockedAt": "2023-11-14T16:28:20.085115Z",
- "comdataApiLocationId": "RS301"
}
}
Create a new workorder.
Post the necessary fields for the API to create a new workorder.
Created
Bad Request
Conflict
{- "id": "6XLeG3x91pQlBWjnXvARYO2onNVM0q",
- "publicId": 2381,
- "workOrderSettingsId": "O8MqwQ1X3L5RyaxVLBnNK2lGxerYAz",
- "reference": "Trucker LLC",
- "status": "sent",
- "companyId": "rZNz3VwGoJDMEaok3aQY7dqWRAL4y8",
- "userId": "AVeGYqb0d7MJpaDZxB69rlxDOZ8Nmo",
- "signedCarrierName": "Jimbo",
- "signedContactName": "Jimbo",
- "signedDriverName": "Jimbo",
- "signedDriverEmail": "jimbo@gmail.com",
- "signedDriverPhone": "4045194104",
- "signedContactEmail": "jimbo@gmail.com",
- "signedContactPhone": "4045194104",
- "signedCustomFields": {
- "dropdown": "string",
- "email": "string"
}, - "createdAt": "2023-11-14T16:27:56.419546Z",
- "updatedAt": "2023-11-14T16:27:56.419546Z",
- "invoiceId": "rZNz3VwGoJDMEaok3aQY7dqWRAL4y8",
- "invoiceStatus": "completed",
- "location": {
- "id": "7VkjKzEOPNZnrveEXv8A4L9Y52b16G",
- "companyId": "rZNz3VwGoJDMEaok3aQY7dqWRAL4y8",
- "name": "Robertstown",
- "city": "Atlanta",
- "state": "GA",
- "timezone": "US/Eastern",
- "customFields": [
- { }
], - "isLocked": true,
- "lockedAt": "2023-11-14T16:28:20.085115Z",
- "comdataApiLocationId": "RS301"
}
}
{ }
OK
{- "signedCarrierName": "Jimbo",
- "signedContactPhone": "4045194104",
- "signedCustomFields": "string",
- "signedDriverName": "Jimbo",
- "signedDriverPhone": "4045194104",
- "signedFileId": "string"
}