SRS Integration Partner Services
HomeV1 APIsV2 APIs
HomeV1 APIsV2 APIs
  1. Invoices
  • 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. Invoices

Invoice Details

GET
/invoices/{invoiceNumber}
Invoice Details Information. retrieve invoice information for given invoice number.

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/invoices/0019073403-001' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json'

Responses

🟢200Success
application/json
Body

Example
{
    "invoiceHeader": {
        "invoiceNumber": "0019073403-001",
        "orderNumber": 19073403,
        "shipmentNumber": 1,
        "shipToSequenceNumber": "1",
        "customerCode": "DEMO001",
        "invoiceDate": "2020-09-22T00:00:00",
        "invoiceSubTotal": 3133.99,
        "invoiceCharges": 30,
        "invoiceTax": 189.84,
        "invoiceTotal": 3353.83,
        "paymentStatus": "Paid",
        "SOTypeCode": "SO",
        "PONumber": "112233",
        "salesTypeCode": "WHSE",
        "jobNumber": "135",
        "shipToAddress1": "7440 State Hwy 121",
        "shipToAddress2": "",
        "shipToAddress3": "",
        "shipToLatitude": 42.9382114,
        "shipToLongitude": -85.6318332,
        "shipToCityStateZip": "McKinney, TX 75070",
        "billToAddress1": "7440 State Hwy 121",
        "billToAddress2": "",
        "billToAddress3": "",
        "billToCityStateZip": "McKinney, TX 75070",
        "notes": " ",
        "dueDate": "2020-10-30T00:00:00",
        "overDue": "No",
        "branchLogo": "https://media.srsdistribution.com/Uploads/BrandsByID/37.png",
        "branchCode": "WSGRA",
        "branchName": "WILLOUGHBY SUPPLY - GRAND RAPIDS",
        "branchAddress": "7440 State Hwy 121",
        "branchCityStateZip": "McKinney, TX 75070",
        "branchFax": "555-555-5555",
        "branchPhone": "555-555-5555",
        "remitToAddress": "7440 State Hwy 121",
        "remitToCityStateZip": "McKinney, TX 75070"
    },
    "invoiceDetails": [
        {
            "lineNumber": 1,
            "item": "GAFTHARCHMC",
            "itemDescription": "GAF TIMBERLINE HD AR CHARCOAL",
            "itemExtendedDescription": "",
            "itemSize": "3 BD/SQ MICHIGAN CITY",
            "invoicedQty": 75,
            "invoicedUOM": "BD",
            "price": 24.67,
            "priceUOM": "BD",
            "extendedAmount": 1850.25,
            "salesTypeCode": "WHSE"
        },
        {
            "lineNumber": 2,
            "item": "GAFSARCH",
            "itemDescription": "GAF SEAL-A-RIDGE CHARCOAL",
            "itemExtendedDescription": "",
            "itemSize": "12\" 25'/BD",
            "invoicedQty": 4,
            "invoicedUOM": "BD",
            "price": 45.17,
            "priceUOM": "BD",
            "extendedAmount": 180.68,
            "salesTypeCode": "WHSE"
        }
    ]
}
Modified at 2025-09-25 13:18:35
Previous
Submit Order
Next
Invoices List
Built with