POST api/users/AuthenticatePulse
Request Information
URI Parameters
None.
Body Parameters
Authenticate| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthenticateId | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"authenticateId": "sample string 1",
"password": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.