Update Service Record Tags
POST/api/servicerecords/updateservicerecordtags
Tier: Public — stable, supported for third-party integration.
Adds and/or removes raw scanned ServiceRecordTags on a service record
(de-duplicated by tag number). These are separate from the record's resolved
Services.ServiceRecordItem lines, which are managed via
ServiceItemsController. Forces the record's
Enums.ServiceRecordStatus to
ServiceRecordStatus.InProgress if it is not
already there.
Request
Responses
- 200
- 400
- 401
- 403
The updated record. See Services.ServiceRecordDetailDto.
Unknown id — NotFound; the record is
ServiceRecordStatus.Complete or
ServiceRecordStatus.Cancelled —
InvalidOperation.
Caller is not authenticated.
Caller does not have Update permission on the ServiceRecord module.