PUT TypUse?Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
mTypeUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Id2 | integer |
None. |
|
| Id3 | integer |
None. |
|
| Id4 | integer |
None. |
|
| Par | decimal number |
None. |
|
| Use | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Id2": 2,
"Id3": 3,
"Id4": 4,
"Par": 5.1,
"Use": "sample string 6"
}
application/xml, text/xml
Sample:
<mTypeUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo"> <Id>1</Id> <Id2>2</Id2> <Id3>3</Id3> <Id4>4</Id4> <Par>5.1</Par> <Use>sample string 6</Use> </mTypeUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.