POST LotteryAccount/Customers_GetInfo

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
m_RequestObject
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "Platform": "sample string 2",
  "DeviceId": "sample string 3",
  "AppId": "sample string 4",
  "AppVersion": "sample string 5",
  "RequestTime": "sample string 6",
  "MethodName": "sample string 7",
  "Token": "sample string 8",
  "AppKey": "sample string 9",
  "PageIndex": 10,
  "PageSize": 11,
  "Data": {
    "CustomerId": 1,
    "CustomerName": "sample string 2",
    "CustomerPass": "sample string 3",
    "FullName": "sample string 4",
    "NickName": "sample string 5",
    "Mail": "sample string 6",
    "Mobile": "sample string 7",
    "Balance": 8,
    "GenderId": 64,
    "ProvinceId": 10,
    "DateOfBirth": "sample string 11",
    "CustomerScore": 12,
    "Identifier": "sample string 13",
    "IMEI": "sample string 14",
    "MSISDN": "sample string 15",
    "AppPlatformId": 16,
    "ApplicationId": 17,
    "PlatformId": 18,
    "BusinessPartnerId": 19,
    "OAuthenProviderId": 64,
    "OAuthenKey": "sample string 21",
    "NotIdentifierChecked": 64
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": {
    "CustomerId": 1,
    "CustomerName": "sample string 2",
    "CustomerPass": "sample string 3",
    "FullName": "sample string 4",
    "NickName": "sample string 5",
    "Mail": "sample string 6",
    "Mobile": "sample string 7",
    "Balance": 8,
    "GenderId": 64,
    "ProvinceId": 10,
    "DateOfBirth": "sample string 11",
    "CustomerScore": 12,
    "Identifier": "sample string 13",
    "IMEI": "sample string 14",
    "MSISDN": "sample string 15",
    "AppPlatformId": 16,
    "ApplicationId": 17,
    "PlatformId": 18,
    "BusinessPartnerId": 19,
    "OAuthenProviderId": 64,
    "OAuthenKey": "sample string 21",
    "NotIdentifierChecked": 64
  }
}