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 objectobject_id: ID of the related objectamount: Amount collecteddescription: Description or notesreference: Unique reference for this collectiontransaction_type: ID of the transaction type
Example Use Case:
Recording a premium collection against a life insurance policy.
Request
Responses
- 200