Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 3.2 KB

AddressRequestCompound.md

File metadata and controls

19 lines (16 loc) · 3.2 KB

# AddressRequestCompound

Properties

Name Type Description Notes
pkiAddressID int The unique ID of the Address [optional]
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 [optional]
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]