Update a Condition Record Item Attribute Meta

post/update/CRCIM

Updates a Condition Record Item Attribute Meta.

Securitybasic or X-PriceFx-jwt
Request
Request Body schema: application/json
object
label
string
fieldType
integer
object
version
integer
typedId
string
operationType
string
textMatchStyle
string
Responses
200

OK

Response Schema: application/json
object
node
string
Array of objects (CompensationCondTypeAttributeMeta)
Array
cssProperties
string <= 255 characters
labelTranslations
string
typedId
string
fieldName
string <= 255 characters
lastUpdateDate
string <date-time>
fieldValueOptions
string or null
description
string <= 1000 characters
readOnly
boolean
label
string <= 255 characters
version
integer
requiredField
boolean
createdBy
integer
entityRefTypeCode
string or null <= 255 characters
formatType
string <= 255 characters
Possible values: "NUMERIC" "NUMERIC_LONG" "MONEY" "PERCENT" "TEXT" "MONEY_EUR" "MONEY_USD" "MONEY_GBP" "MONEY_JPY" "MONEY_CHF" "MONEY_PLN" "DATETIME" "DATE" "INTEGER" "LINK" "COMPLEX" "SPARKLINE"
fieldType
integer
createDate
string <date-time>
lastUpdateBy
integer
status
integer
Request samples
application/json
{
  • "data": {
    • "label": "string",
    • "fieldType": 0
    },
  • "oldValues": {
    • "version": 0,
    • "typedId": "string"
    },
  • "operationType": "string",
  • "textMatchStyle": "string"
}
Response samples
application/json
{
  • "response": {
    • "node": "pricefx-cluster-app-frontend-7599bbd56-75vcd",
    • "data": [
      • {
        • "version": 1,
        • "typedId": "14.CRCIM",
        • "fieldName": "attribute5",
        • "label": "Attribute 4_updated",
        • "fieldType": 2,
        • "formatType": "TEXT",
        • "fieldValueOptions": null,
        • "cssProperties": "",
        • "description": "",
        • "requiredField": false,
        • "readOnly": false,
        • "entityRefTypeCode": null,
        • "labelTranslations": "{\"\":\"My Super Att 5\"}",
        • "elementName": null,
        • "userGroup": null,
        • "conditionRecordSetId": 7,
        • "hidden": false,
        • "manual": false,
        • "inputAttribute": false,
        • "createDate": "2024-06-19T11:53:53",
        • "createdBy": 2147490696,
        • "lastUpdateDate": "2024-06-19T12:03:33",
        • "lastUpdateBy": 2147490696
        }
      ],
    • "status": 0
    }
}