Manage File
Manage File
The Manage File API allows managing files for different entities (as CH, Org, etc). API options are: Add, Delete, View, UpdateFileContent, GetList The GetList option return two lists:
The cardholder is sometimes required to provide specific files for verification and for non verification purposes. This list, under the "RequiredFiles" tag , design the file content types which can be uploaded for this cardholder.
The ManageFile/Add API allows to upload file to a cardholder. This list, under the "UploadedFiles" tag, design the uploaded files.
Input Parameters:
Binary_File
C
Format: Binary
required only for OperationType=Add
Description
N
Format: 1-500, supported characters: Blank a-z A-Z 0-9 . , # $ ( ) / : ? - % + *
& ; @ ! ~ = _ \ '
relevant only for OperationType=Add
ID
Y
Format: Numeric, 1-19
ID
Y
Description Input should be OGR_ID in case IDType = ORG Input should be Order ID in case IDType = Order Input should be Card Number in case IDType = CH-CardNumber Input should be RPID in case IDType = CH-RPID
IDType
N
Format: ORG (Default) - require Org ID in ID field CH-RPID - require RPID in ID field CH-CardNumber - require Card Number in ID field\Order – require Order ID in ID field
Name
C
Format: 1-255, Supported characters: Blank a-z A-Z 0-9 . , # $ ( ) - + & ; @ ! ~ = _ '
Required for OperationType=Add, Delete, View, UpdateFileContent
OperationType
Y
Format options: Add Delete View UpdateFileContent GetList
Description: Add - Allow to add a new file to an organization/cardholder. Delete - Allow to delete a file View - Allow to download a file UpdateFileContent - Allow to change the file content of an existing document GetList - Get list of files for ID (sorted first by group and then by category, in ascending alphabetic order)
Content
C
Output Parameters:
Binary_File
Format: Binary
Not returned
Returned
relevant only for OperationType=View
Category
Not returned
Returned
relevant only for OperationType=GetList. part of tag UploadedFiles and part of tag RequiredFiles
CHState
Format options: NRNV RNV V-PNS V
Not returned
Returned
relevant only for OperationType=GetList
Content
Not returned
Returned
relevant only for OperationType=GetList. part of tag UploadedFiles and part of tag RequiredFiles
Group
Format: 1-100
Not returned
Returned
relevant only for OperationType=GetList. part of tag UploadedFiles and part of tag RequiredFiles
Name
Format: 1-255, Supported characters: Blank a-z A-Z 0-9 . , # $ ( ) - + & ; @ ! ~ = _ '
Not returned
Returned
relevant only for OperationType=GetList. part of tag UploadedFiles
Type
Format: any supported type (as txt, jpg, doc, etc)
Not returned
Returned
relevant only for OperationType=GetList. part of tag UploadedFiles
XML Samples
Input XML
Last updated