OPTIONS api/MobileLogin/GetCustomerID

Request Information

URI Parameters

None.

Body Parameters

mobilecustomerCredential
NameDescriptionTypeAdditional information
email_id

string

None.

password

string

None.

playerid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "email_id": "sample string 1",
  "password": "sample string 2",
  "playerid": "sample string 3"
}

application/xml, text/xml

Sample:
<mobilecustomerCredential xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrustLine.Models">
  <email_id>sample string 1</email_id>
  <password>sample string 2</password>
  <playerid>sample string 3</playerid>
</mobilecustomerCredential>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'mobilecustomerCredential'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.