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": "a043238a-cf8e-4b41-8864-6a3259071eaa", "CompanyID": "02d65fd9-7cc8-4875-9a31-b54aa7146d1a" }