POST api/Customer/InsertShortlistedProject
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| aCustomer | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": 1,
"ProjectId": 2,
"DeveloperOrSeller": 3,
"UnitId": 4,
"BlockId": 5,
"Floor": 6,
"CarParkType": "sample string 7",
"CarParkPrice": 8.0,
"Discount": 9.0,
"TotalPurchasePrice": 10.0,
"PaymentPlanList": "sample string 11",
"PaymentDueIndex": 12,
"PaymentDue": 13.0,
"NegotiationBasicPriceSqft": 14.0,
"NegotiationTotalBasicPrice": 15.0,
"NegotiatedPurchaseCost": 16.0,
"BasicPricePerSqft": 17.0,
"TotalBasicPrice": 18.0,
"PrimaryChangesArrayList": "sample string 19",
"SecondaryChangesArrayList": "sample string 20",
"NegotiationType": "sample string 21",
"ConstructionStatus": "sample string 22"
}
text/html
Sample:
{"UserId":1,"ProjectId":2,"DeveloperOrSeller":3,"UnitId":4,"BlockId":5,"Floor":6,"CarParkType":"sample string 7","CarParkPrice":8.0,"Discount":9.0,"TotalPurchasePrice":10.0,"PaymentPlanList":"sample string 11","PaymentDueIndex":12,"PaymentDue":13.0,"NegotiationBasicPriceSqft":14.0,"NegotiationTotalBasicPrice":15.0,"NegotiatedPurchaseCost":16.0,"BasicPricePerSqft":17.0,"TotalBasicPrice":18.0,"PrimaryChangesArrayList":"sample string 19","SecondaryChangesArrayList":"sample string 20","NegotiationType":"sample string 21","ConstructionStatus":"sample string 22"}
application/xml, text/xml
Sample:
<CustomerShortlistProjectBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <BasicPricePerSqft>17</BasicPricePerSqft> <BlockId>5</BlockId> <CarParkPrice>8</CarParkPrice> <CarParkType>sample string 7</CarParkType> <ConstructionStatus>sample string 22</ConstructionStatus> <DeveloperOrSeller>3</DeveloperOrSeller> <Discount>9</Discount> <Floor>6</Floor> <NegotiatedPurchaseCost>16</NegotiatedPurchaseCost> <NegotiationBasicPriceSqft>14</NegotiationBasicPriceSqft> <NegotiationTotalBasicPrice>15</NegotiationTotalBasicPrice> <NegotiationType>sample string 21</NegotiationType> <PaymentDue>13</PaymentDue> <PaymentDueIndex>12</PaymentDueIndex> <PaymentPlanList>sample string 11</PaymentPlanList> <PrimaryChangesArrayList>sample string 19</PrimaryChangesArrayList> <ProjectId>2</ProjectId> <SecondaryChangesArrayList>sample string 20</SecondaryChangesArrayList> <TotalBasicPrice>18</TotalBasicPrice> <TotalPurchasePrice>10</TotalPurchasePrice> <UnitId>4</UnitId> <UserId>1</UserId> </CustomerShortlistProjectBO>
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>