POST api/v1/PublicUserOrderReadySMS
Request Information
URI Parameters
None.
Body Parameters
PublicUserLoginFinalInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| OTP | string |
None. |
|
| LocID | integer |
None. |
|
| CompID | integer |
None. |
|
| MobileNo | string |
None. |
|
| SessionID | string |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"OTP": "sample string 2",
"LocID": 3,
"CompID": 4,
"MobileNo": "sample string 5",
"SessionID": "sample string 6",
"UserID": 7
}
application/xml, text/xml
Sample:
<PublicUserLoginFinalInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>4</CompID> <LocID>3</LocID> <MobileNo>sample string 5</MobileNo> <Mode>sample string 1</Mode> <OTP>sample string 2</OTP> <SessionID>sample string 6</SessionID> <UserID>7</UserID> </PublicUserLoginFinalInput>
application/x-www-form-urlencoded
Sample:
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. |