Batch

Get multiple listings by IDs

post
Body
listingIdsinteger[]Required
Responses
200
Listings retrieved successfully
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
  }
]