v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Stores

Add a property to a store

Add a new store property record to a store.

post/stores/{store_id}/property-records

Path parameters

store_idstring required

The unique ID of the store in CareCloud.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Request body

Example request

{
  "property_record": {
    "property_record_id": "docasna_blokace_darce_do:8ea2591121e636086a4a9c0992",
    "property_id": "docasna_blokace_darce_do",
    "property_name": "Property #6",
    "last_change": "2023-02-02 00:00:00"
  }
}

Response

Created

Example response

{
  "data": {
    "property_record_id": "contact_person:8aa2049ac2f84952014d96bb23"
  }
}