POST Arulvakku/InsertUser

Request Information

URI Parameters

None.

Body Parameters

UserRegisterRequest
NameDescriptionTypeAdditional information
UserId

integer

None.

CountryCode

string

None.

MobileNumber

string

None.

MailId

string

None.

DeviceId

string

None.

FirebaseKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "CountryCode": "sample string 2",
  "MobileNumber": "sample string 3",
  "MailId": "sample string 4",
  "DeviceId": "sample string 5",
  "FirebaseKey": "sample string 6"
}

application/xml, text/xml

Sample:
<UserRegisterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Arulvakku.Com">
  <CountryCode>sample string 2</CountryCode>
  <DeviceId>sample string 5</DeviceId>
  <FirebaseKey>sample string 6</FirebaseKey>
  <MailId>sample string 4</MailId>
  <MobileNumber>sample string 3</MobileNumber>
  <UserId>1</UserId>
</UserRegisterRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponseWrapper
NameDescriptionTypeAdditional information
Version

string

None.

LicensedBy

string

None.

StatusCode

integer

None.

RequestUri

URI

None.

Method

string

None.

errorMessage

string

None.

IsTransactionDone

boolean

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Version": "1.0",
  "LicensedBy": "Arulvakku Licence",
  "StatusCode": 3,
  "RequestUri": "http://webapihelppage4.com",
  "Method": "sample string 5",
  "errorMessage": "sample string 6",
  "IsTransactionDone": true,
  "Result": {}
}

application/xml, text/xml

Sample:
<ApiResponseWrapper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Arulvakku.Com">
  <ErrorMessage>sample string 6</ErrorMessage>
  <IsTransactionDone>true</IsTransactionDone>
  <LicensedBy>Arulvakku Licence</LicensedBy>
  <Method>sample string 5</Method>
  <RequestUri>http://webapihelppage4.com/</RequestUri>
  <Result />
  <StatusCode>3</StatusCode>
  <Version>1.0</Version>
</ApiResponseWrapper>