Batch
Body
listingIdsinteger[]Required
Responses
200
Listings retrieved successfully
application/json
400
Bad request - Missing or invalid parameters
application/json
404
Resource not found
application/json
500
Server error
application/json
post
POST /listings/batch HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 18
{
"listingIds": [
1
]
}
[
{
"listingId": "text",
"userId": "text",
"streetAddress": "text",
"city": "text",
"state": "text",
"postalCode": "text",
"monthlyRent": 1,
"bedRoomCount": 1,
"bathroomCount": 1
}
]