This method gets carrier service points based on search criteria.
An object containing search criteria for service points.
This object model represents the response from a successful get service points response.
{- "service_code": "string",
- "address": {
- "geo": {
- "lat": -31.9543,
- "long": -120.9762
}, - "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "search_radius": {
- "radius_in_miles": 0,
- "radius_in_kilometers": 0,
- "source_radius": 0,
- "source_radius_unit": "miles"
}, - "max_results": 0,
- "shipment": {
- "total_weight": {
- "weight_in_ounces": 0,
- "weight_in_grams": 0,
- "source_weight": 0,
- "source_weight_unit": "grams"
}, - "packages": [
- {
- "dimensions": {
- "dimensions_in_centimeters": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "dimensions_in_inches": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "source_dimensions": {
- "length": 0,
- "width": 0,
- "height": 0
}, - "source_dimension_unit": "inches"
}
}
]
}, - "transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
- "authorization": {
- "access_token": "string",
- "connection_context": {
- "property1": "string",
- "property2": "string"
}
}, - "metadata": {
- "property1": { },
- "property2": { }
}, - "connection_name": "string"
}
{- "service_points": [
- {
- "service_point_id": "string",
- "address": {
- "phone_number": "string",
- "company_name": "string",
- "description": "string",
- "geo": {
- "lat": -31.9543,
- "long": -120.9762
}, - "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "hours_of_operation": {
- "monday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "tuesday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "wednesday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "thursday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "friday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "saturday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
], - "sunday": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
]
}, - "features": [
- "drop_off_point"
], - "temporary_closures": [
- {
- "start": "2024-01-25",
- "end": "2024-01-27"
}
], - "special_opening_times": [
- {
- "start": "2024-01-25",
- "end": "2024-01-27",
- "hours_of_operation": [
- {
- "open": "09:00:00",
- "close": "17:00:00"
}
]
}
], - "type": "pudo"
}
], - "metadata": {
- "property1": { },
- "property2": { }
}
}