GET api/Vw_CP_Resgate_Lojas

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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"
  },
  {
    "CODIGO": 1,
    "LOJA": "sample string 2"
  }
]

text/html

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

application/xml, text/xml

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