Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 3.45 KB

address_response_compound.md

File metadata and controls

22 lines (18 loc) · 3.45 KB

address_response_compound_t

Properties

Name Type Description Notes
pki_address_id int The unique ID of the Address
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 [optional]
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
s_province_name_x char * The name of the Province in the language of the requester
fki_country_id int The unique ID of the Country. Here are some common values (Complete list must be retrieved from API): Value
s_country_name_x char * The name of the Country in the language of the requester
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]