PUT api/VW_CP_Promocao_Lista/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

VW_CP_Promocao_Lista
NameDescriptionTypeAdditional information
CODIGO

integer

None.

STATUS

integer

None.

PROMOCAO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGO": 1,
  "STATUS": 1,
  "PROMOCAO": "sample string 2"
}

text/html

Sample:
{"CODIGO":1,"STATUS":1,"PROMOCAO":"sample string 2"}

application/xml, text/xml

Sample:
<VW_CP_Promocao_Lista xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CasaShopping.Database">
  <CODIGO>1</CODIGO>
  <PROMOCAO>sample string 2</PROMOCAO>
  <STATUS>1</STATUS>
</VW_CP_Promocao_Lista>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.