PUT api/Threshold/SetAllThresholdReloadEnabledFalse
Request Information
URI Parameters
None.
Body Parameters
ThresholdReloadRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| iCodReloadThreshold | integer |
None. |
|
| iCodTarjeta | integer |
None. |
|
| iCodTipoTarjeta | integer |
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,
"iCodTarjeta": 2,
"iCodTipoTarjeta": 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"> <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> <iCodTarjeta>2</iCodTarjeta> <iCodTipoTarjeta>3</iCodTipoTarjeta> <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
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>