Create predicate - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

Create a new Predicate.

HTTP

POST https://hostname/v2/catalog/predicates

Request

The request body defines properties for the new predicate created by this method.

Request body

An example request body is shown here. To view the request body schema, you can download the Data Catalog APIs Open API Specification from the Precisely Developer Portal.

{
  "class": "Simple",
  "name": "Sample_Predicate_29",
  "inverse": "Sample-inverse-predicate-central"
}

Response

The successful response returns properties for the new predicate in the data object.

An example request body is shown here. To view the request body schema, you can download the Data Catalog APIs Open API Specification from the Precisely Developer Portal.

Examples
{
  "data": {
    "id": "68ca88a9cfb7c6417f7d109c",
    "class": "Simple",
    "name": "Sample_Predicate_29",
    "inverse": "Sample-inverse-predicate-central",
    "state": "Active",
    "overridability": "All",
    "createdBy": "00u17r5rbf45iXfQp0h8",
    "createdAt": "2025-09-17T09:21:53.500Z",
    "updatedAt": "2025-09-17T09:21:53.500Z",
    "updatedBy": "00u17r5rbf45iXfQp0h8",
    "xref": [
      "c0e076cb52d1"
    ]
  },
  "links": {
    "self": "https://api.cloud.precisely.com/predicates"
  }
}
{
  "statusCode": 400,
  "error": "Bad Request",
  "message": "Bad Request"
}
{
  "statusCode": 401,
  "error": "Unauthorized",
  "message": "Authentication required"
}
{
  "statusCode": 404,
  "error": "Not Found",
  "message": "Resource not found"
}
{
  "statusCode": 429,
  "error": "Too Many Requests",
  "message": "Rate limit exceeded"
}
{
  "statusCode": 500,
  "error": "Internal Server Error",
  "message": "An unexpected error occurred"
}
{
  "statusCode": 503,
  "error": "Service Unavailable",
  "message": "Service temporarily unavailable"
}
{
  "statusCode": 504,
  "error": "Gateway Timeout",
  "message": "Request timeout"
}