Used in conjunction with the Attachments API to associate an attachment to a foreman for a given date and job.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "transactionDate": "2023-07-01T00:00:00",
- "jobId": "8d6b8063-0465-48c1-b507-671ef42e29a9",
- "foremanId": "d01d3fb9-c579-4cb7-b405-60c7eaa791ec",
- "attachmentInfos": [
- {
- "fileId": "b0959a79-0534-43e2-baa3-fdfeca64be1e",
- "note": "This is the attachment note"
}
]
}