PUT api/SubscribeSet/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| subscribeSet | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"<ID>k__BackingField": "c68c55a0-e270-4ea1-bc5f-c61dd8221e16",
"<UserID>k__BackingField": "8e32ece6-14a6-4682-afd4-2c17d8c4f231",
"<HouseType>k__BackingField": "sample string 3",
"<Key>k__BackingField": "sample string 4",
"<LastUpdate>k__BackingField": "2025-12-12T03:48:27.8417844+08:00"
}
application/xml, text/xml
Sample:
<SubscribeSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YouNuo.House.ServerModel"> <_x003C_HouseType_x003E_k__BackingField>sample string 3</_x003C_HouseType_x003E_k__BackingField> <_x003C_ID_x003E_k__BackingField>c68c55a0-e270-4ea1-bc5f-c61dd8221e16</_x003C_ID_x003E_k__BackingField> <_x003C_Key_x003E_k__BackingField>sample string 4</_x003C_Key_x003E_k__BackingField> <_x003C_LastUpdate_x003E_k__BackingField>2025-12-12T03:48:27.8417844+08:00</_x003C_LastUpdate_x003E_k__BackingField> <_x003C_UserID_x003E_k__BackingField>8e32ece6-14a6-4682-afd4-2c17d8c4f231</_x003C_UserID_x003E_k__BackingField> </SubscribeSet>
application/x-www-form-urlencoded
Sample: