{
"fieldName": "string",
"header": "string",
"fieldType": "String",
"type": "Text",
"size": 0,
"format": "string",
"lookUp": {
"value": "string",
"entity": "string",
"property": "string"
},
"descriminatorLookUp": {
"descriminatorField": "string",
"entities": [
{
"value": "string",
"entity": "string",
"property": "string"
}
]
},
"isCustom": true,
"isPrimary": true,
"isRequired": true
}
curl --location --request PUT 'https://platform.shopranos.eu/api/designer/objectinfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"fieldName": "string",
"header": "string",
"fieldType": "String",
"type": "Text",
"size": 0,
"format": "string",
"lookUp": {
"value": "string",
"entity": "string",
"property": "string"
},
"descriminatorLookUp": {
"descriminatorField": "string",
"entities": [
{
"value": "string",
"entity": "string",
"property": "string"
}
]
},
"isCustom": true,
"isPrimary": true,
"isRequired": true
}'
{}