PUT api/v2/ResourceType/{id}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Body Parameters
ResourceTypeUpdateName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
Identification | string |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Identification": "sample string 2" }
text/html
Sample:
{"Id":1,"Identification":"sample string 2"}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.