Record
get-contacts-params
No description available.
record get-contacts-params {
xero-tenant-id: string,
if-modified-since: option<string>,
where: option<string>,
order: option<string>,
i-ds: option<list<string>>,
page: option<s32>,
include-archived: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| xero-tenant-id | string | |
| if-modified-since | option<string> | |
| where | option<string> | |
| order | option<string> | |
| i-ds | option<list<string>> | |
| page | option<s32> | |
| include-archived | option<bool> |