POST Gerenciador/SubtipoEmpreendimento/Deletar

Request Information

URI Parameters

None.

Body Parameters

SubtipoEmpreendimento
NameDescriptionTypeAdditional information
id

integer

None.

nome

string

None.

situacao

string

None.

idTipoEmpreendimento

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "nome": "sample string 2",
  "situacao": "sample string 3",
  "idTipoEmpreendimento": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.