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": "a8453f07-309e-4a28-bb89-09735c0d8834",
"CompanyID": "18c6ef0e-f23a-4ecb-a11d-7e91cc108fdf"
}