Create Attachments
Create attachments in any supported Accounting software
Authorizations
Headers
The connection token
Query Parameters
Set to true to include data from the original Accounting software.
Body
The name of the attached file
"invoice.pdf"
The URL where the file can be accessed
"https://example.com/files/invoice.pdf"
The UUID of the associated account
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The custom field mappings of the object between the remote 3rd party & Panora
{
"custom_field_1": "value1",
"custom_field_2": "value2"
}
Response
The name of the attached file
"invoice.pdf"
The URL where the file can be accessed
"https://example.com/files/invoice.pdf"
The UUID of the associated account
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The custom field mappings of the object between the remote 3rd party & Panora
{
"custom_field_1": "value1",
"custom_field_2": "value2"
}
The UUID of the attachment record
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The remote ID of the attachment in the context of the 3rd Party
"attachment_1234"
The remote data of the attachment in the context of the 3rd Party
{
"raw_data": { "additional_field": "some value" }
}
The created date of the attachment record
"2024-06-15T12:00:00Z"
The last modified date of the attachment record
"2024-06-15T12:00:00Z"
Was this page helpful?