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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberId

string

Required

Body Parameters

SmartHomeVoiceAgentUpdate
NameDescriptionTypeAdditional information
AgentId

string

None.

VoiceId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentId": "sample string 1",
  "VoiceId": "sample string 2"
}

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.