POST RecievePhoneVerification?ApiKey={ApiKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiKey | string |
Required |
Body Parameters
ReceivePhoneVerifyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AppId | integer |
None. |
|
| UserId | integer |
None. |
|
| Phone | string |
Required |
|
| SK | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AppId": 2,
"UserId": 3,
"Phone": "sample string 4",
"SK": "sample string 5"
}
application/xml, text/xml
Sample:
<ReceivePhoneVerifyDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZahranItCustomers.DTOS"> <AppId>2</AppId> <Id>1</Id> <Phone>sample string 4</Phone> <SK>sample string 5</SK> <UserId>3</UserId> </ReceivePhoneVerifyDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.