POST api/MobileApp/VerifyAppUserSettings_V5

Request Information

URI Parameters

None.

Body Parameters

AppSettingRequestModel
NameDescriptionTypeAdditional information
Pin

string

None.

PhoneNumber

string

None.

ApiToken

string

None.

ApiToken1

string

None.

DeviceOSVersion

string

None.

DeviceId

string

None.

DeviceType

string

None.

DeviceName

string

None.

DeviceModel

string

None.

AppVersion

string

None.

AppType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Pin": "sample string 1",
  "PhoneNumber": "sample string 2",
  "ApiToken": "sample string 3",
  "ApiToken1": "sample string 4",
  "DeviceOSVersion": "sample string 5",
  "DeviceId": "sample string 6",
  "DeviceType": "sample string 7",
  "DeviceName": "sample string 8",
  "DeviceModel": "sample string 9",
  "AppVersion": "sample string 10",
  "AppType": "sample string 11"
}

application/xml, text/xml

Sample:
<AppSettingRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.MobileApp">
  <AppType>sample string 11</AppType>
  <AppVersion>sample string 10</AppVersion>
  <DeviceId>sample string 6</DeviceId>
  <DeviceModel>sample string 9</DeviceModel>
  <DeviceName>sample string 8</DeviceName>
  <DeviceType>sample string 7</DeviceType>
  <ApiToken>sample string 3</ApiToken>
  <ApiToken1>sample string 4</ApiToken1>
  <DeviceOSVersion>sample string 5</DeviceOSVersion>
  <PhoneNumber>sample string 2</PhoneNumber>
  <Pin>sample string 1</Pin>
</AppSettingRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSettingResponseModel
NameDescriptionTypeAdditional information
ResponseCode

string

None.

ResponseMessage

string

None.

IsSIPServerUP

boolean

None.

AllowRecharge

boolean

None.

AllowMobileTopUp

boolean

None.

AllowCardPayment

boolean

None.

AllowSIPCalling

boolean

None.

AllowVideoCalling

boolean

None.

AllowChat

boolean

None.

ForceUpdate

boolean

None.

EncryptionRule

string

None.

CurrencyCode

string

None.

CurrencySymbol

string

None.

SubCurrencyCode

string

None.

SubCurrencySymbol

string

None.

MultiplyFactor

integer

None.

ExchangeRate

decimal number

None.

AmountChargedCurrencyCode

string

None.

SendSMSPromo

boolean

None.

SendPushNotification

boolean

None.

GPAuthorization

string

None.

AccessNumber

string

None.

PaymentProcessingMode

string

None.

IsSmartLookUP

boolean

None.

IsAutoRechargeEnabled

boolean

None.

CardId

integer

None.

CentralAPIBaseUrl

string

None.

PaymentPageUrl

string

None.

MinimumPointsToRedeem

integer

None.

AutoRefillStatus

string

None.

PinStatus

PinStatusWithResponse

None.

WhatIsNew

string

None.

LastTopUp

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": "sample string 1",
  "ResponseMessage": "sample string 2",
  "IsSIPServerUP": true,
  "AllowRecharge": true,
  "AllowMobileTopUp": true,
  "AllowCardPayment": true,
  "AllowSIPCalling": true,
  "AllowVideoCalling": true,
  "AllowChat": true,
  "ForceUpdate": true,
  "EncryptionRule": "sample string 11",
  "CurrencyCode": "sample string 12",
  "CurrencySymbol": "sample string 13",
  "SubCurrencyCode": "sample string 14",
  "SubCurrencySymbol": "sample string 15",
  "MultiplyFactor": 16,
  "ExchangeRate": 17.0,
  "AmountChargedCurrencyCode": "sample string 18",
  "SendSMSPromo": true,
  "SendPushNotification": true,
  "GPAuthorization": "sample string 21",
  "AccessNumber": "sample string 22",
  "PaymentProcessingMode": "sample string 23",
  "IsSmartLookUP": true,
  "IsAutoRechargeEnabled": true,
  "CardId": 26,
  "CentralAPIBaseUrl": "sample string 27",
  "PaymentPageUrl": "sample string 28",
  "MinimumPointsToRedeem": 29,
  "AutoRefillStatus": "sample string 30",
  "PinStatus": {
    "PinStatus": "sample string 1",
    "Message": "sample string 2",
    "Balance": 3.0
  },
  "WhatIsNew": "sample string 31",
  "LastTopUp": "sample string 32"
}

application/xml, text/xml

Sample:
<AppSettingResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.MobileApp">
  <AccessNumber>sample string 22</AccessNumber>
  <AllowCardPayment>true</AllowCardPayment>
  <AllowChat>true</AllowChat>
  <AllowMobileTopUp>true</AllowMobileTopUp>
  <AllowRecharge>true</AllowRecharge>
  <AllowSIPCalling>true</AllowSIPCalling>
  <AllowVideoCalling>true</AllowVideoCalling>
  <AmountChargedCurrencyCode>sample string 18</AmountChargedCurrencyCode>
  <AutoRefillStatus>sample string 30</AutoRefillStatus>
  <CardId>26</CardId>
  <CentralAPIBaseUrl>sample string 27</CentralAPIBaseUrl>
  <CurrencyCode>sample string 12</CurrencyCode>
  <CurrencySymbol>sample string 13</CurrencySymbol>
  <EncryptionRule>sample string 11</EncryptionRule>
  <ExchangeRate>17</ExchangeRate>
  <ForceUpdate>true</ForceUpdate>
  <GPAuthorization>sample string 21</GPAuthorization>
  <IsAutoRechargeEnabled>true</IsAutoRechargeEnabled>
  <IsSIPServerUP>true</IsSIPServerUP>
  <IsSmartLookUP>true</IsSmartLookUP>
  <LastTopUp>sample string 32</LastTopUp>
  <MinimumPointsToRedeem>29</MinimumPointsToRedeem>
  <MultiplyFactor>16</MultiplyFactor>
  <PaymentPageUrl>sample string 28</PaymentPageUrl>
  <PaymentProcessingMode>sample string 23</PaymentProcessingMode>
  <PinStatus>
    <Balance>3</Balance>
    <Message>sample string 2</Message>
    <PinStatus>sample string 1</PinStatus>
  </PinStatus>
  <ResponseCode>sample string 1</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
  <SendPushNotification>true</SendPushNotification>
  <SendSMSPromo>true</SendSMSPromo>
  <SubCurrencyCode>sample string 14</SubCurrencyCode>
  <SubCurrencySymbol>sample string 15</SubCurrencySymbol>
  <WhatIsNew>sample string 31</WhatIsNew>
</AppSettingResponseModel>