Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 4.01 KB

unifiedaccountingattachmentinput.md

File metadata and controls

11 lines (8 loc) · 4.01 KB

UnifiedAccountingAttachmentInput

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.UnifiedAccountingAttachmentInputFieldMappings] The custom field mappings of the object between the remote 3rd party & Panora {
"custom_field_1": "value1",
"custom_field_2": "value2"
}