Postcode/Zipcode to Postcode/Zipcode Pricing
To import the JSON code below, please follow these instructions: https://www.gazoop.com/support/17/localisation/73/fleet_rules/185/how_do_i_import_a_fleet_rule_in_to_my_account.
JSON Source Code
{
"event": "before_booking",
"conditions": {
"0": {
"command": "pickup_text",
"operator": "contains",
"value": "SW1 "
},
"1": {
"command": "dropoff_text",
"operator": "contains",
"value": "SW2 "
},
"match": "all",
"frequency": "unlimited"
},
"actions": {
"0": {
"command": "change_mile_fee",
"operator": "equals",
"value": "10.00"
},
"1": {
"command": "change_pickup_fee",
"operator": "equals",
"value": "0.00"
},
"2": {
"command": "change_minute_fee",
"operator": "equals",
"value": "0.00"
}
}
}