GET api/Account/IsUserRegisteredMobile?mobile={mobile}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mobile

string

Required

Body Parameters

None.

Response Information

Resource Description

UserStatusViewModel
NameDescriptionTypeAdditional information
IsRegistered

Returns true if fully registered

boolean

None.

MobileAlreadyExists

boolean

None.

UserReferralInfo

BKReferrals

None.

Success

boolean

None.

ErrorNumber

integer

None.

Status

string

None.

ErrorMsgUser

string

None.

AlreadyExists

boolean

None.

data

Object

None.

UserProgress

UserProgressResponse

None.

TOKEN

string

None.

TokenType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsRegistered": true,
  "MobileAlreadyExists": true,
  "UserReferralInfo": {
    "ID": 1,
    "Rank": 1,
    "Created": "2024-10-01T10:00:34.4165014+00:00",
    "Firstname": "sample string 2",
    "Lastname": "sample string 3",
    "Email": "sample string 4",
    "Code": "sample string 5",
    "Source": "sample string 6",
    "Referrer": "sample string 7",
    "Referreremail": "sample string 8",
    "Count": 1,
    "Signup": 1,
    "Topup": 1,
    "MobileCountryId": 9,
    "Mobile": "sample string 10",
    "Passcode": "sample string 11",
    "PhoneCode": "sample string 12"
  },
  "Success": true,
  "ErrorNumber": 4,
  "Status": "sample string 5",
  "ErrorMsgUser": "sample string 6",
  "AlreadyExists": true,
  "data": {},
  "UserProgress": {
    "UserProgress": {
      "ID": 1,
      "Stage": "sample string 2",
      "Screen": "sample string 3",
      "Action": "sample string 4",
      "Color": "sample string 5",
      "StartPercentage": "sample string 6",
      "EndPercentage": "sample string 7",
      "TotalPercentage": "sample string 8",
      "SectionId": 1,
      "SectionTotalPercentage": 1,
      "UserId": "85594b57-0526-47ca-bfab-6e6d86b335fc"
    },
    "Sections": [
      {
        "SectionId": 1,
        "SectionTotalPercentage": 1
      },
      {
        "SectionId": 1,
        "SectionTotalPercentage": 1
      }
    ]
  },
  "TOKEN": "sample string 9",
  "TokenType": "sample string 10"
}

application/xml, text/xml

Sample:
<UserStatusViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.API.Models">
  <AlreadyExists>true</AlreadyExists>
  <ErrorMsgUser>sample string 6</ErrorMsgUser>
  <ErrorNumber>4</ErrorNumber>
  <Status>sample string 5</Status>
  <Success>true</Success>
  <TOKEN>sample string 9</TOKEN>
  <TokenType>sample string 10</TokenType>
  <UserProgress xmlns:d2p1="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.Common">
    <d2p1:Sections>
      <d2p1:Sections>
        <d2p1:SectionId>1</d2p1:SectionId>
        <d2p1:SectionTotalPercentage>1</d2p1:SectionTotalPercentage>
      </d2p1:Sections>
      <d2p1:Sections>
        <d2p1:SectionId>1</d2p1:SectionId>
        <d2p1:SectionTotalPercentage>1</d2p1:SectionTotalPercentage>
      </d2p1:Sections>
    </d2p1:Sections>
    <d2p1:UserProgress>
      <d2p1:Action>sample string 4</d2p1:Action>
      <d2p1:Color>sample string 5</d2p1:Color>
      <d2p1:EndPercentage>sample string 7</d2p1:EndPercentage>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:Screen>sample string 3</d2p1:Screen>
      <d2p1:SectionId>1</d2p1:SectionId>
      <d2p1:SectionTotalPercentage>1</d2p1:SectionTotalPercentage>
      <d2p1:Stage>sample string 2</d2p1:Stage>
      <d2p1:StartPercentage>sample string 6</d2p1:StartPercentage>
      <d2p1:TotalPercentage>sample string 8</d2p1:TotalPercentage>
      <d2p1:UserId>85594b57-0526-47ca-bfab-6e6d86b335fc</d2p1:UserId>
    </d2p1:UserProgress>
  </UserProgress>
  <data />
  <IsRegistered>true</IsRegistered>
  <MobileAlreadyExists>true</MobileAlreadyExists>
  <UserReferralInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.Common">
    <d2p1:Code>sample string 5</d2p1:Code>
    <d2p1:Count>1</d2p1:Count>
    <d2p1:Created>2024-10-01T10:00:34.4165014+00:00</d2p1:Created>
    <d2p1:Email>sample string 4</d2p1:Email>
    <d2p1:Firstname>sample string 2</d2p1:Firstname>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:Lastname>sample string 3</d2p1:Lastname>
    <d2p1:Mobile>sample string 10</d2p1:Mobile>
    <d2p1:MobileCountryId>9</d2p1:MobileCountryId>
    <d2p1:Passcode>sample string 11</d2p1:Passcode>
    <d2p1:PhoneCode>sample string 12</d2p1:PhoneCode>
    <d2p1:Rank>1</d2p1:Rank>
    <d2p1:Referrer>sample string 7</d2p1:Referrer>
    <d2p1:Referreremail>sample string 8</d2p1:Referreremail>
    <d2p1:Signup>1</d2p1:Signup>
    <d2p1:Source>sample string 6</d2p1:Source>
    <d2p1:Topup>1</d2p1:Topup>
  </UserReferralInfo>
</UserStatusViewModel>