Batch Complete Collection
POST/api/collections/batchcompletecollection
Tier: Internal — subject to change without notice.
Completes multiple Collections by id. EndDate is always set to the current
server time for every id in the batch — Collections.BatchCompleteCollectionDto
carries no per-collection dates.
Request
Responses
- 200
- 400
All ids were completed successfully. Returns true.
One or more ids failed to complete (see CollectionController.CompleteCollection(...) for causes).
Each id is processed and committed independently, so any successful completions in
the batch stand even though the response is 400 with the accumulated error array.