Add a Condition Record Item Attribute Meta

post/add/CRCIM

Creates a Condition Record Item Attribute Meta.

Securitybasic or X-PriceFx-jwt
Request
Request Body schema: application/json
object
conditionRecordSetId
string
hidden
string
fieldName
string
label
string
cssProperties
string
description
string
entityRefTypeCode
string or null
fieldType
integer
fieldValueOptions
string or null
formatType
string
labelTranslations
string
readOnly
boolean
Responses
200

OK

Response Schema: application/json
object
node
string
Array of objects (ConditionRecordItemAttributeMeta)
Array
cssProperties
string or null <= 255 characters
labelTranslations
string
typedId
string
fieldName
string <= 255 characters
hidden
boolean
lastUpdateDate
string <date-time>
fieldValueOptions
string or null
description
string or null <= 1000 characters
readOnly
boolean
label
string <= 255 characters
conditionRecordSetId
integer
manual
boolean
version
integer
elementName
string or null <= 255 characters
inputAttribute
boolean
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
userGroup
string or null <= 255 characters
createDate
string <date-time>
lastUpdateBy
integer
status
integer
Request samples
application/json
{
  • "data": {
    • "conditionRecordSetId": "7",
    • "hidden": "false",
    • "fieldName": "attribute5",
    • "label": "Attribute 5",
    • "cssProperties": "",
    • "description": "",
    • "entityRefTypeCode": null,
    • "fieldType": 1,
    • "fieldValueOptions": null,
    • "formatType": "INTEGER",
    • "labelTranslations": "{\"\":\"My Super Att 5\"}",
    • "readOnly": false
    }
}
Response samples
application/json
{
  • "response": {
    • "node": "pricefx-cluster-app-frontend-54764b46f4-s7h4l",
    • "data": [
      • {
        • "version": 0,
        • "typedId": "14.CRCIM",
        • "fieldName": "attribute5",
        • "label": "Attribute 5",
        • "fieldType": 1,
        • "formatType": "INTEGER",
        • "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-19T11:53:53",
        • "lastUpdateBy": 2147490696
        }
      ],
    • "status": 0
    }
}