...
Code Block |
---|
{
"adjustment_id": "b43ce6a3-9578-4ba6-8cc5-a4add094a352",
"summary": {
"desiredStatus": {21/33},
"transactions": 4,
"eligible": 4,
"liveReconciled": 2,
"completes": 1,
"rejected": 0
}
} |
Response explanation:
...
"liveReconciled"
: are the transactions that are already live reconciled from the list
"completesrejected"
: are the transactions that have already been completed from the list"rejected"
: are the transactions that have already been rejected from the listalready reconciled and not accepted for reconciliation.
"transactions"
: total completes uploaded
...
Code Block | ||
---|---|---|
| ||
{
"adjustment_id": "b43ce6a3-9578-4ba6-8cc5-a4add094a352",
"summary": {
"desiredStatus": 33,
"transactions": 4,
"eligible": 4,
"liveReconciled": 2,
"completes": 1,
"rejected": 0
}
} |
2 - Reconciliation multiple surveys (Bulk Reconciliation)
...
Code Block |
---|
{
"adjustment_id": "46e10177-c3a3-4246-a33a-0c8306f3a9a6",
"summary": {
"desiredStatus": 33,
"transactions": 6,
"eligible": 6,
"liveReconciled": 2,
"completes": 0,
"rejected": 2
}
} |