WO Note Number Is Growing
We have noticed that the work order note number will soon reach the maximum integer value. That is why we have changed its data type from int32
to int64
.
Please check your integrations for handling values higher than 2147483647
to make all processes consistent.
For more information, you can view the list of methods that work with the work order note ID:
Notes
GET /workorders/{workorderId}/notes
POST /workorders/{workorderId}/notes
GET /odata/workorders({workorderId})/notes
GET /odata/workorders({workorderId})/notes({noteId})
Check In/Out
POST /workorders/{workorderId}/universalCheckIn
POST /workorders/{workorderId}/universalCheckOut
GET /odata/workorders({workorderId})/Service.CheckInActivity()
Work Orders
GET /workorders
GET /workorders/{workorderId}
Work Orders OData
GET /odata/workorders
GET /odata/workorders({workorderId})
GET /odata/locations({locationId})/workorders
GET /odata/locations({locationId})/workorders/Service.GetDuplicates()
GET /odata/locations({locationId})/workorders/Service.GetRecalls()
GET /odata/workorders/Service.NearBy(latitude={latitude},longitude={longitude})
WO Notes Attachments
POST /workorders/{workorderId}/notes/{noteId}/attachments
GET /odata/workorders({workorderId})/notes({noteId})/attachments
GET /odata/workorders({workorderId})/attachments