Get Detailed CAS
This API facilitates fetching mutual funds held by the user.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
type | string | Type of CAS which is to be fetched. It takes 2 values, cas_summary and cas_detailed |
Common Error Scenarios
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: finsire_id | finsire_id is a required field |
param is missing or the value is empty: type | type is a required field. Should be one of the two enum values |
You can try out this API here.
Updated 4 months ago