GET api/Vw_Loja_Categoria/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Vw_Loja_Categoria
NameDescriptionTypeAdditional information
COD_CATEGORIA

integer

None.

TITULO

string

None.

Response Formats

application/json, text/json

Sample:
{
  "COD_CATEGORIA": 1,
  "TITULO": "sample string 2"
}

text/html

Sample:
{"COD_CATEGORIA":1,"TITULO":"sample string 2"}

application/xml, text/xml

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