POST v{version}/{lang}/Upsell?currency={currency}&wp={wp}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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-12-13T10:11:57.3420477+00:00",
  "3": "2025-12-13T10:11:57.3420477+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-12-13T10:11:57.3420477+00:00</Value>
  </KeyValueOfintdateTime>
  <KeyValueOfintdateTime>
    <Key>3</Key>
    <Value>2025-12-13T10:11:57.3420477+00:00</Value>
  </KeyValueOfintdateTime>
</ArrayOfKeyValueOfintdateTime>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Dictionary`2'.

Response Information

Resource Description

Object

None.

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/" />