Update Service Items
POST/api/serviceitems/updateserviceitem
Tier: Public — stable, supported for third-party integration.
Updates the mutable fields (notes, attributes, extended properties — not the item/tag reference) of one or more service item lines belonging to a single record.
Request
Responses
- 200
- 400
- 401
- 403
The updated item lines. See Services.ServiceRecordItemDetailDto.
A line with no Id/ItemId/TagNumber to resolve it — InvalidReference "Id"; a line whose Id/ItemId/TagNumber does not resolve to an existing service item line — NotFound "Id"; a line belonging to a different record than ServiceRecordId — InvalidReference "ServiceRecordId".
Caller is not authenticated.
Caller does not have Update permission on the ServiceRecord module.