PATCH api/smarthome/member/interest/{memberId}/scores

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberId

string

Required

Body Parameters

SmartHomeLeadScoreUpdate
NameDescriptionTypeAdditional information
Veterinary

byte

None.

Schools

byte

None.

HomeServices

byte

None.

Beauty

byte

None.

Travel

byte

None.

Healthcare

byte

None.

QualifiedCategories

string

None.

LastCallDate

date

None.

DurationSecs

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Veterinary": 64,
  "Schools": 64,
  "HomeServices": 64,
  "Beauty": 64,
  "Travel": 64,
  "Healthcare": 64,
  "QualifiedCategories": "sample string 1",
  "LastCallDate": "2026-06-10T20:51:29.6764708+00:00",
  "DurationSecs": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.