POST api/PostAlternativeAddress
Request Information
URI Parameters
None.
Body Parameters
AlternativeAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| AddressId | integer |
None. |
|
| Address1 | string |
Required String length: inclusive between 0 and 100 |
|
| Address2 | string |
String length: inclusive between 0 and 100 |
|
| Address3 | string |
String length: inclusive between 0 and 100 |
|
| TownCity | string |
String length: inclusive between 0 and 100 |
|
| StateCounty | string |
String length: inclusive between 0 and 50 |
|
| Country | string |
String length: inclusive between 0 and 100 |
|
| Postcode | string |
String length: inclusive between 0 and 10 |
Request Formats
application/json, text/json
Sample:
{
"addressId": 1,
"address1": "sample string 2",
"address2": "sample string 3",
"address3": "sample string 4",
"townCity": "sample string 5",
"stateCounty": "sample string 6",
"country": "sample string 7",
"postcode": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.