v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBlookupManagement
Upload a CSV file.
Create a request to populate a lookup table with a CSV file.
post/v1/lookupTables/{id}/upload
Path parameters
idstring required
Example:0000000001C41EE4
Identifier of the lookup table to populate.
Query parameters
mergeboolean
Example:true
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.
fileEncodingstring
Example:UTF-16
File encoding of file being uploaded.
Response
The upload request was accepted. Use the provided token in a status request to track the status of the upload.
Example response
{
"id": "0000000001C41EF2"
}