Snooze or resume contract collection

Snoozes each selected contract until a date, or resumes collection when snooze_until is null. An optional note is recorded for a new snooze.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
contract_idslist of integersRequired
snooze_untildate or nullOptional
notestring or nullOptional

Response

Collection status changed.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error