POST api/ativos/ExcluirSubtipoProduto?Token={Token}

Exclui um subtipo de produto.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Token

Token de autenticação.

string

Default value is

Body Parameters

Objeto identificando o subtipo a ser excluído.

ENT_tipo_produto
NameDescriptionTypeAdditional information
TIPO_ID

integer

None.

SUBTIPO_ID

integer

None.

DESCRICAO

string

None.

HIERARQUIA

string

None.

EMX_EMPRESAS_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TIPO_ID": 1,
  "SUBTIPO_ID": 2,
  "DESCRICAO": "sample string 3",
  "HIERARQUIA": "sample string 4",
  "EMX_EMPRESAS_ID": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

Resultado da exclusão.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.