ServiceOrder

Update file on service order V3

This endpoint requires the following scopes: serviceOrder:update.

Update a file attached to a service order.

patch/api/v3/serviceOrders/{id}/files/{fileId}

Path parameters

idstring required
fileIdstring required

Request body

titlestring

Title of the file

descriptionstring

Description of the file

keyword'otherFile' | 'coverPage' | 'attachment' | 'eInvoice' | 'receipt' | 'paymentReceipt'

Document keyword/type

sortinteger

Sorting of the file

Example request

{
  "title": "Supporting document",
  "description": "Additional documentation",
  "keyword": "otherFile",
  "sort": 1
}

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.