Delivery API
class DeliveryAPI
Content copied to clipboard
Extensions
delete Gas Station Reference Status
Link copied to clipboard
fun POIAPI.DeliveryAPI.deleteGasStationReferenceStatus(gasStationId: String, reference: String, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
put Gas Station Reference Status
Link copied to clipboard
fun POIAPI.DeliveryAPI.putGasStationReferenceStatus(gasStationId: String, reference: String, body: PutGasStationReferenceStatusAPI.Body, readTimeout: Long? = null): Call<Void>
Content copied to clipboard