Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

POST /reference_data/map_of_sets/bulk_load/{name}

SUMMARY Adds or updates data in a reference map of sets.

Adds or updates data in a reference map of sets.

Table 1: POST /reference_data/map_of_sets/bulk_load/{name} resource details:

POST /reference_data/map_of_sets/bulk_load/{name} resource details

MIME Type

application/json

Table 2: POST /reference_data/map_of_sets/bulk_load/{name} request parameter details:

POST /reference_data/map_of_sets/bulk_load/{name} request parameter details

Parameter Type Optionality Data Type MIME Type Description

name

path

Required

String

text/plain

Required - The name of the map of sets to add or update data in.

fields

header

Optional

String

text/plain

Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas.

Table 3: POST /reference_data/map_of_sets/bulk_load/{name} request body details:

POST /reference_data/map_of_sets/bulk_load/{name} request body details

Parameter Data Type MIME Type Description Sample

data

Array

application/json

Required - The JSON-formatted data to add or update in the reference map of sets.

{"key1":["Data11","Data12"], "key2":["Data21","Data22"], "key3":["Data31","Data32"], "key4":["Data41","Data42"], "key5":["Data51","Data52"], "key6":["Data61","Data62"]}

Table 4: POST /reference_data/map_of_sets/bulk_load/{name} response codes:

POST /reference_data/map_of_sets/bulk_load/{name} response codes

HTTP Response Code Unique Code Description

200

Data was successfully added or updated in the reference map of sets.

400

1001

An error occurred parsing the JSON-formatted message body.

404

1002

The reference map of sets does not exist.

422

1005

A request parameter is not valid.

500

1020

An error occurred during the attempt to add or update data in the reference map of sets.

Response Description

Information about the reference map of sets where data was added or updated. This returns information about the reference map of sets but not the data that it contains.

Response Sample