# Change state of all receivables in batch. Endpoint: PUT /api/v3/receivables/{companyId}/batches/{batchId} Version: v3 Security: client_credentials, implicit, client_credentials_dev, implicit_dev ## Path parameters: - `companyId` (string, required) Company Id - `batchId` (string, required) Batch id ## Request fields (application/json-patch+json): - `state` (integer) InpaymentState * 0 - Queued * 1 - Transferred * 2 - Error Enum: 0, 1, 2 - `errorMessage` (string,null) Error message (used if State is set to Error) ## Response 200 fields ## Response 401 fields ## Response 404 fields