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