...
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:
"eligible"
: are the transactions that are eligible and the status changed within the process
"liveReconciled"
: are the transactions that are already live reconciled from the list
"completes"
: are the transactions that have already been completed from the list
"rejected"
: are the transactions that have already been rejected from the list
"transactions"
: total completes uploaded
DESCRIPTION:
STAGING API and Payload:
...
Code Block | ||
---|---|---|
| ||
{
"adjustment_id": "b43ce6a3-9578-4ba6-8cc5-a4add094a352",
"summary": {
"desiredStatus": 33,
"transactions": 4,
"eligible": 4,
"liveReconciled": 2,
"completes": 1,
"rejected": 0
}
} |
...
Code Block |
---|
{
"adjustment_id": "46e10177-c3a3-4246-a33a-0c8306f3a9a6",
"summary": {
"desiredStatus": 33,
"transactions": 6,
"eligible": 6,
"liveReconciled": 2,
"completes": 0,
"rejected": 2
}
} |
...