GET api/Vw_Servico_Categoria

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Vw_Servico_Categoria
NameDescriptionTypeAdditional information
CODIGO

integer

None.

CATEGORIA

string

None.

Response Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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