{
  "name": "rate-change-label",
  "description": "Change a label term's royalty split. term_rate is the label share, commission the distributor's.",
  "input": {
    "row": {
      "index": 5,
      "accountId": "23605",
      "contractId": "235165",
      "requestText": "Rate Update",
      "notes": "Update the label term to an 70/30 split in favour of the label"
    }
  },
  "expected": {
    "action": "update_condition_rates",
    "supported": true,
    "targeting": { "termType": "label" },
    "values": { "termRate": 70, "commission": 30 }
  },
  "expectedResolution": {
    "termId": "1",
    "conditionId": "5",
    "current": { "termRate": 80, "commission": 20 }
  },
  "expectedStatus": "ready"
}
