POST v2/loginNuvens

Request Information

URI Parameters

None.

Body Parameters

LoginApiNuvens
NameDescriptionTypeAdditional information
Credencial

string

None.

Senha

string

None.

Sistema

string

None.

Email

string

None.

Permissao

ePermissaoOperador

None.

CredencialId

integer

None.

PessoaId

integer

None.

EmpresaId

integer

None.

GrupoEmpresaId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Credencial": "sample string 1",
  "Senha": "sample string 2",
  "Sistema": "sample string 3",
  "Email": "sample string 4",
  "Permissao": 0,
  "CredencialId": 5,
  "PessoaId": 6,
  "EmpresaId": 7,
  "GrupoEmpresaId": 8
}

application/xml, text/xml

Sample:
<LoginApiNuvens xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.MainBoundedContext.ERPModule.Aggregates.SanNuvensApiAgg">
  <Credencial>sample string 1</Credencial>
  <CredencialId>5</CredencialId>
  <Email>sample string 4</Email>
  <EmpresaId>7</EmpresaId>
  <GrupoEmpresaId>8</GrupoEmpresaId>
  <Permissao>Administrador</Permissao>
  <PessoaId>6</PessoaId>
  <Senha>sample string 2</Senha>
  <Sistema>sample string 3</Sistema>
</LoginApiNuvens>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoginApiNuvens'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.