# Upsert custom properties values linked to a spot member **POST /v1/spotMembers/{spotMemberId}/customPropertiesValues~bulkUpsert** Upsert custom properties values linked to a spot member ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **spotMemberId** (string) The id of the spotMember ### Body: application/json (array[object]) - **value** (string | number | boolean | array[string]) Value of the custom property - **customPropertySlug** (string) The slug of the custom property ## Responses ### 200 Custom properties values upsert successfully #### Body: application/json (array[object]) - **customPropertyId** (string) The id of the custom property - **customPropertyLabel** (string) The label of the custom property - **customPropertySlug** (string) The slug of the custom property - **customPropertyDescription** (string) The description of the custom property - **customPropertyType** (string) The type of the custom property - **possibleValues** (array[string] | null) The possible values of the custom property - **value** (string | number | boolean | array[string]) The values of the custom property ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Custom property not found [Powered by Bump.sh](https://bump.sh)