POST api/centrocusto/AlterarCentroCusto

Request Information

URI Parameters

None.

Body Parameters

CentroCustoAlteracao
NameDescriptionTypeAdditional information
CODIGO_CENTRO_CUSTO

integer

None.

DESCRICAO_CENTRO_CUSTO

string

None.

USUARIO_AUTENTICACAO

string

None.

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

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.