POST api/v1/mp_register

Request Information

URI Parameters

None.

Body Parameters

mp_register
NameDescriptionTypeAdditional information
name

string

None.

mobile

string

None.

password

string

None.

referid

string

None.

referby

string

None.

payment_term

string

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "mobile": "sample string 2",
  "password": "sample string 3",
  "referid": "sample string 4",
  "referby": "sample string 5",
  "payment_term": "sample string 6"
}

application/xml, text/xml

Sample:
<mp_register xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <mobile>sample string 2</mobile>
  <name>sample string 1</name>
  <password>sample string 3</password>
  <payment_term>sample string 6</payment_term>
  <referby>sample string 5</referby>
  <referid>sample string 4</referid>
</mp_register>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.