POST BridgeCoordinator/GetRateModel
Request Information
URI Parameters
None.
Body Parameters
RateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SavedRateId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SavedRateId": "1c55cd09-e299-4138-8159-36b22474ef46"
}
application/xml, text/xml
Sample:
<RateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BridgeService.Model"> <SavedRateId>1c55cd09-e299-4138-8159-36b22474ef46</SavedRateId> </RateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ICarrierRateDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CarrierRateId | globally unique identifier |
None. |
|
| CompanyUnitId | string |
None. |
|
| LOB | string |
None. |
|
| StateCode | string |
None. |
|
| MethodPaymentCd | string |
None. |
|
| PaymentPlanCd | string |
None. |
|
| Term | string |
None. |
|
| RequestXml | string |
None. |
|
| ResponseXml | string |
None. |
|
| Options | RequestOptions |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.