POST api/SubscribeSet

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
subscribeSet
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "<ID>k__BackingField": "464d2266-5727-484c-9870-daec163a982a",
  "<UserID>k__BackingField": "8c987910-1d91-4caf-8844-0187639b8f73",
  "<HouseType>k__BackingField": "sample string 3",
  "<Key>k__BackingField": "sample string 4",
  "<LastUpdate>k__BackingField": "2026-05-23T12:31:28.6458092+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>464d2266-5727-484c-9870-daec163a982a</_x003C_ID_x003E_k__BackingField>
  <_x003C_Key_x003E_k__BackingField>sample string 4</_x003C_Key_x003E_k__BackingField>
  <_x003C_LastUpdate_x003E_k__BackingField>2026-05-23T12:31:28.6458092+08:00</_x003C_LastUpdate_x003E_k__BackingField>
  <_x003C_UserID_x003E_k__BackingField>8c987910-1d91-4caf-8844-0187639b8f73</_x003C_UserID_x003E_k__BackingField>
</SubscribeSet>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SubscribeSet'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "<ID>k__BackingField": "cf0779cf-6c96-49d4-950e-f3d39eccb8c1",
  "<UserID>k__BackingField": "37bb838b-feb4-4162-b58d-91a4533222a4",
  "<HouseType>k__BackingField": "sample string 3",
  "<Key>k__BackingField": "sample string 4",
  "<LastUpdate>k__BackingField": "2026-05-23T12:31:28.6458092+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>cf0779cf-6c96-49d4-950e-f3d39eccb8c1</_x003C_ID_x003E_k__BackingField>
  <_x003C_Key_x003E_k__BackingField>sample string 4</_x003C_Key_x003E_k__BackingField>
  <_x003C_LastUpdate_x003E_k__BackingField>2026-05-23T12:31:28.6458092+08:00</_x003C_LastUpdate_x003E_k__BackingField>
  <_x003C_UserID_x003E_k__BackingField>37bb838b-feb4-4162-b58d-91a4533222a4</_x003C_UserID_x003E_k__BackingField>
</SubscribeSet>