get https://api-sandbox.setel.com/v1/retail/fuel-order-options
This API endpoint returns the preset options for the amount of fuel that can be purchased.
Successful response payload data
Parameter name | Data type | Description |
---|---|---|
presetAmounts | object | The preset amount. |
presetAmounts.quantity | string | The quantity of preset amount. |
presetVolumes | object | The preset volume (litres). |
presetVolumes.quantity | string | The quantity of preset volume. |
fullTankAmount | object | The latest full tank choice by amount. |
fullTankAmount.quantity | string | The quantity of the latest full tank choice by amount. |
fullTankVolume | object | The latest full tank choice by volume (litres). |
fullTankVolume.quantity | string | The quantity of the latest full tank choice by volume. |
minAmount | object | The minimum amount of a Setel account. |
minAmount.quantity | string | The quantity of the minimum amount. |
maxAmount | object | The maximum amount of a Setel account. |
maxAmount.quantity | string | The quantity of the maximum amount. |
minVolume | object | The minimum volume of a Setel account. |
minVolume.quantity | string | The quantity of the minimum volume. |