POST api/centrocusto/ExcluirUsuarioCentroCusto

Remove a associação entre um usuário e um centro de custo.

Request Information

URI Parameters

None.

Body Parameters

Objeto com dados de autenticação e identificação do usuário.

CentroCustoUsuario
NameDescriptionTypeAdditional information
CODIGO_CENTRO_CUSTO

CODIGO_CENTRO_CUSTO

integer

None.

DESCRICAO_CENTRO_CUSTO

DESCRICAO_CENTRO_CUSTO

string

None.

CODIGO_USUARIO

CODIGO_USUARIO

integer

None.

LOGIN_USUARIO

LOGIN_USUARIO

string

None.

USUARIO_AUTENTICACAO

USUARIO_AUTENTICACAO

string

None.

SENHA_AUTENTICACAO

SENHA_AUTENTICACAO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "USUARIO_AUTENTICACAO": "sample string 1",
  "SENHA_AUTENTICACAO": "sample string 2",
  "CODIGO_CENTRO_CUSTO": 1,
  "DESCRICAO_CENTRO_CUSTO": "sample string 2",
  "CODIGO_USUARIO": 3,
  "LOGIN_USUARIO": "sample string 4"
}

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

Resposta HTTP indicando o sucesso ou erro da exclusão da associaçã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.