Get a Condition Record Item

post/fetch/CRCI12

Retrieves a Condition Record Item with 12 keys.

You can use the CRCI1..CRC12 type codes in the path to retrieve Condition Record Items with different number of keys.

Securitybasic or X-PriceFx-jwt
Request
Request Body schema: application/json
object
Responses
200

OK

Response Schema: application/json
object
status
integer
startRow
integer
node
string
Array of objects (ConditionRecordItem12Key)
Array
key1
string <= 63 characters
key2
string <= 63 characters
typedId
string
key5
string <= 63 characters
key6
string <= 63 characters
lastUpdateDate
string <date-time>
key3
string <= 63 characters
key4
string <= 63 characters
key9
string <= 63 characters
key7
string <= 63 characters
validFrom
string <date-time>
key8
string <= 63 characters
priceUnit
number or null
unitOfMeasure
string or null <= 255 characters
conditionRecordSetId
integer
key11
string <= 63 characters
version
integer
key10
string <= 63 characters
attribute9
string <= 255 characters
attribute8
string <= 255 characters
attribute5
string <= 255 characters
attribute4
string <= 255 characters
attribute7
string <= 255 characters
attribute6
string <= 255 characters
attribute1
string <= 255 characters
attribute14
string <= 255 characters
conditionValue
number or null
attribute13
string <= 255 characters
integrationStatus
integer
attribute3
string <= 255 characters
attribute12
string <= 255 characters
attribute2
string <= 255 characters
attribute11
string <= 255 characters
attribute10
string <= 255 characters
attribute19
string <= 255 characters
attribute18
string <= 255 characters
attribute17
string <= 255 characters
attribute16
string <= 255 characters
attribute15
string <= 255 characters
key12
string <= 63 characters
createdByObj
string or null <= 255 characters
attribute25
string <= 255 characters
attribute24
string <= 255 characters
currency
string or null <= 255 characters
attribute23
string <= 255 characters
attribute22
string <= 255 characters
attribute21
string <= 255 characters
attribute20
string <= 255 characters
validTo
string <date-time>
createDate
string <date-time>
attribute29
string <= 255 characters
attribute28
string <= 255 characters
attribute27
string <= 255 characters
attribute26
string <= 255 characters
lastUpdatedByObj
string or null <= 255 characters
createdBy
integer
tableId
integer or null
attribute30
string <= 255 characters
lastUpdateBy
integer
endRow
integer
Request samples
application/json
{ }
Response samples
application/json
{
  • "response": {
    • "status": 0,
    • "startRow": 0,
    • "node": "pricefx-cluster-app-frontend-7b7fdd5759-6h6mr",
    • "data": [
      • {
        • "version": 0,
        • "typedId": "3.CRCI12",
        • "conditionRecordSetId": 7,
        • "validTo": "2025-02-01T14:10:00",
        • "validFrom": "2024-02-01T14:10:00",
        • "integrationStatus": 0,
        • "createDate": "2024-06-19T10:45:40",
        • "createdBy": 2147490696,
        • "lastUpdateDate": "2024-06-19T10:45:40",
        • "lastUpdateBy": 2147490696,
        • "key1": "k",
        • "key2": "l",
        • "key3": "m",
        • "key4": "n",
        • "key5": "o",
        • "key6": "p",
        • "key7": "q",
        • "key8": "r",
        • "key9": "s",
        • "key10": "t",
        • "key11": "u",
        • "key12": "v"
        }
      ],
    • "endRow": 1
    }
}