Developer Q&A

Ask a Question
Back to All

Is there a list of properties that cannot be updated via the API?

(edited)

I am trying to update a WorkOrder and I am getting this error:

{
'ErrorInfo': {
'Number': 1007,
'Description': "WorkOrder.Employee property can't be updated.",
'Type': 'Corrigo.Web.Services.CorrigoService.Helpers.CorrigoServic
eException'
},
'EntitySpecifier': {
'EntityType': 'WorkOrder',
'Id': 473021,
'ConcurrencyId': 1
},
'NestedEntitiesOperationResults': None
}

I am trying to figure out if the Employee property can never be updated via the API or if I simply made a mistake in the call. If the employee property is indeed not editable, is there a list of WorkOrder properties which are not editable?