POST api/RenderEngines

Save the provided .

Request Information

URI Parameters

None.

Body Parameters

RenderEngineDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

Required

Name

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": "29a2e306-0874-4079-b392-b99baa9a928f",
  "Name": "sample string 2"
}

application/xml, text/xml

Sample:
<RenderEngineDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Template.Models">
  <Id>29a2e306-0874-4079-b392-b99baa9a928f</Id>
  <Name>sample string 2</Name>
</RenderEngineDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RenderEngineDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.