PUT api/PersonAddress/Put
Request Information
URI Parameters
None.
Body Parameters
PersonAddressDto| Name | Description | Type | Additional information |
|---|---|---|---|
| key | PersonAddressKey |
None. |
|
| addressId | integer |
None. |
|
| isDefault | boolean |
None. |
|
| categoryEnumName | string |
None. |
|
| address | AddressDto |
None. |
|
| name | string |
None. |
|
| categoryEnum | AddressCategoryEnum |
None. |
|
| personId | integer |
None. |
|
| id | PersonAddressKey |
None. |
|
| isNew | boolean |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.