Contacts, portfolios, securities, transactions
When using API to fetch data from or import data into the FA system, the API fields and attributes need to follow the same structure as in the CSV files that you can import in FA Back, but without code prefixes. For example, when importing a contact name in a CSV file, you need to refer to the field as "c.name", but when importing the field via mutation API, you need to refer to it as "name". Fields that are required in CSV imports are also required via API. For more information about importing, see Importing in FA Back reference.