PUT Pro?Id={Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

string

Required

Body Parameters

mProduct
NameDescriptionTypeAdditional information
Id

integer

None.

Des

string

None.

Sel

boolean

None.

Id2

integer

None.

Use

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Des": "sample string 2",
  "Sel": true,
  "Id2": 4,
  "Use": "sample string 5"
}

application/xml, text/xml

Sample:
<mProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo">
  <Des>sample string 2</Des>
  <Id>1</Id>
  <Id2>4</Id2>
  <Sel>true</Sel>
  <Use>sample string 5</Use>
</mProduct>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.