POST api/AgentAdminMng/AuthCheck

Validates admin credentials. Returns 200 if investorId and password match, 400 otherwise.

Request Information

URI Parameters

None.

Body Parameters

AdminAuthRequest
NameDescriptionTypeAdditional information
investorId

integer

None.

password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "investorId": 1,
  "password": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.