GET api/Threshold/GetNextMonthPrice?CardID={CardID}&CardType={CardType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CardID

string

Required

CardType

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ThresholdReloadRequest
NameDescriptionTypeAdditional information
iCodReloadThreshold

integer

None.

CardID

string

None.

CardType

string

None.

TriggerType

integer

None.

Rides_Threshold

integer

None.

Cash_Threshold

decimal number

None.

Cash_To_Reload

decimal number

None.

Days_To_Reload

integer

None.

Product_To_Reload

integer

None.

tiEstatusReg

byte

None.

tiExecute

byte

None.

vchDescripcion

string

None.

dPrecio

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "iCodReloadThreshold": 1,
    "CardID": "sample string 2",
    "CardType": "sample string 3",
    "TriggerType": 4,
    "Rides_Threshold": 5,
    "Cash_Threshold": 6.0,
    "Cash_To_Reload": 7.0,
    "Days_To_Reload": 8,
    "Product_To_Reload": 9,
    "tiEstatusReg": 64,
    "tiExecute": 64,
    "vchDescripcion": "sample string 12",
    "dPrecio": 13.0
  },
  {
    "iCodReloadThreshold": 1,
    "CardID": "sample string 2",
    "CardType": "sample string 3",
    "TriggerType": 4,
    "Rides_Threshold": 5,
    "Cash_Threshold": 6.0,
    "Cash_To_Reload": 7.0,
    "Days_To_Reload": 8,
    "Product_To_Reload": 9,
    "tiEstatusReg": 64,
    "tiExecute": 64,
    "vchDescripcion": "sample string 12",
    "dPrecio": 13.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfThresholdController.ThresholdReloadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerAPI.Controllers">
  <ThresholdController.ThresholdReloadRequest>
    <CardID>sample string 2</CardID>
    <CardType>sample string 3</CardType>
    <Cash_Threshold>6</Cash_Threshold>
    <Cash_To_Reload>7</Cash_To_Reload>
    <Days_To_Reload>8</Days_To_Reload>
    <Product_To_Reload>9</Product_To_Reload>
    <Rides_Threshold>5</Rides_Threshold>
    <TriggerType>4</TriggerType>
    <dPrecio>13</dPrecio>
    <iCodReloadThreshold>1</iCodReloadThreshold>
    <tiEstatusReg>64</tiEstatusReg>
    <tiExecute>64</tiExecute>
    <vchDescripcion>sample string 12</vchDescripcion>
  </ThresholdController.ThresholdReloadRequest>
  <ThresholdController.ThresholdReloadRequest>
    <CardID>sample string 2</CardID>
    <CardType>sample string 3</CardType>
    <Cash_Threshold>6</Cash_Threshold>
    <Cash_To_Reload>7</Cash_To_Reload>
    <Days_To_Reload>8</Days_To_Reload>
    <Product_To_Reload>9</Product_To_Reload>
    <Rides_Threshold>5</Rides_Threshold>
    <TriggerType>4</TriggerType>
    <dPrecio>13</dPrecio>
    <iCodReloadThreshold>1</iCodReloadThreshold>
    <tiEstatusReg>64</tiEstatusReg>
    <tiExecute>64</tiExecute>
    <vchDescripcion>sample string 12</vchDescripcion>
  </ThresholdController.ThresholdReloadRequest>
</ArrayOfThresholdController.ThresholdReloadRequest>