Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 3.18 KB

address_request.md

File metadata and controls

19 lines (15 loc) · 3.18 KB

address_request_t

Properties

Name Type Description Notes
fki_addresstype_id int The unique ID of the Addresstype. Valid values: Value
s_address_civic char * The Civic number.
s_address_street char * The Street Name
s_address_suite char * The Suite or appartment number
s_address_city char * 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 char * The Postal/Zip Code The value must be entered without spaces
f_address_longitude char * The Longitude of the Address [optional]
f_address_latitude char * The Latitude of the Address [optional]

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