Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 3.39 KB

AddressResponse.md

File metadata and controls

22 lines (17 loc) · 3.39 KB

AddressResponse

Properties

Name Type Description Notes
pkiAddressID kotlin.Int The unique ID of the Address
fkiAddresstypeID kotlin.Int The unique ID of the Addresstype. Valid values: Value
sAddressCivic kotlin.String The Civic number.
sAddressStreet kotlin.String The Street Name
sAddressCity kotlin.String The City name
fkiProvinceID kotlin.Int The unique ID of the Province. Here are some common values (Complete list must be retrieved from API): Value
sProvinceNameX kotlin.String The name of the Province in the language of the requester
fkiCountryID kotlin.Int The unique ID of the Country. Here are some common values (Complete list must be retrieved from API): Value
sCountryNameX kotlin.String The name of the Country in the language of the requester
sAddressZip kotlin.String The Postal/Zip Code The value must be entered without spaces
sAddressSuite kotlin.String The Suite or appartment number [optional]
fAddressLongitude kotlin.String The Longitude of the Address [optional]
fAddressLatitude kotlin.String The Latitude of the Address [optional]