GET api/Plan/v1/PinlessNumeber/{pinlessNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pinlessNumber

string

Required

Body Parameters

None.

Response Information

Resource Description

PlanResponseModelWithMultipleCurrency
NameDescriptionTypeAdditional information
CurrencySymbol

string

None.

SubCurrencyCode

string

None.

SubCurrencySymbol

string

None.

MultiplyFactor

integer

None.

ExchangeRate

decimal number

None.

AmountChargedCurrencyCode

string

None.

PlanModel

PlanResponseModel

None.

Response Formats

application/json, text/json

Sample:
{
  "PlanModel": {
    "PlanId": "sample string 1",
    "OrderId": "sample string 2",
    "CardName": "sample string 3",
    "Pin": "sample string 4",
    "LastRechargeDate": "2024-11-30T22:15:00.1917275-05:00",
    "CurrencyCode": "sample string 6",
    "Price": 7.0,
    "IsAllowRecharge": true,
    "IsAutoRefill": true,
    "IsAllowCdr": true,
    "IsAllowPinLess": true,
    "IsAllowQuickKey": true,
    "IsAllowCallForwarding": true,
    "ArStatus": true,
    "UsedFrom": 15,
    "ServiceChargePercent": 16.0,
    "PinStatus": "sample string 17",
    "CardId": 18,
    "CountryFrom": 19,
    "CountryTo": 20,
    "Balance": 21.0,
    "CustomerId": 22,
    "PlanType": 1,
    "AccessNumbers": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "CurrencySymbol": "sample string 1",
  "SubCurrencyCode": "sample string 2",
  "SubCurrencySymbol": "sample string 3",
  "MultiplyFactor": 4,
  "ExchangeRate": 5.0,
  "AmountChargedCurrencyCode": "sample string 6"
}

application/xml, text/xml

Sample:
<PlanResponseModelWithMultipleCurrency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.Accounts.Response">
  <AmountChargedCurrencyCode>sample string 6</AmountChargedCurrencyCode>
  <CurrencySymbol>sample string 1</CurrencySymbol>
  <ExchangeRate>5</ExchangeRate>
  <MultiplyFactor>4</MultiplyFactor>
  <PlanModel>
    <AccessNumbers xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </AccessNumbers>
    <ArStatus>true</ArStatus>
    <Balance>21</Balance>
    <CardId>18</CardId>
    <CardName>sample string 3</CardName>
    <CountryFrom>19</CountryFrom>
    <CountryTo>20</CountryTo>
    <CurrencyCode>sample string 6</CurrencyCode>
    <CustomerId>22</CustomerId>
    <IsAllowCallForwarding>true</IsAllowCallForwarding>
    <IsAllowCdr>true</IsAllowCdr>
    <IsAllowPinLess>true</IsAllowPinLess>
    <IsAllowQuickKey>true</IsAllowQuickKey>
    <IsAllowRecharge>true</IsAllowRecharge>
    <IsAutoRefill>true</IsAutoRefill>
    <LastRechargeDate>2024-11-30T22:15:00.1917275-05:00</LastRechargeDate>
    <OrderId>sample string 2</OrderId>
    <Pin>sample string 4</Pin>
    <PinStatus>sample string 17</PinStatus>
    <PlanId>sample string 1</PlanId>
    <PlanType>Simple</PlanType>
    <Price>7</Price>
    <ServiceChargePercent>16</ServiceChargePercent>
    <UsedFrom>15</UsedFrom>
  </PlanModel>
  <SubCurrencyCode>sample string 2</SubCurrencyCode>
  <SubCurrencySymbol>sample string 3</SubCurrencySymbol>
</PlanResponseModelWithMultipleCurrency>