Modify data values of item
PATCH
/organizations/{orgaId}/models/{modelId}/items/{itemId}/data-values
Modify data values of item.
Authorizations
api_token
API key authentication
TypeAPI Key (header: api_token)
Parameters
Path Parameters
orgaId*
The id of the organization you are a member of.
Typestring
Requiredformat
uuid
modelId*
The id of the model. A item always belongs to a model.
Typestring
Requiredformat
uuid
itemId*
The id of the item.
Typestring
Requiredformat
uuid
Request Body
application/json
JSON
[
{
"value": "string",
"dataSectionId": "string",
"dataFieldId": "string",
"row": 0
}
]
Responses
application/json
JSON
{
"id": "string",
"uniqueProductIdentifiers": [
{
"uuid": "string",
"value": "string"
}
],
"productDataModelId": "string",
"dataValues": [
{
"value": "string",
"dataSectionId": "string",
"dataFieldId": "string",
"row": 0
}
]
}