Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UploadFormat

The format parameter (optional) defines which format you are about to upload. The account snapshot upload function is available in the following formats: json and CAMT. This call defaults to json if the format parameter is omitted. If you are using CAMT format, please insert the whole camt xml code as payload. (no json)

Index

Enumeration members

Enumeration members

CAMT

CAMT: = "camt"

JSON

JSON: = "json"

JSON2

JSON2: = "json2"

Generated using TypeDoc