POST api/Customer/CustomerGetProjectById

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,
  "BlockId": 2,
  "ProjectName": "sample string 3",
  "DeveloperId": 4,
  "DeveloperName": "sample string 5",
  "ProjectType": 6,
  "Project_Price": 7,
  "Logo": "sample string 8",
  "LogoPath": "sample string 9",
  "CityName": "sample string 10",
  "StateName": "sample string 11",
  "CountryName": "sample string 12",
  "LandMark": "sample string 13",
  "PostalCode": "sample string 14",
  "SiteAddress": "sample string 15",
  "LandSize": "sample string 16",
  "TotalBlock": "sample string 17",
  "TotalUnit": "sample string 18",
  "blockName": "sample string 19",
  "BlockNumber": "sample string 20",
  "TotalFloor": 21,
  "Posission": "sample string 22",
  "Construction_status": "sample string 23",
  "ImagePath": "sample string 24",
  "UnitName": "sample string 25",
  "UnitBhk": 26,
  "UnitSqFt": 27.1,
  "FloorNo": 28,
  "LocationName": "sample string 29",
  "OfferID": 30,
  "OfferAmount": "sample string 31",
  "OfferType": 32,
  "ValidFrom": "sample string 33",
  "ValidTo": "sample string 34",
  "RERANo": "sample string 35"
}

text/html

Sample:
{"ProjectId":1,"BlockId":2,"ProjectName":"sample string 3","DeveloperId":4,"DeveloperName":"sample string 5","ProjectType":6,"Project_Price":7,"Logo":"sample string 8","LogoPath":"sample string 9","CityName":"sample string 10","StateName":"sample string 11","CountryName":"sample string 12","LandMark":"sample string 13","PostalCode":"sample string 14","SiteAddress":"sample string 15","LandSize":"sample string 16","TotalBlock":"sample string 17","TotalUnit":"sample string 18","blockName":"sample string 19","BlockNumber":"sample string 20","TotalFloor":21,"Posission":"sample string 22","Construction_status":"sample string 23","ImagePath":"sample string 24","UnitName":"sample string 25","UnitBhk":26,"UnitSqFt":27.1,"FloorNo":28,"LocationName":"sample string 29","OfferID":30,"OfferAmount":"sample string 31","OfferType":32,"ValidFrom":"sample string 33","ValidTo":"sample string 34","RERANo":"sample string 35"}

application/xml, text/xml

Sample:
<ProjectBOCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <BlockId>2</BlockId>
  <BlockNumber>sample string 20</BlockNumber>
  <CityName>sample string 10</CityName>
  <Construction_status>sample string 23</Construction_status>
  <CountryName>sample string 12</CountryName>
  <DeveloperId>4</DeveloperId>
  <DeveloperName>sample string 5</DeveloperName>
  <FloorNo>28</FloorNo>
  <ImagePath>sample string 24</ImagePath>
  <LandMark>sample string 13</LandMark>
  <LandSize>sample string 16</LandSize>
  <LocationName>sample string 29</LocationName>
  <Logo>sample string 8</Logo>
  <LogoPath>sample string 9</LogoPath>
  <OfferAmount>sample string 31</OfferAmount>
  <OfferID>30</OfferID>
  <OfferType>32</OfferType>
  <Posission>sample string 22</Posission>
  <PostalCode>sample string 14</PostalCode>
  <ProjectId>1</ProjectId>
  <ProjectName>sample string 3</ProjectName>
  <ProjectType>6</ProjectType>
  <Project_Price>7</Project_Price>
  <RERANo>sample string 35</RERANo>
  <SiteAddress>sample string 15</SiteAddress>
  <StateName>sample string 11</StateName>
  <TotalBlock>sample string 17</TotalBlock>
  <TotalFloor>21</TotalFloor>
  <TotalUnit>sample string 18</TotalUnit>
  <UnitBhk>26</UnitBhk>
  <UnitName>sample string 25</UnitName>
  <UnitSqFt>27.1</UnitSqFt>
  <ValidFrom>sample string 33</ValidFrom>
  <ValidTo>sample string 34</ValidTo>
  <blockName>sample string 19</blockName>
</ProjectBOCustomer>

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>