POST /listings/batch HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 18 { "listingIds": [ 1 ] }
Listings retrieved successfully
[ { "listingId": "text", "userId": "text", "streetAddress": "text", "city": "text", "state": "text", "postalCode": "text", "monthlyRent": 1, "bedRoomCount": 1, "bathroomCount": 1 } ]