Get against locationId

This operation is used to retrived Inbound Site against the location.

SecuritybearerAuth
Request
Request Body schema: application/json
Array
string
Responses
200

Successful response

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

post/api/v1/location/inboundsites
Request samples
application/json
[
  • "location1",
  • "location2"
]
Response samples
application/json
[
  • {
    }
]