POST v{version}/{lang}/Upsell?currency={currency}&wp={wp}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Required |
|
currency | string |
Default value is ISK |
|
wp | string |
Default value is GG |
|
version |
The requested API version |
string |
Required Default value is 1.0 |
Body Parameters
Dictionary of integer [key] and date [value]Request Formats
application/json, text/json
Sample:
{ "1": "2025-01-22T15:54:38.5624391+00:00", "3": "2025-01-22T15:54:38.5624391+00:00" }
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfintdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfintdateTime> <Key>1</Key> <Value>2025-01-22T15:54:38.5624391+00:00</Value> </KeyValueOfintdateTime> <KeyValueOfintdateTime> <Key>3</Key> <Value>2025-01-22T15:54:38.5624391+00:00</Value> </KeyValueOfintdateTime> </ArrayOfKeyValueOfintdateTime>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />