POST api/RM/ValidateRMLogin
Request Information
URI Parameters
None.
Body Parameters
RMModelData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of RMModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"UserName": "sample string 1",
"Password": "sample string 2"
},
{
"UserName": "sample string 1",
"Password": "sample string 2"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.