POST v1_0/api/Member/Call

Request Information

URI Parameters

None.

Body Parameters

Verification
NameDescriptionTypeAdditional information
CallType

integer

None.

UserMobileNumber

string

None.

UserId

string

None.

VerificationCode

string

None.

VerificationStatus

boolean

None.

CountryCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CallType": 1,
  "UserMobileNumber": "sample string 2",
  "UserId": "sample string 3",
  "VerificationCode": "sample string 4",
  "VerificationStatus": true,
  "CountryCode": "sample string 6"
}

application/xml, text/xml

Sample:
<Verification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CsharpCornerAPI.Models.v1_0">
  <CallType>1</CallType>
  <CountryCode>sample string 6</CountryCode>
  <UserId>sample string 3</UserId>
  <UserMobileNumber>sample string 2</UserMobileNumber>
  <VerificationCode>sample string 4</VerificationCode>
  <VerificationStatus>true</VerificationStatus>
</Verification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.