POST api/Vw_CP_Resgate_Lojas

Request Information

URI Parameters

None.

Body Parameters

Vw_CP_Resgate_Lojas
NameDescriptionTypeAdditional information
CODIGO

integer

None.

LOJA

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGO": 1,
  "LOJA": "sample string 2"
}

text/html

Sample:
{"CODIGO":1,"LOJA":"sample string 2"}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Vw_CP_Resgate_Lojas
NameDescriptionTypeAdditional information
CODIGO

integer

None.

LOJA

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CODIGO": 1,
  "LOJA": "sample string 2"
}

text/html

Sample:
{"CODIGO":1,"LOJA":"sample string 2"}

application/xml, text/xml

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