POST api/EditorTypes
Request Information
URI Parameters
None.
Body Parameters
EditorTypeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 250 |
|
| CreationDate | date |
Required |
|
| DataType | DataTypeDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "c80e1e9a-dab0-494c-8434-817b566504aa",
"Name": "sample string 2",
"CreationDate": "2026-01-07T11:30:05.1142636+00:00",
"DataType": 1
}
application/xml, text/xml
Sample:
<EditorTypeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models"> <CreationDate>2026-01-07T11:30:05.1142636+00:00</CreationDate> <DataType>Bool</DataType> <Id>c80e1e9a-dab0-494c-8434-817b566504aa</Id> <Name>sample string 2</Name> </EditorTypeDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.