Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Upload Transfer Documents
This request allows uploading transfer (ACCOUNT_TRANSFER document type) documents to Folio, for a specified account number.
Request URL
Syntax | PUT /restapi/accounts/{accountnumber}/acatin/{acatid} |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/accounts/RB18938005/acatin/112UVFQG |
Request Data Fields
Field | Type | Description | Required |
---|---|---|---|
documentData | String | Document data encoded in Base64. | Yes |
Request Example
PUT http://api.local.foliofn.com:6880/restapi/accounts/RB18938005/acatin/112UVFQG HTTP/1.1
Content-Type: application/json
Content-Length: 113629
{
"documentData" : "document content encoded in Base64"
}
Response Example
HTTP/1.1 200 OK
Date: XXX
Location: http://api.local.foliofn.com:6880/restapi/accounts/RB18938005/acatin/112UVFQG
Content-Length: 0
Change Log
12/03/2015
- New documentation