POST api/personlogin
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "bdc26c19-a43e-45d1-a046-f04a33df51f5",
"CompanyID": "bcfacf9e-180c-4a5a-b504-27c47ad6eb6e"
}