Add batch number to account
POST/v1/accounts/additional-data/batch-number
Attach a batch_number (número de lote) to an account, identified by invoice_number. Completes the trio of metadata endpoints alongside the protocol number and the external guide id.
batch_number is required and rejected when blank.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation error - batch_number is blank
Internal Server Error