Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Deposit Paper Money for Testing
This request deposits fake money into a brokerage account in the API test environment.
Request URL
Syntax | POST /restapi/accounts/{accountnumber}/cashtransfers/testdeposit |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/cashtransfers/testdeposit |
Request Data Fields
Field | Description |
---|---|
amount | The amount to deposit. Note: the request body of this endpoint is a plaintext amount number, instead of a JSON object. See Request Example. |
Request Example
POST https://api.uat.foliofn.com/restapi/accounts/RD91653005/cashtransfers/testdeposit HTTP/1.1
1000.0
Change Log
09/16/2016
- Updated request example