For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/projects/upload/confirm' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"projects": [
{
"property1": "string",
"property2": "string"
}
],
"towers": [
{
"property1": "string",
"property2": "string"
}
],
"floors": [
{
"property1": "string",
"property2": "string"
}
],
"units": [
{
"property1": "string",
"property2": "string"
}
],
"paymentPlans": [
{
"property1": "string",
"property2": "string"
}
]
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"builder": "08746def-6863-458b-8214-a869185e8225",
"name": "string",
"region": "INDIA",
"projectStatus": "PLANNING",
"startDate": "2019-08-24",
"projectType": "COMMERCIAL",
"expectedCompletionDate": "2019-08-24",
"brief": "string",
"reraNumber": "string",
"description": "string",
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"country": "string",
"pincode": "string",
"point": {
"latitude": 0,
"longitude": 0
}
},
"created": "2019-08-24T14:15:22.123Z",
"amenities": {
"inherited": [
{
"name": "string",
"description": "string",
"price": {
"amount": 10000,
"currency": "INR"
},
"chargeType": "FIXED",
"charge": 0
}
],
"specific": [
{
"name": "string",
"description": "string",
"price": {
"amount": 10000,
"currency": "INR"
},
"chargeType": "FIXED",
"charge": 0
}
]
},
"saveStatus": "DRAFT"
}