POST api/Partner/GetProjectById

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
aProject
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ProjectId": 1,
  "ProjectName": "sample string 2",
  "DeveloperId": 3,
  "DeveloperName": "sample string 4",
  "Project_Price": 5,
  "Logo": "sample string 6",
  "LogoPath": "sample string 7",
  "SmallImagePath": "sample string 8",
  "CityName": "sample string 9",
  "StateName": "sample string 10",
  "CountryName": "sample string 11",
  "LandMark": "sample string 12",
  "PostalCode": "sample string 13",
  "SiteAddress": "sample string 14",
  "LocationName": "sample string 15",
  "LandSize": "sample string 16",
  "TotalBlock": "sample string 17",
  "TotalUnit": "sample string 18",
  "OfferID": 19,
  "OfferAmount": "sample string 20",
  "OfferType": 21,
  "RERANo": "sample string 22",
  "commission": 23.0
}

text/html

Sample:
{"ProjectId":1,"ProjectName":"sample string 2","DeveloperId":3,"DeveloperName":"sample string 4","Project_Price":5,"Logo":"sample string 6","LogoPath":"sample string 7","SmallImagePath":"sample string 8","CityName":"sample string 9","StateName":"sample string 10","CountryName":"sample string 11","LandMark":"sample string 12","PostalCode":"sample string 13","SiteAddress":"sample string 14","LocationName":"sample string 15","LandSize":"sample string 16","TotalBlock":"sample string 17","TotalUnit":"sample string 18","OfferID":19,"OfferAmount":"sample string 20","OfferType":21,"RERANo":"sample string 22","commission":23.0}

application/xml, text/xml

Sample:
<ProjectBOPartner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <CityName>sample string 9</CityName>
  <CountryName>sample string 11</CountryName>
  <DeveloperId>3</DeveloperId>
  <DeveloperName>sample string 4</DeveloperName>
  <LandMark>sample string 12</LandMark>
  <LandSize>sample string 16</LandSize>
  <LocationName>sample string 15</LocationName>
  <Logo>sample string 6</Logo>
  <LogoPath>sample string 7</LogoPath>
  <OfferAmount>sample string 20</OfferAmount>
  <OfferID>19</OfferID>
  <OfferType>21</OfferType>
  <PostalCode>sample string 13</PostalCode>
  <ProjectId>1</ProjectId>
  <ProjectName>sample string 2</ProjectName>
  <Project_Price>5</Project_Price>
  <RERANo>sample string 22</RERANo>
  <SiteAddress>sample string 14</SiteAddress>
  <SmallImagePath>sample string 8</SmallImagePath>
  <StateName>sample string 10</StateName>
  <TotalBlock>sample string 17</TotalBlock>
  <TotalUnit>sample string 18</TotalUnit>
  <commission>23</commission>
</ProjectBOPartner>

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>