v1

latestSwagger 2.02026-07-13137761.0 MB
Reference entity record

Update/create a record of a given reference entity

This endpoint allows you to update a given record of a given renference entity. Learn more about <a href="/documentation/update.html#patch-reference-entity-record-values">Update behavior</a>. Note that if the record does not already exist for the given reference entity, it creates it.

patch/api/rest/v1/reference-entities/{reference_entity_code}/records/{code}

Path parameters

reference_entity_codestring required

Code of the reference entity

codestring required

Code of the resource

Request body

codestring required

Code of the record

valuesobject

Record attributes values, see <a href='/concepts/reference-entities.html#focus-on-the-reference-entity-record-values'>Reference entity record values</a> section for more details

createdstring dateTime

Date of creation.

updatedstring dateTime

Date of the last update.

Example request

{
  "code": "kartell",
  "values": {
    "label": [
      {
        "locale": "en_US",
        "channel": null,
        "data": "Kartell"
      }
    ],
    "image": [
      {
        "locale": null,
        "channel": null,
        "data": "0/c/b/0/0cb0c0e115dedba676f8d1ad8343ec207ab54c7b_image.jpg"
      }
    ],
    "description": [
      {
        "locale": "en_US",
        "channel": null,
        "data": "Kartell, the Italian furniture company that sells modern and remarkable pieces of furnitures."
      },
      {
        "locale": "fr_FR",
        "channel": null,
        "data": "Kartell, l'éditeur de meuble italien spécialisé dans la signature de belle pièces au design contemporain."
      }
    ],
    "country": [
      {
        "locale": null,
        "channel": null,
        "data": "italy"
      }
    ],
    "collection_overview": [
      {
        "locale": null,
        "channel": null,
        "data": "5/1/d/8/51d81dc778ba1501a8f998f3ab5797569f3b9e25_img.png"
      }
    ],
    "creation_year": [
      {
        "locale": null,
        "channel": null,
        "data": "1949"
      }
    ]
  }
}

Response

Created