POST GetOrder/BookExecIncent
Request Information
URI Parameters
None.
Body Parameters
LoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
None. |
|
| EmpID | string |
None. |
|
| Password | string |
None. |
|
| MobileNo | string |
None. |
|
| DeviceID | string |
None. |
|
| ModelNo | string |
None. |
|
| FCMTokenID | string |
None. |
|
| OTP | string |
None. |
|
| Action | string |
None. |
|
| GrantType | string |
None. |
|
| MonthType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"EmpID": "sample string 2",
"Password": "sample string 3",
"MobileNo": "sample string 4",
"DeviceID": "sample string 5",
"ModelNo": "sample string 6",
"FCMTokenID": "sample string 7",
"OTP": "sample string 8",
"Action": "sample string 9",
"GrantType": "sample string 10",
"MonthType": "sample string 11"
}
application/xml, text/xml
Sample:
<Login.LoginModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppAPISambhav.Models.Admin"> <Action>sample string 9</Action> <DeviceID>sample string 5</DeviceID> <EmpID>sample string 2</EmpID> <FCMTokenID>sample string 7</FCMTokenID> <GrantType>sample string 10</GrantType> <MobileNo>sample string 4</MobileNo> <ModelNo>sample string 6</ModelNo> <MonthType>sample string 11</MonthType> <OTP>sample string 8</OTP> <Password>sample string 3</Password> <UserID>sample string 1</UserID> </Login.LoginModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |