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": "baac0195-c70e-46e0-8a37-5eaaa18caa84",
"CompanyID": "47fc9cc3-8cb4-433e-bbe3-1be5574d3938"
}