Link Search Menu Expand Document

Inland Transit

Shipping and delivery insurance that will save you time and slash your insurance costs. Online and blindingly fast.


Parameter Explanations

Parameter Type Description
product String The product slug: “inlandtransitau”
value_of_goods Integer The value of the goods in Australian dollars, between $1,000 and $500,000
type_of_goods String The identifier for the type of goods selected
deductible String The identifier for selected deductible
shipment_type String The identifier for the selected type of shipment
locality String The locality (City/Suburb) from where the shipment originates
region String The region (State) from where the shipment originates
post_code String The post_code from where the shipment originates
destination_locality String The locality (City/Suburb) where the shipment is going to
destination_region String The region (State) where the shipment is going to
destination_post_code String The post_code where the shipment is going to
vehicle_type String The identifier for the selected type of vehicle/s being used for transportation

Minimum Parameters to get a quote

{
  "product": "inlandtransitau",
  "value_of_goods": 125000,
  "type_of_goods": "type_of_goods_2",
  "deductible": "deductible_3",
  "shipment_type": "shipment_type_2",
  "locality": "Sydney",
  "region": "NSW",
  "post_code": "2000",
  "destination_locality": "South Melbourne",
  "destination_region": "VIC",
  "destination_post_code": "3205",
  "vehicle_type": "vehicle_type_4"
}

All Parameters

{
  "product": "inlandtransitau",
  "value_of_goods": 125000,
  "type_of_goods": "type_of_goods_2",
  "deductible": "deductible_3",
  "shipment_type": "shipment_type_2",
  "locality": "Sydney",
  "region": "NSW",
  "post_code": "2000",
  "destination_locality": "South Melbourne",
  "destination_region": "VIC",
  "destination_post_code": "3205",
  "vehicle_type": "vehicle_type_4",
  "name_of_insured": "My Shippers Pty Ltd",
  "name": "Mary Smith",
  "email": "marysmith@example.com"
}