This method gets carrier relay points based on search criteria.
An object containing search criteria for relay points.
This object model represents the response from a successful get relay points request.
{- "service_code": "string",
- "city_locality": "string",
- "postal_code": "string",
- "country_code": "string",
- "transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
- "authorization": {
- "access_token": "string",
- "connection_context": {
- "property1": "string",
- "property2": "string"
}
}, - "metadata": {
- "property1": { },
- "property2": { }
}, - "connection_name": "string"
}
{- "relay_points": [
- {
- "phone": "string",
- "longitude": 0,
- "latitude": 0,
- "opening_times": {
- "monday": "string",
- "tuesday": "string",
- "wednesday": "string",
- "thursday": "string",
- "friday": "string",
- "saturday": "string",
- "sunday": "string"
}, - "relay_point_id": "string",
- "company_name": "string",
- "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string"
}
]
}