POST api/v2/ResourceType
Request
URI Parameters
Body Parameters
ResourceTypeNewName | 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.