DELETE api/Vw_Servico_Detalhe/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Vw_Servico_DetalheName | Description | Type | Additional 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" }
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"}
application/xml, text/xml
Sample:
<Vw_Servico_Detalhe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CasaShopping.Database"> <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>