POST api/uploadImages
Request Information
URI Parameters
None.
Body Parameters
tbl_PropertyImage| Name | Description | Type | Additional information |
|---|---|---|---|
| PIID | integer |
None. |
|
| PropertId | integer |
None. |
|
| URLimage | string |
None. |
|
| imgType | string |
None. |
|
| uploadDate | date |
None. |
|
| isActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PIID": 1,
"PropertId": 1,
"URLimage": "sample string 2",
"imgType": "sample string 3",
"uploadDate": "2026-01-02T14:20:13.7044293+05:30",
"isActive": true
}
application/xml, text/xml
Sample:
<tbl_PropertyImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RentoAPI_New.EntityModels"> <PIID>1</PIID> <PropertId>1</PropertId> <URLimage>sample string 2</URLimage> <imgType>sample string 3</imgType> <isActive>true</isActive> <uploadDate>2026-01-02T14:20:13.7044293+05:30</uploadDate> </tbl_PropertyImage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.