POST api/UpdateFloorPlan
Request Information
URI Parameters
None.
Body Parameters
UpdateFloorPlanRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserEmail | string |
None. |
|
| ProjectCode | string |
None. |
|
| FloorPlanID | string |
None. |
|
| FloorPlanName | string |
None. |
|
| ImageFloorPlan | UpdateFloorPlan_Image |
None. |
|
| FloorList | Collection of UpdateFloorPlan_FloorList |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserEmail": "sample string 1",
"ProjectCode": "sample string 2",
"FloorPlanID": "sample string 3",
"FloorPlanName": "sample string 4",
"ImageFloorPlan": {
"FileID": 1,
"FileSize": 2,
"FileName": "sample string 3",
"ActualFileName": "sample string 4"
},
"FloorList": [
{
"Floor": "sample string 1",
"Selected": "sample string 2"
},
{
"Floor": "sample string 1",
"Selected": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<UpdateFloorPlanRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius">
<FloorList>
<UpdateFloorPlanRequest.UpdateFloorPlan_FloorList>
<Floor>sample string 1</Floor>
<Selected>sample string 2</Selected>
</UpdateFloorPlanRequest.UpdateFloorPlan_FloorList>
<UpdateFloorPlanRequest.UpdateFloorPlan_FloorList>
<Floor>sample string 1</Floor>
<Selected>sample string 2</Selected>
</UpdateFloorPlanRequest.UpdateFloorPlan_FloorList>
</FloorList>
<FloorPlanID>sample string 3</FloorPlanID>
<FloorPlanName>sample string 4</FloorPlanName>
<ImageFloorPlan>
<ActualFileName>sample string 4</ActualFileName>
<FileID>1</FileID>
<FileName>sample string 3</FileName>
<FileSize>2</FileSize>
</ImageFloorPlan>
<ProjectCode>sample string 2</ProjectCode>
<UserEmail>sample string 1</UserEmail>
</UpdateFloorPlanRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.