Skip to main content
POST
/
commerce
/
orders
/
orderrouting
/
api
/
v1
/
filterDataLists
Error
A valid request URL is required to generate request examples
{
  "customDataListId": 123,
  "name": "<string>",
  "description": "<string>",
  "dataType": "STRING",
  "fileDetails": {
    "originalFilename": "<string>",
    "contentType": "<string>",
    "sizeBytes": 123,
    "entries": [
      {
        "customDataListEntryId": 123,
        "value": {},
        "stringValue": "<string>",
        "notes": "<string>"
      }
    ]
  },
  "importWarnings": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Headers

x-vol-tenant
integer<int32>
required
x-vol-site
integer<int32>
required

Query Parameters

name
string
required
description
string
dataType
enum<string>
required
Available options:
STRING,
NUMBER,
LOCATION,
DATE

Body

multipart/form-data
file
file
required

Response

OK

customDataListId
integer<int32>
name
string
description
string
dataType
enum<string>
Available options:
STRING,
NUMBER,
LOCATION,
DATE
fileDetails
object
importWarnings
string[]