SRS Integration Partner Services
HomeV1 APIsV2 APIs
HomeV1 APIsV2 APIs
  1. Branches
  • Authentication
    • Token
      POST
  • Orders
    • Delivery Details
      GET
    • Deliveries list
      POST
    • Proof of Delivery
      GET
    • Order Details
      GET
    • Order list
      POST
    • Submit Order
      POST
  • Invoices
    • Invoice Details
      GET
    • Invoices List
      POST
    • Invoice PDF
      GET
  • Customers
    • Customer Details
      GET
    • Validate Customer
      GET
    • Nearest Eligible Branch
      GET
    • Ship to Address
      GET
    • Order Templates
      GET
  • Products
    • Pricing
      POST
  • Branches
    • Branch Details
      GET
    • Branch Active Items
      GET
  1. Branches

Branch Active Items

Deprecated
GET
/Branches/{branchId}/ActiveItems
Gets a list of active items at a specific branch.

Request

Path 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//ActiveItems' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json'

Responses

🟢200ActiveItems
application/json
Body

Example
[
    [
        {
            "primarySupplierName": null,
            "primarySupplierCode": null,
            "OrderUnitofMeasure": "1G",
            "branchCd": "BLROC",
            "productCategoryId": 155480,
            "manufacturer": null,
            "type": null,
            "AlternateOrderUnitOfMeasure": " ",
            "productLine": null,
            "itemXrefNumber": null,
            "KeyWords": "ADCO PRIMER 1 GAL,OTHER ROOF PRODUCTS,COMMERCIAL ADHESIVES & PRIMERS",
            "itemSize": "OTHER ROOF PRODUCTS",
            "itemId": "ADCO PRIMER 1 GAL",
            "itemDescription": "ADCO PRIMER 1 GAL",
            "itemCode": "ADCO PRIMER 1 GAL",
            "color": " ",
            "productCategoryName": "Commercial Roofing",
            "Option": " ",
            "itemExtDescription": "ADCO PRIMER 1 GAL",
            "primarySupplierId": null,
            "branchId": 158,
            "itemFullDescription": "ADCO PRIMER 1 GAL",
            "imageLink": null
        },
        {
            "primarySupplierName": null,
            "primarySupplierCode": null,
            "OrderUnitofMeasure": "5G",
            "branchCd": "BLROC",
            "productCategoryId": 155480,
            "manufacturer": null,
            "type": null,
            "AlternateOrderUnitOfMeasure": " ",
            "productLine": null,
            "itemXrefNumber": null,
            "KeyWords": "APOC 583 ARMOR BASE 5 GAL, ,COMMERCIAL ADHESIVES & PRIMERS",
            "itemSize": " ",
            "itemId": "APOC 583 ARMOR BASE 5 GAL",
            "itemDescription": "APOC 583 ARMOR BASE 5 GAL",
            "itemCode": "APOC 583 ARMOR BASE 5 GAL",
            "color": " ",
            "productCategoryName": "Commercial Roofing",
            "Option": " ",
            "itemExtDescription": "APOC 583 ARMOR BASE 5 GAL",
            "primarySupplierId": null,
            "branchId": 158,
            "itemFullDescription": "APOC 583 ARMOR BASE 5 GAL",
            "imageLink": null
        }
    ]
]
Modified at 2025-09-25 13:36:33
Previous
Branch Details
Built with