DELETE api/Vw_Loja_Lista/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Vw_Loja_Lista
NameDescriptionTypeAdditional information
COD_CATEGORIA

integer

None.

CATEGORIA

string

None.

COD_LOJA

integer

None.

NOME_LOJA

string

None.

LOCALIZACAO

string

None.

Response Formats

application/json, text/json

Sample:
{
  "COD_CATEGORIA": 1,
  "CATEGORIA": "sample string 2",
  "COD_LOJA": 3,
  "NOME_LOJA": "sample string 4",
  "LOCALIZACAO": "sample string 5"
}

text/html

Sample:
{"COD_CATEGORIA":1,"CATEGORIA":"sample string 2","COD_LOJA":3,"NOME_LOJA":"sample string 4","LOCALIZACAO":"sample string 5"}

application/xml, text/xml

Sample:
<Vw_Loja_Lista xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CasaShopping.Database">
  <CATEGORIA>sample string 2</CATEGORIA>
  <COD_CATEGORIA>1</COD_CATEGORIA>
  <COD_LOJA>3</COD_LOJA>
  <LOCALIZACAO>sample string 5</LOCALIZACAO>
  <NOME_LOJA>sample string 4</NOME_LOJA>
</Vw_Loja_Lista>