{
"sid": "abc123",
"name": "string",
"type": {
"code": "manual",
"name": "string"
},
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"_links": {},
"_embedded": {
"x:priceCombinations": [
{
"transactionType": {
"code": "sale",
"name": "string"
},
"productGroup": {
"sid": "abc123",
"name": "Electronics"
},
"priceSegment": {
"id": "string",
"name": "Silver"
},
"deviceGroup": {
"id": "string",
"name": "Silver"
},
"trafficTypes": [
{
"code": "incentivizedAndCashback",
"name": "string"
}
],
"countries": [
"string"
],
"pricing": {
"type": "fixed",
"payout": {
"fixed": {
"amount": 0,
"currencyCode": "string"
},
"percentage": 0
}
}
}
]
}
}