Endpoints¶
Update multiple deals¶
Update multiple properties of multiple deals.
PATCH /api/apiGateway/bulkUpdateDeals
Request¶
Body: UpdateDealsRequestDto
Response¶
UpdateDealsResponseDto
Swagger Docs /api/apiGateway/swagger-ui/index.html#/bulkUpdateDeals
Create commercial deal¶
Create new commercial deal.
POST /api/apiGateway/CreateCommercialDeal
Request¶
Body: CreateCommercialDealDto
Response¶
CreateResponseDto
Swagger Docs /api/apiGateway/swagger-ui/index.html#/CreateCommercialDeal
Create residential deal¶
Create new residential deal.
POST /api/apiGateway/CreateResidentialDeal
Request¶
Body: CreateResidentialDealDto
Response¶
CreateResponseDto
Swagger Docs /api/apiGateway/swagger-ui/index.html#/CreateResidentialDeal
Create hotel deal¶
Create new hotel deal.
POST /api/apiGateway/CreateHotelDeal
Request¶
Body: CreateHotelDealDto
Response¶
CreateResponseDto
Swagger Docs /api/apiGateway/swagger-ui/index.html#/CreateHotelDeal
Get deal info¶
Get info of a single deal.
GET /api/apiGateway/getDealInfo/{id}
Request¶
Path: String id
Response¶
SeedInfoResponseDto
Swagger Docs /api/apiGateway/swagger-ui/index.html#/getDealInfo/{id}