Customer - Contracts
Get all standard offers
get/v2/user/customer/offers
Headers
If-None-Matchstring
ETag value to identify the last known version of requested resource.
To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.
If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Response
Get all standard offers
Example response
{
"links": {
"self": {
"href": "/v2/user/customer/offers",
"method": "GET"
}
},
"offers": [
{
"additionalClickPrice": "0",
"includedClick": "1200",
"isMostPopular": "true",
"name": "Wonder offer",
"offerId": "1234",
"fixedPrice": "101",
"currencyCode": "EUR",
"position": "1",
"functionalities": [
{
"functionalityCode": "MARKETMANA",
"maxValueInteger": "4",
"unlimited": "false",
"text": "Marketplace management"
}
]
}
],
"functionalities": [
{
"code": "MARKETMANA",
"order": "1"
}
]
}