POST api/HouseFacilites

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
housefacilitesupdate
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "HouseID": "46072038-f51b-4527-b82e-0aa88bd3fa33",
  "HouseType": "sample string 2",
  "OldIDList": [
    "255a47b6-1d36-4513-a45f-a7d63224420a",
    "cf3cb576-1f68-474a-8a0f-c168975fad58",
    "a8b373f5-c2a0-4c3e-a4fb-6bf29b98f184"
  ],
  "IdList": [
    "b4718215-a8ad-480d-baba-ad993e00591b",
    "fe3c09b6-8008-4f40-9158-8ce88e65cda1",
    "8ffb2c2a-a992-4026-9561-feae9d0b5ad7"
  ]
}

application/xml, text/xml

Sample:
<HouseFacilitesUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YouNuo.House.WebApi.Models">
  <HouseID>46072038-f51b-4527-b82e-0aa88bd3fa33</HouseID>
  <HouseType>sample string 2</HouseType>
  <IdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>b4718215-a8ad-480d-baba-ad993e00591b</d2p1:guid>
    <d2p1:guid>fe3c09b6-8008-4f40-9158-8ce88e65cda1</d2p1:guid>
    <d2p1:guid>8ffb2c2a-a992-4026-9561-feae9d0b5ad7</d2p1:guid>
  </IdList>
  <OldIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>255a47b6-1d36-4513-a45f-a7d63224420a</d2p1:guid>
    <d2p1:guid>cf3cb576-1f68-474a-8a0f-c168975fad58</d2p1:guid>
    <d2p1:guid>a8b373f5-c2a0-4c3e-a4fb-6bf29b98f184</d2p1:guid>
  </OldIDList>
</HouseFacilitesUpdate>

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 'HouseFacilitesUpdate'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.