POST api/centrocusto/AlterarCentroCusto

Altera a descrição de um centro de custo existente.

Request Information

URI Parameters

None.

Body Parameters

Objeto com os dados do centro de custo e autenticação.

CentroCustoAlteracao
NameDescriptionTypeAdditional information
CODIGO_CENTRO_CUSTO

CODIGO_CENTRO_CUSTO

integer

None.

DESCRICAO_CENTRO_CUSTO

DESCRICAO_CENTRO_CUSTO

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"
}

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 com o resultado da alteraçã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.