Files
Creates a new file association
By passing in the appropriate options, you can create a new folder
post/Files/{FileId}/Associations
Path parameters
FileIdstring uuid required
Example:4ff1e5cc-9835-40d5-bb18-09fdb118db9c
File id for single object
Headers
Idempotency-Keystring
This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
Request body
Example request
{
"SendWithObject": true,
"Name": "Test.pdf",
"Size": 12357,
"CreatedDateUtc": "2020-12-10T01:22:00.0000000",
"AssociationDateUtc": "2020-12-10T01:22:00.0000000"
}Response
A successful request
Example response
{
"SendWithObject": true,
"Name": "Test.pdf",
"Size": 12357,
"CreatedDateUtc": "2020-12-10T01:22:00.0000000",
"AssociationDateUtc": "2020-12-10T01:22:00.0000000"
}