POST api/v2/ResourceType

Request

URI Parameters

Body Parameters

ResourceTypeNew
NameDescriptionTypeAdditional 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

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.