POST api/usuario/importacaoAreaAD

importacaoAreaAD

Request Information

URI Parameters

None.

Body Parameters

DadosAreaAD
NameDescriptionTypeAdditional information
AREA_ID

AREA_ID

string

None.

TIPO

TIPO

integer

None.

TOKEN

TOKEN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AREA_ID": "sample string 1",
  "TIPO": 2,
  "TOKEN": "sample string 3"
}

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.