POST api/RenderEngines
Save the provided .
Request Information
URI Parameters
None.
Body Parameters
RenderEngineDto| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.