Service Url: GET /baskets/{ref}/orders/collectionDepositOptions
Response body
IListDepositOptionsResponse
depositOptions – List<IDepositOptions> – the list of deposit options available.
Entities
IDepositOption
value – long – the calculated value of the deposit
description – String – the description of the deposit reason
reasonKey – IReasonKey – the deposit reason
currencyId – String – the currency of the deposit
minValue – long – the minimum possible value of the deposit
maxValue – long – the maximum possible value of the deposit
Remarks
Returns a list of all the deposit options available for the collection of the customer order.
Example Request
1http://localhost:8080/WebRestApi/rest/baskets/PRIMARY/orders/collectionDepositOptions |
1http://localhost:8080/WebRestApi/rest/baskets/PRIMARY/orders/collectionDepositOptions
Example Response
1TODO