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": "2eed38ce-9e83-43eb-8b2d-c640825632d0",
"HouseType": "sample string 2",
"OldIDList": [
"84eb9855-3e46-48b0-9688-b0ffd0170da4",
"0f77142c-17e3-4e4c-af00-17dd715fb5fc",
"58f66b15-a01b-4b52-9408-c97ceaef9358"
],
"IdList": [
"cbc3f609-f306-439b-97af-380deda58250",
"092ac474-c948-46e3-9fd0-833dcc8315cb",
"2e21a2b7-7ec9-4b03-8d06-520066d23a2e"
]
}
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>2eed38ce-9e83-43eb-8b2d-c640825632d0</HouseID>
<HouseType>sample string 2</HouseType>
<IdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cbc3f609-f306-439b-97af-380deda58250</d2p1:guid>
<d2p1:guid>092ac474-c948-46e3-9fd0-833dcc8315cb</d2p1:guid>
<d2p1:guid>2e21a2b7-7ec9-4b03-8d06-520066d23a2e</d2p1:guid>
</IdList>
<OldIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>84eb9855-3e46-48b0-9688-b0ffd0170da4</d2p1:guid>
<d2p1:guid>0f77142c-17e3-4e4c-af00-17dd715fb5fc</d2p1:guid>
<d2p1:guid>58f66b15-a01b-4b52-9408-c97ceaef9358</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.