GET api/Threshold/GetThresholdReload?CardID={CardID}&CardType={CardType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CardID | string |
Required |
|
| CardType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
Response 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
},
{
"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:
<ArrayOfThresholdController.ThresholdReloadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerAPI.Controllers">
<ThresholdController.ThresholdReloadRequest>
<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>
<ThresholdController.ThresholdReloadRequest>
<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>
</ArrayOfThresholdController.ThresholdReloadRequest>