POST api/personlogin

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "PersonID": "81c6f20d-dcd7-4928-b84b-3ba161dc9e71",
  "CompanyID": "387f66e7-2eef-489d-a51a-ce077c3d9738"
}