POST api/Vw_Profissional_Lista

Request Information

URI Parameters

None.

Body Parameters

Vw_Profissional_Lista
NameDescriptionTypeAdditional information
CODIGO

integer

None.

NOME

string

None.

CATEGORIA

string

None.

COD_CATEGORIA

integer

None.

FOTO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGO": 1,
  "NOME": "sample string 2",
  "CATEGORIA": "sample string 3",
  "COD_CATEGORIA": 4,
  "FOTO": "sample string 5"
}

text/html

Sample:
{"CODIGO":1,"NOME":"sample string 2","CATEGORIA":"sample string 3","COD_CATEGORIA":4,"FOTO":"sample string 5"}

application/xml, text/xml

Sample:
<Vw_Profissional_Lista xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CasaShopping.Database">
  <CATEGORIA>sample string 3</CATEGORIA>
  <CODIGO>1</CODIGO>
  <COD_CATEGORIA>4</COD_CATEGORIA>
  <FOTO>sample string 5</FOTO>
  <NOME>sample string 2</NOME>
</Vw_Profissional_Lista>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Vw_Profissional_Lista
NameDescriptionTypeAdditional information
CODIGO

integer

None.

NOME

string

None.

CATEGORIA

string

None.

COD_CATEGORIA

integer

None.

FOTO

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CODIGO": 1,
  "NOME": "sample string 2",
  "CATEGORIA": "sample string 3",
  "COD_CATEGORIA": 4,
  "FOTO": "sample string 5"
}

text/html

Sample:
{"CODIGO":1,"NOME":"sample string 2","CATEGORIA":"sample string 3","COD_CATEGORIA":4,"FOTO":"sample string 5"}

application/xml, text/xml

Sample:
<Vw_Profissional_Lista xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CasaShopping.Database">
  <CATEGORIA>sample string 3</CATEGORIA>
  <CODIGO>1</CODIGO>
  <COD_CATEGORIA>4</COD_CATEGORIA>
  <FOTO>sample string 5</FOTO>
  <NOME>sample string 2</NOME>
</Vw_Profissional_Lista>