POST /v1/lookupTables/{id}/upload

Create a request to populate a lookup table with a CSV file.

Servers

Path parameters

Name Type Required Description
id String Yes

Identifier of the lookup table to populate.

Query parameters

Name Type Required Description
merge Boolean No

This indicates whether the file contents will be merged with existing data in the lookup table or not. If this is true then data with the same primary keys will be updated while the rest of the rows will be appended. By default, merge is false. The response includes a request identifier that you need to use in the Request Status API to track the status of the upload request.

Default value: false

fileEncoding String No

File encoding of file being uploaded.

Default value: "UTF-8"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.