PATCH api/v1/areas/{code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
UpdateAreaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| Desc2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"description": "sample string 1",
"desc2": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.