SRS Integration Partner Services
HomeV1 APIsV2 APIs
HomeV1 APIsV2 APIs
  1. Branches
  • Authentication
    • Token
      POST
  • Products
    • Catalog
      GET
    • By Item Codes
      POST
    • Price
      POST
    • catalog Item Convert
      POST
    • Color Recommendations
      POST
  • Deliveries
    • Coordinates
      GET
  • Branches
    • Branch Locations
      GET
    • Active Branch Products
      GET
    • Customer Branch Locations
      GET
  • Customers
    • OrderTemplates
      GET
  • Orders
    • Submit Order
      POST
  1. Branches

Customer Branch Locations

GET
/branches/v2/customerBranchLocations/{customerCode}
Returns the branch locations associated with a given customer.

Request

Path Params

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://services-qa.roofhub.pro/branches/v2/customerBranchLocations/?ShipToLatitude=&ShipToLongitude=' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json'

Responses

🟢200Customer Branch Locations_old
application/json
Body

Example
[
    {
        "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
Previous
Active Branch Products
Next
OrderTemplates
Built with