POST api/SubscribeSet
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| subscribeSet | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"<ID>k__BackingField": "7004d0f9-36f4-484d-9b73-0702334b26a6",
"<UserID>k__BackingField": "69321748-278e-4093-b8e5-44642a645b22",
"<HouseType>k__BackingField": "sample string 3",
"<Key>k__BackingField": "sample string 4",
"<LastUpdate>k__BackingField": "2026-09-10T11:31:17.3331994+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>7004d0f9-36f4-484d-9b73-0702334b26a6</_x003C_ID_x003E_k__BackingField> <_x003C_Key_x003E_k__BackingField>sample string 4</_x003C_Key_x003E_k__BackingField> <_x003C_LastUpdate_x003E_k__BackingField>2026-09-10T11:31:17.3331994+08:00</_x003C_LastUpdate_x003E_k__BackingField> <_x003C_UserID_x003E_k__BackingField>69321748-278e-4093-b8e5-44642a645b22</_x003C_UserID_x003E_k__BackingField> </SubscribeSet>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"<ID>k__BackingField": "65b173be-8786-4582-887b-5a34bf9f2efc",
"<UserID>k__BackingField": "819e7b84-e485-4dfe-a219-910e9ea7159d",
"<HouseType>k__BackingField": "sample string 3",
"<Key>k__BackingField": "sample string 4",
"<LastUpdate>k__BackingField": "2026-09-10T11:31:17.3331994+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>65b173be-8786-4582-887b-5a34bf9f2efc</_x003C_ID_x003E_k__BackingField> <_x003C_Key_x003E_k__BackingField>sample string 4</_x003C_Key_x003E_k__BackingField> <_x003C_LastUpdate_x003E_k__BackingField>2026-09-10T11:31:17.3331994+08:00</_x003C_LastUpdate_x003E_k__BackingField> <_x003C_UserID_x003E_k__BackingField>819e7b84-e485-4dfe-a219-910e9ea7159d</_x003C_UserID_x003E_k__BackingField> </SubscribeSet>