POST Verifies/SendVerifyCode

Request Information

URI Parameters

None.

Body Parameters

VerifiesDataContext
NameDescriptionTypeAdditional information
language

string

None.

verifyToken

string

None.

verifyCode

string

None.

verifyEmail

string

None.

verifyDateTime

string

None.

verifyStatus

boolean

None.

verifyArchiveStatus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "language": "sample string 1",
  "verifyToken": "sample string 2",
  "verifyCode": "sample string 3",
  "verifyEmail": "sample string 4",
  "verifyDateTime": "sample string 5",
  "verifyStatus": true,
  "verifyArchiveStatus": true
}

application/xml, text/xml

Sample:
<VerifiesDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.Verifies">
  <verifyArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/projectManger.Src.Data.Model.ModelDB.Verifies">true</verifyArchiveStatus>
  <verifyCode xmlns="http://schemas.datacontract.org/2004/07/projectManger.Src.Data.Model.ModelDB.Verifies">sample string 3</verifyCode>
  <verifyDateTime xmlns="http://schemas.datacontract.org/2004/07/projectManger.Src.Data.Model.ModelDB.Verifies">sample string 5</verifyDateTime>
  <verifyEmail xmlns="http://schemas.datacontract.org/2004/07/projectManger.Src.Data.Model.ModelDB.Verifies">sample string 4</verifyEmail>
  <verifyStatus xmlns="http://schemas.datacontract.org/2004/07/projectManger.Src.Data.Model.ModelDB.Verifies">true</verifyStatus>
  <verifyToken xmlns="http://schemas.datacontract.org/2004/07/projectManger.Src.Data.Model.ModelDB.Verifies">sample string 2</verifyToken>
  <language>sample string 1</language>
</VerifiesDataContext>

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.