POST api/centrocusto/InserirCentroCusto

Insere um novo centro de custo.

Request Information

URI Parameters

None.

Body Parameters

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

CentroCustoInsercao
NameDescriptionTypeAdditional information
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",
  "DESCRICAO_CENTRO_CUSTO": "sample string 1"
}

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 operaçã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.