Product
Create new product
The endpoint allows you to to create a new product.
POST
Request Body
The name of the resource.
Example: ‘Loan’
The unique identifier of the organization associated with the resource.
Example: ‘e678b629-fb56-11ef-a8a9-6045bd97b81d’
A description of the resource.
Example: ‘Loan’
The direction of the resource (e.g., ‘D’ for debit).
Example: ‘D’
Indicates whether the resource is active.
Example: true
Response
✅ Success Response