Skip to main content

Create a new collection

POST 

/api/finance/collection/

Create a collection record linked to a specific business object.

Required Fields

  • model_name: Model name of the related object
  • object_id: ID of the related object
  • amount: Amount collected
  • description: Description or notes
  • reference: Unique reference for this collection
  • transaction_type: ID of the transaction type

Example Use Case:
Recording a premium collection against a life insurance policy.

Request

Responses