An Address Object and children to create a complete structure
| 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] |