PUT OrdDet?Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
mDocument12| Name | Description | Type | Additional information |
|---|---|---|---|
| Ano | integer |
None. |
|
| Mes | integer |
None. |
|
| Cor | integer |
None. |
|
| Ite | integer |
None. |
|
| Id | integer |
None. |
|
| Pro | string |
None. |
|
| Can | decimal number |
None. |
|
| Pre | decimal number |
None. |
|
| UPr | integer |
None. |
|
| Use | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ano": 1,
"Mes": 2,
"Cor": 3,
"Ite": 4,
"Id": 5,
"Pro": "sample string 6",
"Can": 7.1,
"Pre": 8.1,
"UPr": 9,
"Use": "sample string 10"
}
application/xml, text/xml
Sample:
<mDocument12 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo"> <Ano>1</Ano> <Can>7.1</Can> <Cor>3</Cor> <Id>5</Id> <Ite>4</Ite> <Mes>2</Mes> <Pre>8.1</Pre> <Pro>sample string 6</Pro> <UPr>9</UPr> <Use>sample string 10</Use> </mDocument12>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.