POST api/Values/GetNewUser

Request Information

URI Parameters

None.

Body Parameters

loginClass
NameDescriptionTypeAdditional information
token1

string

None.

token2

string

None.

token3

string

None.

token4

string

None.

Request Formats

application/json, text/json

Sample:
{
  "token1": "sample string 1",
  "token2": "sample string 2",
  "token3": "sample string 3",
  "token4": "sample string 4"
}

application/xml, text/xml

Sample:
<loginClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mlmapis.Models">
  <token1>sample string 1</token1>
  <token2>sample string 2</token2>
  <token3>sample string 3</token3>
  <token4>sample string 4</token4>
</loginClass>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

userlogin
NameDescriptionTypeAdditional information
UserType

string

None.

PsrNo

integer

None.

PromoterId

string

None.

PromoterName

string

None.

JoiningItem

integer

None.

isTopUped

boolean

None.

codeMeg

string

None.

codeUpdate

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UserType": "sample string 1",
  "PsrNo": 2,
  "PromoterId": "sample string 3",
  "PromoterName": "sample string 4",
  "JoiningItem": 5,
  "isTopUped": true,
  "codeMeg": "sample string 7",
  "codeUpdate": 8
}

application/xml, text/xml

Sample:
<userlogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mlmapis.Models">
  <JoiningItem>5</JoiningItem>
  <PromoterId>sample string 3</PromoterId>
  <PromoterName>sample string 4</PromoterName>
  <PsrNo>2</PsrNo>
  <UserType>sample string 1</UserType>
  <codeMeg>sample string 7</codeMeg>
  <codeUpdate>8</codeUpdate>
  <isTopUped>true</isTopUped>
</userlogin>