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": "ddfd1eac-130b-41b1-b218-be8280b12587",
  "HouseType": "sample string 2",
  "OldIDList": [
    "6fe0d330-99b6-49ee-8b9a-5c9b3c9c2579",
    "d2c913f8-52b2-462d-8054-b474d53ad128",
    "d6e8884d-40ff-4aa9-b34d-e0a2910b1cf9"
  ],
  "IdList": [
    "f68bfa99-6311-4768-8cd2-2c4c6b623a03",
    "a686a3ba-1978-4176-9728-6481e257b61f",
    "1f66a856-287a-4b92-83fd-db3590ca2b68"
  ]
}

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>ddfd1eac-130b-41b1-b218-be8280b12587</HouseID>
  <HouseType>sample string 2</HouseType>
  <IdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>f68bfa99-6311-4768-8cd2-2c4c6b623a03</d2p1:guid>
    <d2p1:guid>a686a3ba-1978-4176-9728-6481e257b61f</d2p1:guid>
    <d2p1:guid>1f66a856-287a-4b92-83fd-db3590ca2b68</d2p1:guid>
  </IdList>
  <OldIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>6fe0d330-99b6-49ee-8b9a-5c9b3c9c2579</d2p1:guid>
    <d2p1:guid>d2c913f8-52b2-462d-8054-b474d53ad128</d2p1:guid>
    <d2p1:guid>d6e8884d-40ff-4aa9-b34d-e0a2910b1cf9</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.