Customer Branch Locations
Returns the branch locations associated with a given customer.
Request Code Samples
curl --location --request GET 'https://services-qa.roofhub.pro/branches/v2/customerBranchLocations/?ShipToLatitude=&ShipToLongitude=' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json'
Responses
application/json [
{
"branchCode": "CORAC",
"branchName": "AMERICAN ROOFING SUPPLY - RAPID CITY",
"distanceFromShipToInMiles": 499.403,
"jobAccounts": [
{
"jobAccountNumber": 43,
"jobAccountName": "TUSING BUILDERS & RFG (SOLON)"
}
]
},
{
"branchCode": "COBIS",
"branchName": "AMERICAN ROOFING SUPPLY - BISMARCK",
"distanceFromShipToInMiles": 694.6159,
"jobAccounts": [
{
"jobAccountNumber": 43,
"jobAccountName": "TUSING BUILDERS & RFG (SOLON)"
}
]
}
]
Modified at 2025-09-25 12:51:30