API Docs
Fund Service
Contents
This API operates on a fund.
Resource URL
POST /almaws/v1/acq/funds/{fund_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
fund_id | xs:string | The fund identifier. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
op | xs:string | Required | The operation to perform on the fund. Currently, the options are 'activate' or 'deactivate' |
Body Parameters
None
Output
This method returns a Fund
object. See doc
Possible Error Codes
Code | Message |
---|---|
410873 | Request Failed. See error message for details. |
40166410 | Parameter invalid with valid options. |
40166404 | Invalid field with valid options. |