PUT api/Threshold/SetAllThresholdReloadEnabledFalse

Request Information

URI Parameters

None.

Body Parameters

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.

Request 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
}

application/xml, text/xml

Sample:
<ThresholdController.ThresholdReloadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerAPI.Controllers">
  <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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>