Get rate sheet mapping by ID

Retrieves a specific rate sheet mapping owned by the caller’s org (owned_by_org_id == caller.org_id). | authz: allowed_org_types=[provider], min_org_role=operator | () -> (RateSheetMapping1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Response

Successful Response
schema_versioninteger
_idstring
owned_by_org_idstring

Must be a string starting with org_

counterparty_org_idstring

Must be a string starting with org_

counterparty_driver_idstring
counterparty_off_chrt_provider_org_idstring
counterparty_off_chrt_shipper_org_idstring
chrt_ground_provider_rate_sheet_idslist of strings
cargo_on_flight_rate_sheet_idslist of strings
onboard_courier_rate_sheet_idslist of strings

Errors

422
Rate Sheet Mappings Get by ID V1request Unprocessable Entity Error