GET api/Vw_Servico_Detalhe

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Vw_Servico_Detalhe
NameDescriptionTypeAdditional information
CODIGO

integer

None.

COD_CATEGORIA

integer

None.

CATEGORIA

string

None.

NOME_LOJA

string

None.

LOCALIZACAO

string

None.

TELEFONE

string

None.

MAPA

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CODIGO": 1,
    "COD_CATEGORIA": 1,
    "CATEGORIA": "sample string 2",
    "NOME_LOJA": "sample string 3",
    "LOCALIZACAO": "sample string 4",
    "TELEFONE": "sample string 5",
    "MAPA": "sample string 6"
  },
  {
    "CODIGO": 1,
    "COD_CATEGORIA": 1,
    "CATEGORIA": "sample string 2",
    "NOME_LOJA": "sample string 3",
    "LOCALIZACAO": "sample string 4",
    "TELEFONE": "sample string 5",
    "MAPA": "sample string 6"
  }
]

text/html

Sample:
[{"CODIGO":1,"COD_CATEGORIA":1,"CATEGORIA":"sample string 2","NOME_LOJA":"sample string 3","LOCALIZACAO":"sample string 4","TELEFONE":"sample string 5","MAPA":"sample string 6"},{"CODIGO":1,"COD_CATEGORIA":1,"CATEGORIA":"sample string 2","NOME_LOJA":"sample string 3","LOCALIZACAO":"sample string 4","TELEFONE":"sample string 5","MAPA":"sample string 6"}]

application/xml, text/xml

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