Skip to main content
PUT
/
commerce
/
orders
/
orderrouting
/
api
/
v1
/
filterDataLists
/
{listId}
Error
A valid request URL is required to generate request examples
{
  "customDataListId": 123,
  "name": "<string>",
  "description": "<string>",
  "dataType": "STRING",
  "fileName": "<string>",
  "state": "dataset.ready",
  "entryCount": 123,
  "entries": [
    {
      "customDataListEntryId": 123,
      "value": {},
      "stringValue": "<string>",
      "notes": "<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

Path Parameters

listId
integer<int32>
required

Body

application/json
name
string
required
Maximum string length: 255
dataType
enum<string>
required
Available options:
STRING,
NUMBER,
LOCATION,
DATE
description
string
Maximum string length: 255
entries
object[]

Response

OK

customDataListId
integer<int32>
name
string
description
string
dataType
enum<string>
Available options:
STRING,
NUMBER,
LOCATION,
DATE
fileName
string
state
enum<string>
Available options:
dataset.ready,
dataset.processing,
dataset.error.processing
entryCount
integer<int32>
entries
object[]