{
"accepted": [
{
"isActive": true,
"isWithdrawn": false,
"terms": {
"id": "1f788c79-7dde-407f-a976-6b08ffb4c75a",
"version": "1.3",
"isMostRecentVersion": true
},
"acceptance": {
"timestamp": "utc timestamp",
"sourceID": 123
}
},
{
"isActive": false,
"isWithdrawn": true,
"terms": {
"id": "1f788c79-7dde-407f-a976-6b58b39aa79d",
"version": "1.2",
"isMostRecentVersion": false
},
"acceptance": {
"timestamp": "utc timestamp",
"sourceID": 123
},
"withdrawal": {
"timestamp": "utc timestamp",
"sourceID": 234,
"reason": "Abc"
}
}
]
} |