POST api/v2/accounts/{accountId}/addresses
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
Body Parameters
AccountAddressNew| Name | Description | Type | Additional information |
|---|---|---|---|
| District | string | ||
| ZipCode | string | ||
| Address1 | string | ||
| Address2 | string | ||
| Latitude | decimal number | ||
| Longitude | decimal number | ||
| Notes | string | ||
| AddressTypeId | integer | ||
| CityId | integer | ||
| RequiredValue | boolean |