misc
Misc Options
These are miscellaneous/uncategorized filters for fine-tuning what types of companies to search for. For example, these fields can help to find hazmat or non-hazmat carriers; or to find carriers that may run driver teams.
Filter Field | Value / Resulting Behavior | ||||||
hazmat_cert |
| ||||||
hazmat_options |
| ||||||
carrier_segment |
| ||||||
carrier_lastmile |
| ||||||
carrier_drivers_team |
| ||||||
carrier_trailer_drop |
| ||||||
carrier_inactivity |
| ||||||
ins1 |
| ||||||
ins1_age_min ins1_age_max | Set a range on the allowed age of the BIPD Insurance Policy in days Usage example at bottom of page | ||||||
ins1_exp_min ins1_exp_max | Set a range on days until renewal for the BIPD Insurance Policy (0-365) Usage example at bottom of page | ||||||
ins2 |
| ||||||
ins2_age_min ins2_age_max | Set a range on the allowed age of the Cargo Insurance Policy in days Usage example at bottom of page | ||||||
ins2_exp_min ins2_exp_max | Set a range on days until renewal for the Cargo Insurance Policy (0-365) Usage example at bottom of page | ||||||
ins3 |
| ||||||
ins3_age_min ins3_age_max | Set a range on the allowed age of the Surety Bond in days Usage example at bottom of page | ||||||
ins3_exp_min ins3_exp_max | Set a range on days until renewal for the Surety Bond (0-365) Usage example at bottom of page |
Using ins_age_min with ins_age_max
To find companies with a policy age of 3 months to 6 months old, set:
// request body
{
"filters":{
"ins*_age_min": 90,
"ins*_age_max": 182
}
}
Using ins_exp_min with ins_exp_max
To find companies with a policy expiration date of 6 months to 12 months in the future, set:
// request body
{
"filters":{
"ins*_exp_min": 182,
"ins*_exp_max": 365
}
}
These properties accept values between 0 and 365