POST account/AskContact

Request Information

URI Parameters

None.

Body Parameters

AskContactModel
NameDescriptionTypeAdditional information
GrantType

string

None.

UserName

string

None.

PhoneNumber

string

None.

Name

string

None.

Country_code

string

None.

Password

string

None.

ConfirmPassword

string

None.

LoginType

string

None.

TermsandConditions

boolean

None.

IsRegistered

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "GrantType": "sample string 1",
  "UserName": "sample string 2",
  "PhoneNumber": "sample string 3",
  "Name": "sample string 4",
  "Country_code": "sample string 5",
  "Password": "sample string 6",
  "ConfirmPassword": "sample string 7",
  "LoginType": "sample string 8",
  "TermsandConditions": true,
  "IsRegistered": true
}

application/xml, text/xml

Sample:
<AskContactModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.ApplicanProgramInterface.Models">
  <ConfirmPassword>sample string 7</ConfirmPassword>
  <Country_code>sample string 5</Country_code>
  <GrantType>sample string 1</GrantType>
  <IsRegistered>true</IsRegistered>
  <LoginType>sample string 8</LoginType>
  <Name>sample string 4</Name>
  <Password>sample string 6</Password>
  <PhoneNumber>sample string 3</PhoneNumber>
  <TermsandConditions>true</TermsandConditions>
  <UserName>sample string 2</UserName>
</AskContactModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.