POST api/HouseFacilites
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| housefacilitesupdate | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"HouseID": "07bccae3-476a-4131-a0c8-5c7c1381db69",
"HouseType": "sample string 2",
"OldIDList": [
"95ab0c62-cdfc-420b-8e5f-d72928c40207",
"b3c2790b-6df1-4af5-876f-df31844a4f75",
"93449b14-b58a-4833-9fea-c1472b9025d9"
],
"IdList": [
"55d614da-9449-4829-bb2c-ba02f546d547",
"d6e8f6cb-7cf5-427d-ab2a-0b6a05e97f36",
"d157e1cf-a124-4e9c-9993-b4af35febfb6"
]
}
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>07bccae3-476a-4131-a0c8-5c7c1381db69</HouseID>
<HouseType>sample string 2</HouseType>
<IdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>55d614da-9449-4829-bb2c-ba02f546d547</d2p1:guid>
<d2p1:guid>d6e8f6cb-7cf5-427d-ab2a-0b6a05e97f36</d2p1:guid>
<d2p1:guid>d157e1cf-a124-4e9c-9993-b4af35febfb6</d2p1:guid>
</IdList>
<OldIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>95ab0c62-cdfc-420b-8e5f-d72928c40207</d2p1:guid>
<d2p1:guid>b3c2790b-6df1-4af5-876f-df31844a4f75</d2p1:guid>
<d2p1:guid>93449b14-b58a-4833-9fea-c1472b9025d9</d2p1:guid>
</OldIDList>
</HouseFacilitesUpdate>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.