Record

get-params

No description available.

record get-params {
  filter-created-at: option​<string>,
  filter-updated-at: option​<string>,
  filter-quantity: option​<s32>,
  filter-cost-amount: option​<string>,
  filter-cost-currency: option​<string>,
  filter-address-id: option​<string>,
  filter-address-street-address: option​<string>,
  filter-address-extended-address: option​<string>,
  filter-address-locality: option​<string>,
  filter-address-administrative-area: option​<string>,
  filter-address-country-code: option​<string>,
  filter-address-postal-code: option​<string>,
  page-number: option​<s32>,
  page-size: option​<s32>,
}

Fields

NameTypeDescription
filter-created-atoption​<string>
filter-updated-atoption​<string>
filter-quantityoption​<s32>
filter-cost-amountoption​<string>
filter-cost-currencyoption​<string>
filter-address-idoption​<string>
filter-address-street-addressoption​<string>
filter-address-extended-addressoption​<string>
filter-address-localityoption​<string>
filter-address-administrative-areaoption​<string>
filter-address-country-codeoption​<string>
filter-address-postal-codeoption​<string>
page-numberoption​<s32>
page-sizeoption​<s32>