• pos@truckwashpos.com
  • 24/7

TWPOS API Endpoints and Output

Locations Call
https://www.yourportaladdress.us/pos_control_web_site_api.php?action=branches

{
“locations”: [
{ “Id”: “AR”, “Name”: “AURORA” },
{ “Id”: “CC”, “Name”: “COMMERCE CITY” },
{ “Id”: “DN”, “Name”: “DENVER” }
],
“tax_locations”: [
{ “Id”: “AR”, “Name”: “AURORA” },
{ “Id”: “CC”, “Name”: “COMMERCE CITY” },
{ “Id”: “DN”, “Name”: “DENVER” }
]
}

Locations Average Waiting Time and Hours of Operation
https://www.yourportaladdress.us/pos_control_web_site_api.php?action=branches_waiting

{
“locations”: [
{
“branchno”: “2”,
“branchid”: “AR”,
“name”: “AURORA”,
“add1”: “595 Havana St.”,
“add2”: “”,
“city”: “Aurora”,
“state”: “CO”,
“zip”: “80010”,
“zone”: “America/Denver”,
“phone”: “555-555-5555”,
“email”: “aurora@truckwashpos.com”,
“bays”: “3”,
“branchcode”: “AURO”,
“shift1start”: “12:00 AM”,
“shift2start”: “8:00 AM”,
“shift3start”: “4:00 PM”,
“shift1end”: “8:00 AM”,
“shift2end”: “4:00 PM”,
“shift3end”: “12:00 AM”,
“opentickets”: 0,
“workmen”: “0”,
“waitingtruck”: “3”,
“averageWaitTime”: “00:14”
},
{
“branchno”: “4”,
“branchid”: “CC”,
“name”: “COMMERCE CITY”,
“add1”: “7120 E 49th Ave”,
“add2”: “”,
“city”: “Commerce City”,
“state”: “Co”,
“zip”: “80022”,
“zone”: “America/Denver”,
“phone”: “5555555555”,
“email”: “cc@yourcompany.com”,
“bays”: “2”,
“branchcode”: “COMM”,
“shift1start”: “6:00 AM”,
“shift2start”: “2:00 PM”,
“shift3start”: “NA NA”,
“shift1end”: “2:00 PM”,
“shift2end”: “10:00 PM”,
“shift3end”: “NA NA”,
“opentickets”: 1,
“workmen”: “0”,
“waitingtruck”: “1”,
“averageWaitTime”: “00:00”
},
{
“branchno”: “3”,
“branchid”: “DN”,
“name”: “DENVER”,
“add1”: “4040 E 8th Ave”,
“add2”: “”,
“city”: “Denver”,
“state”: “CO”,
“zip”: “80220”,
“zone”: “America/Denver”,
“phone”: “555-555-5555”,
“email”: “denver@truckwashpos.com”,
“bays”: “2”,
“branchcode”: “DENV”,
“shift1start”: “8:00 AM”,
“shift2start”: “4:00 PM”,
“shift3start”: “NA NA”,
“shift1end”: “4:00 PM”,
“shift2end”: “11:00 PM”,
“shift3end”: “NA NA”,
“opentickets”: 0,
“workmen”: “0”,
“waitingtruck”: “1”,
“averageWaitTime”: “00:00”
}
]
}

Products With direct ID
https://www.yourportaladdress.us/pos_control_web_site_api.php?action=products&ids=101,105,500

{
“products”: [
{
“item”: “101”,
“descrip”: “TRACTOR ONLY, WASH”,
“price1”: “49.50”,
“price2”: “0.00”
},
{
“item”: “105”,
“descrip”: “TRACTOR / REEFER, WASH”,
“price1”: “43.00”,
“price2”: “36.00”
},
{
“item”: “500”,
“descrip”: “EMPLOYEE WASH”,
“price1”: “0.00”,
“price2”: “0.00”
}
]
}

Alternate Phone APP API
Locations With Shift Time Overrides
https://www.yourportaladdress.us/pos_control_app_api.php?get_locations=true

[
{
“branchid”: “AR”,
“name”: “AURORA”,
“add1”: “595 Havana St.”,
“add2”: “”,
“city”: “Aurora”,
“state”: “CO”,
“zip”: “80010”,
“phone”: “555-555-5555”,
“email”: “aurora@truckwashpos.com”,
“bays”: “3”,
“ZONE”: “America/Denver”,
“shift1start”: “12:00 AM”,
“shift2start”: “8:00 AM”,
“shift3start”: “4:00 PM”,
“shift1end”: “8:00 AM”,
“shift2end”: “4:00 PM”,
“shift3end”: “12:00 AM”,
“opentickets”: 0,
“staff”: “2”,
“waiting”: “3”,
“avg_wait”: “00:14”
},
{
“branchid”: “CC”,
“name”: “COMMERCE CITY”,
“add1”: “7120 E 49th Ave”,
“add2”: “”,
“city”: “Commerce City”,
“state”: “Co”,
“zip”: “80022”,
“phone”: “5555555555”,
“email”: “cc@yourcompany.com”,
“bays”: “2”,
“ZONE”: “America/Denver”,
“shift1start”: “6:00 AM”,
“shift2start”: “2:00 PM”,
“shift3start”: “NA NA”,
“shift1end”: “2:00 PM”,
“shift2end”: “10:00 PM”,
“shift3end”: “NA NA”,
“opentickets”: 0,
“staff”: “0”,
“waiting”: “0”,
“avg_wait”: “00:00”
},
{
“branchid”: “DN”,
“name”: “DENVER”,
“add1”: “4040 E 8th Ave”,
“add2”: “”,
“city”: “Denver”,
“state”: “CO”,
“zip”: “80220”,
“phone”: “555-555-5555”,
“email”: “denver@truckwashpos.com”,
“bays”: “2”,
“ZONE”: “America/Denver”,
“shift1start”: “8:00 AM”,
“shift2start”: “4:00 PM”,
“shift3start”: “NA NA”,
“shift1end”: “4:00 PM”,
“shift2end”: “11:00 PM”,
“shift3end”: “NA NA”,
“opentickets”: 0,
“staff”: “0”,
“waiting”: “0”,
“avg_wait”: “00:00”
}
]

Products BY Allowed in Product App
https://www.yourportaladdress.us/pos_control_app_api.php?get_products=true

[
{
“item”: “100”,
“descrip”: “TRACTOR DAY / CABOVER, WASH”,
“price1”: “47.00”,
“price2”: “0.00”
},
{
“item”: “101”,
“descrip”: “TRACTOR ONLY, WASH”,
“price1”: “49.50”,
“price2”: “0.00”
},
{
“item”: “102”,
“descrip”: “TRACTOR W/ SUPER BERTH, WASH”,
“price1”: “66.00”,
“price2”: “0.00”
},
{
“item”: “104”,
“descrip”: “TRACTOR / TRAILER WASH”,
“price1”: “43.00”,
“price2”: “36.00”
},
{
“item”: “105”,
“descrip”: “TRACTOR / REEFER, WASH”,
“price1”: “43.00”,
“price2”: “36.00”
},
{
“item”: “106”,
“descrip”: “TRACTOR / DRY BOX, WASH”,
“price1”: “43.00”,
“price2”: “36.00”
},
{
“item”: “107”,
“descrip”: “TRACTOR / GRAIN TRAILER, WASH”,
“price1”: “43.00”,
“price2”: “36.00”
},
{
“item”: “108”,
“descrip”: “TRACTOR / GRAIN TRAILER WITH HOPPER, WASH”,
“price1”: “43.00”,
“price2”: “40.00”
}
]

Loyalty Rewards
https://www.yourportaladdress.us/pos_control_app_api.php?get_settings=true

{
“id”: “1”,
“points_per_dollar”: “1.00”,
“allow_multi”: “0”,
“enabled”: “1”,
“rewards”: [
{
“points”: “100”,
“code”: “901”,
“description”: “3 Dollars Off 100pts”,
“price1”: “-3.00”,
“price2”: “0.00”
},
{
“points”: “350”,
“code”: “902”,
“description”: “5 Dollars Off 350pts”,
“price1”: “-5.00”,
“price2”: “0.00”
},
{
“points”: “450”,
“code”: “903”,
“description”: “7 Dollars Off 450pts”,
“price1”: “-7.00”,
“price2”: “0.00”
},
{
“points”: “550”,
“code”: “904”,
“description”: “10 Dollars Off 550pts”,
“price1”: “-10.00”,
“price2”: “0.00”
},
{
“points”: “10000”,
“code”: “905”,
“description”: “Free POS Demo Hat 10000pts”,
“price1”: “0.00”,
“price2”: “0.00”
}
]
}

Hours Override JSON – Overriden in Mobile Phone App Settings Usable Anywhere
https://www.yourportaladdress.us/mobile/branches.json

{
“AR”: {
“mf_start”: “8:00”,
“AMPM_mf_start”: “AM”,
“mf_end”: “5:00”,
“AMPM_mf_end”: “PM”,
“sat_start”: “9:00”,
“AMPM_sat_start”: “AM”,
“sat_end”: “7:00”,
“AMPM_sat_end”: “PM”,
“sun_start”: “CLOSED”,
“AMPM_sun_start”: “CLOSED”,
“sun_end”: “CLOSED”,
“AMPM_sun_end”: “CLOSED”
},
“DN”: {
“mf_start”: “NA”,
“AMPM_mf_start”: “NA”,
“mf_end”: “NA”,
“AMPM_mf_end”: “NA”,
“sat_start”: “NA”,
“AMPM_sat_start”: “NA”,
“sat_end”: “NA”,
“AMPM_sat_end”: “NA”,
“sun_start”: “NA”,
“AMPM_sun_start”: “NA”,
“sun_end”: “NA”,
“AMPM_sun_end”: “NA”
}
}

🎥 Ready to See It?

Our platform was built for this exact environment. No other system even comes close.

👉 📽️ Watch the Truck Wash POS in Action and see how it all works in action.

author avatar
TruckwashPOS

Post Comment

Your email address will not be published. Required fields are marked *