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": "a4232abf-a7ef-49dc-8bc7-bb606736eb55",
"HouseType": "sample string 2",
"OldIDList": [
"47bff2d7-b9d0-4912-a97a-e7d2e8035dc3",
"b46d477a-5ee1-4ec2-a0fe-d661e3907908",
"bbcb372e-0bfe-449d-8208-e6cbd3ccd12e"
],
"IdList": [
"f6f4bbab-72e3-45fe-ad02-ce715b1b311e",
"5c295ea6-96de-43f7-9b7a-861d47a3ab2a",
"7d290509-41e8-4842-8977-f189f3f5b52a"
]
}
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>a4232abf-a7ef-49dc-8bc7-bb606736eb55</HouseID>
<HouseType>sample string 2</HouseType>
<IdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f6f4bbab-72e3-45fe-ad02-ce715b1b311e</d2p1:guid>
<d2p1:guid>5c295ea6-96de-43f7-9b7a-861d47a3ab2a</d2p1:guid>
<d2p1:guid>7d290509-41e8-4842-8977-f189f3f5b52a</d2p1:guid>
</IdList>
<OldIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>47bff2d7-b9d0-4912-a97a-e7d2e8035dc3</d2p1:guid>
<d2p1:guid>b46d477a-5ee1-4ec2-a0fe-d661e3907908</d2p1:guid>
<d2p1:guid>bbcb372e-0bfe-449d-8208-e6cbd3ccd12e</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.