POST Typ
Request Information
URI Parameters
None.
Body Parameters
cType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Des | string |
None. |
|
| Doc | boolean |
None. |
|
| Niv | integer |
None. |
|
| Ord | integer |
None. |
|
| Ori | integer |
None. |
|
| Dst | integer |
None. |
|
| Use | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Des": "sample string 2",
"Doc": true,
"Niv": 4,
"Ord": 5,
"Ori": 6,
"Dst": 7,
"Use": "sample string 8"
}
application/xml, text/xml
Sample:
<cType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo"> <Des>sample string 2</Des> <Doc>true</Doc> <Dst>7</Dst> <Id>1</Id> <Niv>4</Niv> <Ord>5</Ord> <Ori>6</Ori> <Use>sample string 8</Use> </cType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.