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": "75b7b5f6-38e8-4395-992c-a3e083ba0406",
  "CompanyID": "619a6d8f-8564-47c0-8e9e-d160e73c9997"
}