v1

latestOpenAPI 3.1.02026-07-227350156.5 KB
Category Personalization

Create an integration-level counterparty category personalization

Create an integration-level counterparty category personalization.

This personalization will apply to all enrichments that take place at the given counterpartyId for your integration.

To learn more about category personalization, please read the Category Personalization Guide.

put/counterparty-category-personalizations

Request body

counterpartyIdstring required

The ID of the counterparty.

categoryIdstring required

The ID of the category. Can be a Spade category ID (e.g. "011-000-000-000") or a custom category ID (e.g. "e4cf5379-583f-44ed-b625-366044e666e6").

Example request

{
  "counterpartyId": "d730906b-f1a8-49f1-9939-f27390170a6d",
  "categoryId": "011-000-000-000"
}

Response

Updated

counterpartyIdstring required

The ID of the counterparty.

categoryIdstring required

The ID of the category. Can be a Spade category ID (e.g. "011-000-000-000") or a custom category ID (e.g. "e4cf5379-583f-44ed-b625-366044e666e6").

Example response

{
  "counterpartyId": "d730906b-f1a8-49f1-9939-f27390170a6d",
  "categoryId": "011-000-000-000"
}