Setup Prefix Set

Create

Create a new Setup Prefix Set record.

post/api/cp/setup/prefix-set

Request body

idinteger

Id

account_idinteger

Account Id (references account.id)

namestring required

Name

datastring

Data

querystring

Query

flagsstring[]

Flags

Example request

{
  "id": 12345,
  "account_id": 1,
  "name": "Example Name",
  "data": "Sample data text content",
  "query": "Sample query text content",
  "flags": "GLOBAL_DN"
}

Response

Successful response

statusstring

Operation status

Example response

{
  "id": 12345,
  "status": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.