Amili Docs
Home
Products
Products
Debt.collection
Account Receivable
Distribution
Go to amili.no
Home
Products
Products
Debt.collection
Account Receivable
Distribution
Go to amili.no
Collections
Copy Page
About the AutoCollect API
Getting started with the AutoCollect API
Webhooks
Example Workflow
Batches
GetBatchById
GET
GetBatchesByOrganization
GET
GetBatchById - Legacy (To be removed)
GET
Collections
AcceptDebtCollectionList
POST
RejectDebtCollectionList
POST
PauseCase
POST
WithdrawCase
POST
ResumeCase
POST
Correction
CreateCorrections
POST
Invoice
CreateInvoices
POST
GetInvoicesByOrganization
GET
GetInvoiceById
GET
Payment
CreatePayments
POST
Settlement
GetSettlements
GET
GetSettlement on Id
GET
AutoCollect Legacy API
Attachment
/webapi/api/Attachment
Batch
/webapi/api/Batch
/webapi/api/Batch
Ping
/webapi/api/Ping
Collections
Copy Page
RejectDebtCollectionList
POST
/orgs/{organizationId}/cases/{caseId}/debtCollectionList/reject
Try it
Run in Apidog
Run in Apidog
Endpoints for organization management operations
Request
Authorization
Path Params
Generate Code
Responses
🟢
200
OK
application/json
OK
Body
Generate Code
ðŸŸ
400
Bad Request
ðŸŸ
401
Unauthorized
ðŸŸ
403
Forbidden
ðŸŸ
404
Not Found
ðŸŸ
409
Conflict
ðŸŸ
422
Unprocessable Entity
🔴
500
Internal Server Error
🔴
503
Service Unavailable
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
POST
'/orgs//cases//debtCollectionList/reject'
Response
Response Example
200 -
Example 1
{
}
Modified atÂ
2026-04-20 10:17:34
Previous
AcceptDebtCollectionList
Next
PauseCase