Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 3.11 KB

AddressRequest.md

File metadata and controls

18 lines (15 loc) · 3.11 KB

# AddressRequest

Properties

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

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