Operation: MoveBatchV202507
Moves the set of bills to the specified batch
The bills being moved should be in an open or closed batch
The specified batch should be an open batch
The specified batch should belong to the current user
Parameter | Description | Type | Location |
---|---|---|---|
batchId | Batch to move toRequired | integer | Path |
Parameter | Description | Type |
---|---|---|
Request Body Array | integer [Array] |
[
1
]
Type Reference: UpdateResult
Parameter | Description | Type |
---|---|---|
selected | Required (defined) | integer |
updated | Required (defined) | integer |
{
"selected": 1,
"updated": 1
}