Home / API Documentation

Get Active Customers Detail by Route by Program

Method: GET api/v1/Account/GetActiveCustomersDetailsByRouteByProgram?startdate={startdate}&asofdate={asofdate}&branchID={branchID}&sortby={sortby}&dateformat={dateformat}&companyid={companyid}

Response Format:

application/json

Required Parameters Description Additional information
startdate

Define this parameter in the request URI.

asofdate

Define this parameter in the request URI.

branchID

Define this parameter in the request URI.

sortby

Define this parameter in the request URI.

dateformat

Define this parameter in the request URI.

companyid

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        [
  {
    "branchname": "sample string 1",
    "accountnum": "sample string 2",
    "BillName": "sample string 3",
    "billaddress2": "sample string 4",
    "billaddress": "sample string 5",
    "billcity": "sample string 6",
    "billstate": "sample string 7",
    "billzip": "sample string 8",
    "billphone": "sample string 9",
    "emailaddress": "sample string 10",
    "routename": "sample string 11",
    "programname": "sample string 12",
    "saledate": "sample string 13",
    "lastservice": "sample string 14",
    "salevalue": 1.0,
    "annualvalue": 1.0,
    "streetnumber": "sample string 15",
    "city": "sample string 16",
    "state": "sample string 17",
    "postalcode": "sample string 18",
    "sitestreet2": "sample string 19",
    "sitestreet": "sample string 20",
    "programid": 21,
    "propertytype": "sample string 22"
  },
  {
    "branchname": "sample string 1",
    "accountnum": "sample string 2",
    "BillName": "sample string 3",
    "billaddress2": "sample string 4",
    "billaddress": "sample string 5",
    "billcity": "sample string 6",
    "billstate": "sample string 7",
    "billzip": "sample string 8",
    "billphone": "sample string 9",
    "emailaddress": "sample string 10",
    "routename": "sample string 11",
    "programname": "sample string 12",
    "saledate": "sample string 13",
    "lastservice": "sample string 14",
    "salevalue": 1.0,
    "annualvalue": 1.0,
    "streetnumber": "sample string 15",
    "city": "sample string 16",
    "state": "sample string 17",
    "postalcode": "sample string 18",
    "sitestreet2": "sample string 19",
    "sitestreet": "sample string 20",
    "programid": 21,
    "propertytype": "sample string 22"
  }
];