POST OrdHea
Request Information
URI Parameters
None.
Body Parameters
mDocument11| Name | Description | Type | Additional information |
|---|---|---|---|
| Ano | integer |
None. |
|
| Mes | integer |
None. |
|
| Cor | integer |
None. |
|
| Sto | integer |
None. |
|
| Fec | string |
None. |
|
| Use | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ano": 1,
"Mes": 2,
"Cor": 3,
"Sto": 4,
"Fec": "sample string 5",
"Use": "sample string 6"
}
application/xml, text/xml
Sample:
<mDocument11 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo"> <Ano>1</Ano> <Cor>3</Cor> <Fec>sample string 5</Fec> <Mes>2</Mes> <Sto>4</Sto> <Use>sample string 6</Use> </mDocument11>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.