POST api/Addresses
Request Information
URI Parameters
None.
Body Parameters
Address| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Line1 | string |
Required String length: inclusive between 0 and 100 |
|
| Line2 | string |
String length: inclusive between 0 and 100 |
|
| City | string |
Required String length: inclusive between 0 and 50 |
|
| State | string |
Required String length: inclusive between 0 and 2 |
|
| Zip | string |
Required String length: inclusive between 0 and 5 |
|
| Zip4 | string |
String length: inclusive between 0 and 4 |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| Name | string |
String length: inclusive between 0 and 50 |
|
| IsPreferred | boolean |
None. |
|
| AddressTypeId | integer |
None. |
|
| AddressType | AddressType |
None. |
|
| Subscriptions | Collection of Subscription |
None. |
|
| ChainAddresses | Collection of ChainAddress |
None. |
|
| PersonAddresses | Collection of PersonAddress |
None. |
|
| NamedCountry | NamedCountry |
None. |
|
| CountryCode | integer |
None. |
|
| Lines | Collection of string |
None. |
|
| IsBlank | boolean |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Address| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Line1 | string |
Required String length: inclusive between 0 and 100 |
|
| Line2 | string |
String length: inclusive between 0 and 100 |
|
| City | string |
Required String length: inclusive between 0 and 50 |
|
| State | string |
Required String length: inclusive between 0 and 2 |
|
| Zip | string |
Required String length: inclusive between 0 and 5 |
|
| Zip4 | string |
String length: inclusive between 0 and 4 |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| Name | string |
String length: inclusive between 0 and 50 |
|
| IsPreferred | boolean |
None. |
|
| AddressTypeId | integer |
None. |
|
| AddressType | AddressType |
None. |
|
| Subscriptions | Collection of Subscription |
None. |
|
| ChainAddresses | Collection of ChainAddress |
None. |
|
| PersonAddresses | Collection of PersonAddress |
None. |
|
| NamedCountry | NamedCountry |
None. |
|
| CountryCode | integer |
None. |
|
| Lines | Collection of string |
None. |
|
| IsBlank | boolean |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.