Upsert custom properties values linked to a spot member
Upsert custom properties values linked to a spot member
POST
/v1/spotMembers/{spotMemberId}/customPropertiesValues~bulkUpsert
curl \
--request POST 'https://openapi.meltingspot.io/v1/spotMembers/{spotMemberId}/customPropertiesValues~bulkUpsert' \
--header "Content-Type: application/json" \
--data '[{"value":"string","customPropertySlug":"string"}]'
Request examples
[
{
"value": "string",
"customPropertySlug": "string"
}
]
Response examples (200)
[
{
"customPropertyId": "string",
"customPropertyLabel": "string",
"customPropertySlug": "string",
"customPropertyDescription": "string",
"customPropertyType": "Text",
"possibleValues": [
"string"
],
"value": "string"
}
]