[GET] ~/uiconfig/onlinesales
Gets online sales.
Request Information
URI Parameters
None.
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
The online sales.
An instance of: OnlineSalesConfiguration| Name | Description | Type | |
|---|---|---|---|
| Collection of DeliveryMethods | |||
| Collection of LeasingOptions | |||
| Collection of OptionalServices |
Response Formats
application/json, text/json
Sample:
{
"deliveryMethods": [
"AtDealer",
"AtDealer"
],
"leasingOptions": [
"Private",
"Private"
],
"optionalServices": [
"TradeIn",
"TradeIn"
]
}