POST api/users/Operator/Authenticate
Request Information
URI Parameters
None.
Body Parameters
OperatorLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| firstName | string |
None. |
|
| lastName | string |
None. |
|
| password | string |
None. |
|
| softwareName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"password": "sample string 3",
"softwareName": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.