API ReferenceWork
Update End Of Work
Update end of work.
Authorization
bearerAuth Authorization<token>
In: header
Path Parameters
workId*string
The work order id.
Request Body
application/json
The update work params.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
Try it live
curl -X PATCH "https://example.com/work/string" \ -H "Content-Type: application/json" \ -d '{ "end": "2019-08-24T14:15:22Z" }'Empty