Record
get-quotes-params
No description available.
record get-quotes-params {
xero-tenant-id: string,
if-modified-since: option<string>,
date-from: option<string>,
date-to: option<string>,
expiry-date-from: option<string>,
expiry-date-to: option<string>,
contact-id: option<string>,
status: option<string>,
page: option<s32>,
order: option<string>,
quote-number: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| xero-tenant-id | string | |
| if-modified-since | option<string> | |
| date-from | option<string> | |
| date-to | option<string> | |
| expiry-date-from | option<string> | |
| expiry-date-to | option<string> | |
| contact-id | option<string> | |
| status | option<string> | |
| page | option<s32> | |
| order | option<string> | |
| quote-number | option<string> |