Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 7.43 KB

unifiedaccountingattachmentoutput.md

File metadata and controls

16 lines (13 loc) · 7.43 KB

UnifiedAccountingAttachmentOutput

Fields

Field Type Required Description Example
file_name OptionalNullable[str] The name of the attached file invoice.pdf
file_url OptionalNullable[str] The URL where the file can be accessed https://example.com/files/invoice.pdf
account_id OptionalNullable[str] The UUID of the associated account 801f9ede-c698-4e66-a7fc-48d19eebaa4f
field_mappings OptionalNullable[models.UnifiedAccountingAttachmentOutputFieldMappings] The custom field mappings of the object between the remote 3rd party & Panora {
"custom_field_1": "value1",
"custom_field_2": "value2"
}
id OptionalNullable[str] The UUID of the attachment record 801f9ede-c698-4e66-a7fc-48d19eebaa4f
remote_id OptionalNullable[str] The remote ID of the attachment in the context of the 3rd Party attachment_1234
remote_data OptionalNullable[models.UnifiedAccountingAttachmentOutputRemoteData] The remote data of the attachment in the context of the 3rd Party {
"raw_data": {
"additional_field": "some value"
}
}
created_at date The created date of the attachment record 2024-06-15T12:00:00Z
modified_at date The last modified date of the attachment record 2024-06-15T12:00:00Z