Update deposit batch details

Updates editable account, naming, reference, date, and note fields on a manual deposit batch and returns its resource.

Authentication

AuthorizationBearer

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

Path parameters

idintegerRequired>=1
Deposit batch identifier.

Request

This endpoint expects an object.
account_idinteger or nullOptional
namestringOptional<=255 characters
referencestringOptional<=21 characters
batch_datedateOptional
notestringOptional<=1000 characters

Response

The deposit batch was updated and returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

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