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": "425b7ba5-6756-4421-9a82-9d4a0923b85e",
  "<UserID>k__BackingField": "fdfbefcf-8020-4e3c-a62c-8610c6c9faa4",
  "<HouseType>k__BackingField": "sample string 3",
  "<Key>k__BackingField": "sample string 4",
  "<LastUpdate>k__BackingField": "2025-12-12T03:46:04.9983183+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>425b7ba5-6756-4421-9a82-9d4a0923b85e</_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:46:04.9983183+08:00</_x003C_LastUpdate_x003E_k__BackingField>
  <_x003C_UserID_x003E_k__BackingField>fdfbefcf-8020-4e3c-a62c-8610c6c9faa4</_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": "08e750ae-9a04-40f9-b946-21fbc3f1dbd2",
  "<UserID>k__BackingField": "817d2f53-7d56-4758-b2eb-77e5c996cd99",
  "<HouseType>k__BackingField": "sample string 3",
  "<Key>k__BackingField": "sample string 4",
  "<LastUpdate>k__BackingField": "2025-12-12T03:46:04.9983183+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>08e750ae-9a04-40f9-b946-21fbc3f1dbd2</_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:46:04.9983183+08:00</_x003C_LastUpdate_x003E_k__BackingField>
  <_x003C_UserID_x003E_k__BackingField>817d2f53-7d56-4758-b2eb-77e5c996cd99</_x003C_UserID_x003E_k__BackingField>
</SubscribeSet>