POST api/Addresses/Post
Request Information
URI Parameters
None.
Body Parameters
IAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Title | string |
None. |
|
| AddressLine | string |
None. |
|
| City | string |
None. |
|
| PostalCode | string |
None. |
|
| StateId | integer |
None. |
|
| State | string |
None. |
|
| StateCode | string |
None. |
|
| StateDetails | State |
None. |
|
| CountryId | integer |
None. |
|
| Country | string |
None. |
|
| CountryCode | string |
None. |
|
| TaxRate | decimal number |
None. |
|
| PersonId | integer |
None. |
|
| IsPrimaryAddress | boolean |
None. |
|
| Type | AddressTypeValues |
None. |
Request Formats
application/json, text/json, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.