Schema to display equipment assignment to a job. When this schema is included in Equipment
POST request, the system will accepts job numbers to create new assignments (start date defaults to current date), and closes out any existing active assignments.
Must be an existing job number with Active
, Assigned
or Unassigned
status
{ "equipmentRecordGuid": "string", "equipmentRecordEquipmentGuid": "string", "equipmentRecordEquipmentCode": "string", "equipmentRecordEquipmentDescription": "string", "equipmentRecordJobNumber": "string", "equipmentRecordStartDate": 0, "equipmentRecordEndDate": 0, "equipmentRecordLocation": "string", "equipmentRecordNotes": "string", "equipmentRecordGroup": "string" }