PUT DocHea?Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
Body Parameters
mDocument1| Name | Description | Type | Additional information |
|---|---|---|---|
| Ano | integer |
None. |
|
| Mes | integer |
None. |
|
| Cor | integer |
None. |
|
| Typ | integer |
None. |
|
| TDo | integer |
None. |
|
| Sto | integer |
None. |
|
| Doc | string |
None. |
|
| Mon | integer |
None. |
|
| Fec | string |
None. |
|
| Use | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ano": 1,
"Mes": 2,
"Cor": 3,
"Typ": 4,
"TDo": 5,
"Sto": 6,
"Doc": "sample string 7",
"Mon": 8,
"Fec": "sample string 9",
"Use": "sample string 10"
}
application/xml, text/xml
Sample:
<mDocument1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo"> <Ano>1</Ano> <Cor>3</Cor> <Doc>sample string 7</Doc> <Fec>sample string 9</Fec> <Mes>2</Mes> <Mon>8</Mon> <Sto>6</Sto> <TDo>5</TDo> <Typ>4</Typ> <Use>sample string 10</Use> </mDocument1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.