Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 3.26 KB

AddressRequest.md

File metadata and controls

24 lines (19 loc) · 3.26 KB

EzmaxApi::Object::AddressRequest

Load the model package

use EzmaxApi::Object::AddressRequest;

Properties

Name Type Description Notes
fki_addresstype_id int The unique ID of the Addresstype. Valid values: Value
s_address_civic string The Civic number.
s_address_street string The Street Name
s_address_suite string The Suite or appartment number
s_address_city string The City name
fki_province_id int The unique ID of the Province. Here are some common values (Complete list must be retrieved from API): Value
fki_country_id int The unique ID of the Country. Here are some common values (Complete list must be retrieved from API): Value
s_address_zip string The Postal/Zip Code The value must be entered without spaces
f_address_longitude string The Longitude of the Address [optional]
f_address_latitude string The Latitude of the Address [optional]

[Back to Model list] [Back to API list] [Back to README]