POST api/Partner/PartnerInsertShortlistedProject
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,
"UserId": 2,
"ProjectId": 3,
"DeveloperOrSeller": 4,
"UnitId": 5,
"BlockId": 6,
"Floor": 7,
"CarParkType": "sample string 8",
"CarParkPrice": 9.0,
"Discount": 10.0,
"TotalPurchasePrice": 11.0,
"PaymentPlanList": "sample string 12",
"PaymentDueIndex": 13,
"PaymentDue": 14.0,
"NegotiationBasicPriceSqft": 15.0,
"NegotiationTotalBasicPrice": 16.0,
"NegotiatedPurchaseCost": 17.0,
"BasicPricePerSqft": 18.0,
"TotalBasicPrice": 19.0,
"PrimaryChangesArrayList": "sample string 20",
"SecondaryChangesArrayList": "sample string 21",
"NegotiationType": "sample string 22",
"ConstructionStatus": "sample string 23"
}
text/html
Sample:
{"PartnerId":1,"UserId":2,"ProjectId":3,"DeveloperOrSeller":4,"UnitId":5,"BlockId":6,"Floor":7,"CarParkType":"sample string 8","CarParkPrice":9.0,"Discount":10.0,"TotalPurchasePrice":11.0,"PaymentPlanList":"sample string 12","PaymentDueIndex":13,"PaymentDue":14.0,"NegotiationBasicPriceSqft":15.0,"NegotiationTotalBasicPrice":16.0,"NegotiatedPurchaseCost":17.0,"BasicPricePerSqft":18.0,"TotalBasicPrice":19.0,"PrimaryChangesArrayList":"sample string 20","SecondaryChangesArrayList":"sample string 21","NegotiationType":"sample string 22","ConstructionStatus":"sample string 23"}
application/xml, text/xml
Sample:
<PartnerCustomerShortlistProjectBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <BasicPricePerSqft>18</BasicPricePerSqft> <BlockId>6</BlockId> <CarParkPrice>9</CarParkPrice> <CarParkType>sample string 8</CarParkType> <ConstructionStatus>sample string 23</ConstructionStatus> <DeveloperOrSeller>4</DeveloperOrSeller> <Discount>10</Discount> <Floor>7</Floor> <NegotiatedPurchaseCost>17</NegotiatedPurchaseCost> <NegotiationBasicPriceSqft>15</NegotiationBasicPriceSqft> <NegotiationTotalBasicPrice>16</NegotiationTotalBasicPrice> <NegotiationType>sample string 22</NegotiationType> <PartnerId>1</PartnerId> <PaymentDue>14</PaymentDue> <PaymentDueIndex>13</PaymentDueIndex> <PaymentPlanList>sample string 12</PaymentPlanList> <PrimaryChangesArrayList>sample string 20</PrimaryChangesArrayList> <ProjectId>3</ProjectId> <SecondaryChangesArrayList>sample string 21</SecondaryChangesArrayList> <TotalBasicPrice>19</TotalBasicPrice> <TotalPurchasePrice>11</TotalPurchasePrice> <UnitId>5</UnitId> <UserId>2</UserId> </PartnerCustomerShortlistProjectBO>
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>