POST api/Partner/InsertPartnerOzoMatchInventory
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| aPartner | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PartnerId": 1,
"SecretKey": "sample string 2",
"PropertyTypeId": 3,
"SaleOrRentId": 4,
"CategoryId": 5,
"Location": "sample string 6",
"City": "sample string 7",
"State": "sample string 8",
"Country": "sample string 9",
"Landmark": "sample string 10",
"SuperBuildupArea": 11.1,
"SuperBuildupAreaUnitId": 12,
"CarpetArea": 13.1,
"CarpetAreaUnitId": 14,
"Rate": 15.1,
"RateUnitId": 16,
"Price": 17.1,
"BHK": 18.1,
"BHKRKId": 19,
"PossessionId": 20,
"NickName": "sample string 21",
"Description": "sample string 22",
"PropertyImages": [
{
"ImageName": "sample string 1",
"Image": "sample string 2"
},
{
"ImageName": "sample string 1",
"Image": "sample string 2"
},
{
"ImageName": "sample string 1",
"Image": "sample string 2"
}
]
}
text/html
Sample:
{"PartnerId":1,"SecretKey":"sample string 2","PropertyTypeId":3,"SaleOrRentId":4,"CategoryId":5,"Location":"sample string 6","City":"sample string 7","State":"sample string 8","Country":"sample string 9","Landmark":"sample string 10","SuperBuildupArea":11.1,"SuperBuildupAreaUnitId":12,"CarpetArea":13.1,"CarpetAreaUnitId":14,"Rate":15.1,"RateUnitId":16,"Price":17.1,"BHK":18.1,"BHKRKId":19,"PossessionId":20,"NickName":"sample string 21","Description":"sample string 22","PropertyImages":[{"ImageName":"sample string 1","Image":"sample string 2"},{"ImageName":"sample string 1","Image":"sample string 2"},{"ImageName":"sample string 1","Image":"sample string 2"}]}
application/xml, text/xml
Sample:
<PartnerOzoMatchBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
<BHK>18.1</BHK>
<BHKRKId>19</BHKRKId>
<CarpetArea>13.1</CarpetArea>
<CarpetAreaUnitId>14</CarpetAreaUnitId>
<CategoryId>5</CategoryId>
<City>sample string 7</City>
<Country>sample string 9</Country>
<Description>sample string 22</Description>
<Landmark>sample string 10</Landmark>
<Location>sample string 6</Location>
<NickName>sample string 21</NickName>
<PartnerId>1</PartnerId>
<PossessionId>20</PossessionId>
<Price>17.1</Price>
<PropertyImages>
<Images>
<Image>sample string 2</Image>
<ImageName>sample string 1</ImageName>
</Images>
<Images>
<Image>sample string 2</Image>
<ImageName>sample string 1</ImageName>
</Images>
<Images>
<Image>sample string 2</Image>
<ImageName>sample string 1</ImageName>
</Images>
</PropertyImages>
<PropertyTypeId>3</PropertyTypeId>
<Rate>15.1</Rate>
<RateUnitId>16</RateUnitId>
<SaleOrRentId>4</SaleOrRentId>
<SecretKey>sample string 2</SecretKey>
<State>sample string 8</State>
<SuperBuildupArea>11.1</SuperBuildupArea>
<SuperBuildupAreaUnitId>12</SuperBuildupAreaUnitId>
</PartnerOzoMatchBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"ResponseMessage": "sample string 2",
"ResponseValue": {}
}
text/html
Sample:
{"ResponseCode":1,"ResponseMessage":"sample string 2","ResponseValue":{}}
application/xml, text/xml
Sample:
<DataSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <ResponseCode>1</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> <ResponseValue /> </DataSubmit>