Authorization: Bearer ********************{
"name": "Atticus Monroe",
"conditions": "INDIVIDUAL",
"counterpartyField": "MANUAL",
"identificationCodeName": "identificationCodeName",
"extractRegex": "extractRegex",
"sensitive": "sensitive"
}curl --location --request PUT 'https://web-api.blockindex.com/entity//counterpartyTransformer/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Atticus Monroe",
"conditions": "INDIVIDUAL",
"counterpartyField": "MANUAL",
"identificationCodeName": "identificationCodeName",
"extractRegex": "extractRegex",
"sensitive": "sensitive"
}'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": {
"counterpartyTransformerId": "865243aa9640f9282c6fced1c576351d",
"entityId": "12959e3a4977ba1e8f75c6254b93c89e",
"name": "殷家豪",
"priority": 1090140475,
"type": "USER",
"conditions": [
null,
{
"type": "DATETIME",
"operator": "BETWEEN",
"value": null
},
{
"type": "DATETIME",
"operator": "NE",
"value": null
}
],
"counterpartyField": null,
"identificationCodeName": "43",
"extractRegex": null,
"sensitive": false,
"enabled": null,
"createdAt": "2024-10-17 06:18:41",
"updatedAt": "2025-08-26",
"deletedAt": "2025-01-02 17:58:28"
}
}