GET api/v1/Branches

Get a list of Branches.

Request Information

URI Parameters

Name Description Type Additional information

fields

A comma-separated list of field names

string

None.

where

Filter by an any element

string

None.

order

Order by any element returned

string

None.

page

The page number (default: 1)

integer

None.

rows

Rows per page (default: 50, maximum: 250)

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Branch

Name Description Type Additional information

BranchType

Branch Type

string

Max length: 250

StockControlOptions

Stock control options.

string

None.

TaxStatus

Tax Status

string

None.

AccountNumber

string

None.

BranchLocations

Branch Locations.

Collection of BranchLocation

None.

Id

The unique Cin7 Id.

integer

None.

CreatedDate

Created Date

date

None.

ModifiedDate

Modified Date

date

None.

IsActive

Is Active

boolean

None.

Company

Company

string

Max length: 250

FirstName

First Name

string

Max length: 250

LastName

Last Name

string

Max length: 250

JobTitle

Job Title

string

Max length: 250

Email

A unique email address

string

None.

Website

Website

string

Max length: 50

Phone

Phone

string

Max length: 50

Fax

Fax

string

Max length: 50

Mobile

Mobile

string

Max length: 50

Address1

Address 1

string

Max length: 50

Address2

Address 2

string

Max length: 50

City

City

string

Max length: 50

State

State

string

Max length: 50

PostCode

Post Code

string

Max length: 50

Country

Country

string

Max length: 50

PostalAddress1

Billing/Postal Address 1

string

Max length: 50

PostalAddress2

Billing/Postal Address 2

string

Max length: 50

PostalCity

Billing/Postal City

string

Max length: 50

PostalPostCode

Billing/Postal Post Code

string

Max length: 50

PostalState

Billing/Postal State

string

Max length: 50

PostalCountry

Billing/Postal Country

string

Max length: 50

Notes

Notes

string

Max length: 250

IntegrationRef

Integration reference.

string

None.

CustomFields

Custom fields.

Collection of KeyValuePairOfStringAndObject

None.

SecondaryContacts

Secondary Contacts

Collection of SubContact

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "createdDate": "2026-07-28T20:41:29.0375995Z",
    "modifiedDate": "2026-07-28T20:41:29.0376013Z",
    "isActive": false,
    "company": "",
    "firstName": "",
    "lastName": "",
    "jobTitle": "",
    "email": "",
    "website": "",
    "phone": "",
    "fax": "",
    "mobile": "",
    "address1": "",
    "address2": "",
    "city": "",
    "state": "",
    "postCode": "",
    "country": "",
    "postalAddress1": "",
    "postalAddress2": "",
    "postalCity": "",
    "postalPostCode": "",
    "postalState": "",
    "postalCountry": "",
    "notes": "",
    "integrationRef": "",
    "customFields": null,
    "secondaryContacts": [
      {
        "id": 1,
        "company": "",
        "firstName": "",
        "lastName": "",
        "jobTitle": "",
        "email": "",
        "mobile": "",
        "phone": ""
      }
    ],
    "branchType": "",
    "stockControlOptions": "",
    "taxStatus": "",
    "accountNumber": "",
    "branchLocations": []
  }
]