POST api/Client/Verify
Request Information
URI Parameters
None.
Body Parameters
VerifyViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| campaignId | integer |
None. |
|
| clientId | string |
None. |
|
| verifiedPhoneNumber | string |
None. |
|
| browserType | string |
None. |
|
| osVersion | string |
None. |
|
| deviceOS | string |
None. |
|
| isCameraExists | string |
None. |
|
| webkitVersion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"campaignId": 1,
"clientId": "sample string 2",
"verifiedPhoneNumber": "sample string 3",
"browserType": "sample string 4",
"osVersion": "sample string 5",
"deviceOS": "sample string 6",
"isCameraExists": "sample string 7",
"webkitVersion": "sample string 8"
}
application/xml, text/xml
Sample:
<ClientModels.VerifyViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VerifyPhoneServer.Classes"> <browserType>sample string 4</browserType> <campaignId>1</campaignId> <clientId>sample string 2</clientId> <deviceOS>sample string 6</deviceOS> <isCameraExists>sample string 7</isCameraExists> <osVersion>sample string 5</osVersion> <verifiedPhoneNumber>sample string 3</verifiedPhoneNumber> <webkitVersion>sample string 8</webkitVersion> </ClientModels.VerifyViewModel>
application/x-www-form-urlencoded
Sample:
text/html, multipart/form-data
Sample:
{"campaignId":1,"clientId":"sample string 2","verifiedPhoneNumber":"sample string 3","browserType":"sample string 4","osVersion":"sample string 5","deviceOS":"sample string 6","isCameraExists":"sample string 7","webkitVersion":"sample string 8"}
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. |