Record
create-invoice-attachment-by-file-name-params
No description available.
record create-invoice-attachment-by-file-name-params {
xero-tenant-id: string,
invoice-id: string,
file-name: string,
include-online: option<bool>,
body: string,
}Fields
| Name | Type | Description |
|---|---|---|
| xero-tenant-id | string | |
| invoice-id | string | |
| file-name | string | |
| include-online | option<bool> | |
| body | string |