api.jobs.freight_providers.rate_quote
POST /job/{jobDisplayId}/freightproviders/{optionIndex}/ratequote— ACPortal
Python
api.jobs.freight_providers.rate_quote(job_display_id: int, option_index: int, *, data: RateQuoteRequest | dict) -> None
CLI
ab jobs freight_providers rate_quote <job_display_id> <option_index> [--data ...]
POST /job/{jobDisplayId}/freightproviders/{optionIndex}/ratequote
Request model: :class:RateQuoteRequest.
Request body — RateQuoteRequest
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Rates key identifier |
|
|
no |
Carrier code |
|
|
no |
Carrier account ID |
|
|
no |
Whether rate is active |
Response
No response body.