# Load Data Into FieldCollection Loads AVRO data into a DMFieldCollection (DMDS or DMT) from a multipart/form-data request. It fails if the specified FieldCollection does not exist. Duplicate key values are forbidden. Type checking and schema validation are enforced. Endpoint: POST /datamart.loadfc/{typedId} Security: basic, X-PriceFx-jwt ## Path parameters: - `typedId` (string, required) Specifies the typedId (format: {id}.{type}) of the FieldCollection to load data into. Type must be either DMDS or DMT. Example: "12.DMDS" ## Request fields (multipart/form-data): - `fcData` (string) AVRO file containing the data to load. ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 500 fields