Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vitae pretium dolor, et aliquet leo. Integer ipsum massa, dictum in vestibulum et, vehicula ac lorem. Nulla condimentum sem sit amet nulla scelerisque bibendum eu luctus ligula. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Mauris nec justo nec ipsum euismod dignissim. Sed ex tellus, porta vitae diam nec, ultricies laoreet justo. Quisque facilisis placerat maximus. Vestibulum pulvinar magna quam, at hendrerit purus vulputate a. Quisque eget augue rutrum, rhoncus elit nec, dignissim diam. In non leo venenatis, aliquam sem at, consectetur tortor. Quisque accumsan neque eget tristique pellentesque. Praesent bibendum urna quam, vel aliquet turpis faucibus a. Fusce in vehicula arcu. 12
Authentication
1
Usage
2
Endpoints
RESOURCE: GET /branches
DESCRIPTION: The /branches resource allows you to retrieve information about ABC branches. You can filter your result using several parameters such as storefront, branch number, district number, region number, proximity branch, radius distance from longitude and latitude, and user id of the associate with the specific branch responsibilities.
Array of String
Integrates organization 'ABC'
'LW'
Branch Number
branchNumber
Array of String
Either this or branchNumbers (with s) is required. If both are passed, branchNumber is ignored. '101'
'102'
Branch Numbers
branchNumbers
String
List of branches delimited by comma (string CSV). Either this or branchNumber is required. If both are passed, branchNumber is ignored. '101, 102'
District Numbers
districtNumbers
Array of String
Code identifying the district '721'
State
state
Array of String
Code identifying the state
Open For Business
openForBusiness
String
Indication if branch is open to do business
Type Code
typeCode
Array of String
Indicates type of branch 'BCH'
'LWB'
'TCIB'
Latitude
latitude
String
Latitude of branch 40.021200
Longitude
longitude
String
Longitude of branch 74.943700
Radius
radius
Number
Radius search. Use for searching branches from latitude and longitude 50
Proximity Numbers
proximityBranch
String
Code identifying the proximity 150
User Id
userId
String
Network user name as administered in POS which may be different than Active Directory or Otka. Use to filter branches based on user’s responsibilities MM040017
Select
select
String
If this is not passed or if value is ‘default’, warehouses collections will be included in the return payload. Also hours collections will be included unless excludeHours=true is passed. base
Embed
embed
Union
If select query parameter is base (select=base), additional collection of objects will be included in the return payload. Example embed=warehouses&embed=hours will include warehouses and hours in the payload. 'hours'
'productsandservices'
Exclude Hours
excludeHours
Boolean
true if hours are not desired in the payload. Default is false. true
Store Front
storeFront
String Enum
Flag to filter accounts by the storefront that it belongs to.
Enum values: abc, tci, lw, bradco, norandex abc
Page
page
Number
Pagination
Default Value: 1
Page Size
pageSize
Number
Total page size. Passing -1 will retrieve all branches on page 1
Default Value: 50