Skip to main content
POST
Add attachments to a payroll line item

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

X-Org-Id
string
header
required

Organisation to scope the request to. Required when the principal can access more than one organisation; optional for single-organisation principals (the authorizer resolves it automatically).

Path Parameters

employeeId
string
required

The ID of the employee

lineId
string
required

The ID of the payroll line item

Body

application/json
attachments
object[]
required

The collection of attachment metadata to add

Minimum array length: 1

Response

Attachment upload URLs generated successfully

The response is of type any.