Payroll lines
Add attachments to a payroll line item
Creates attachment metadata records for a payroll line item and returns pre-signed S3 URLs for uploading the files. The client should first send attachment metadata (filename, contentType, fileSize) in this request, then use the returned pre-signed URLs to upload files directly to S3.
POST
Add attachments to a payroll line item
Documentation Index
Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Access token obtained from OAuth2 client credentials flow
Path Parameters
The ID of the employee
The ID of the payroll line item
Body
application/json
The collection of attachment metadata to add
Minimum array length:
1Response
Attachment upload URLs generated successfully
The response is of type any.