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": "1751097b-7916-4625-a33a-7cc17b742b83",
"CompanyID": "1d59de61-f06f-49f5-a92b-3b6a919cd541"
}