DELETE api/Vw_Servico_Categoria/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Vw_Servico_Categoria
NameDescriptionTypeAdditional information
CODIGO

integer

None.

CATEGORIA

string

None.

Response Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

Sample:
<Vw_Servico_Categoria 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>
</Vw_Servico_Categoria>