POST BridgeCoordinator/BridgeToCarrier
Request Information
URI Parameters
None.
Body Parameters
BridgeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SavedRateId | globally unique identifier |
None. |
|
| BridgeProcessId | globally unique identifier |
None. |
|
| MethodPaymentCd | string |
None. |
|
| PaymentPlanCd | string |
None. |
|
| Term | string |
None. |
|
| PreferredDriveLetter | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SavedRateId": "d3fd8ad5-436d-4db0-a0f9-53ac99eb94aa",
"BridgeProcessId": "bb8c240b-41ff-457a-9e05-f66a47b3c3e4",
"MethodPaymentCd": "sample string 3",
"PaymentPlanCd": "sample string 4",
"Term": "sample string 5",
"PreferredDriveLetter": "sample string 6"
}
application/xml, text/xml
Sample:
<BridgeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BridgeService.Model"> <BridgeProcessId>bb8c240b-41ff-457a-9e05-f66a47b3c3e4</BridgeProcessId> <MethodPaymentCd>sample string 3</MethodPaymentCd> <PaymentPlanCd>sample string 4</PaymentPlanCd> <PreferredDriveLetter>sample string 6</PreferredDriveLetter> <SavedRateId>d3fd8ad5-436d-4db0-a0f9-53ac99eb94aa</SavedRateId> <Term>sample string 5</Term> </BridgeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BridgeResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| BridgeUrl | string |
None. |
|
| ReturnCode | BridgeStatus |
None. |
|
| ReturnCodeDesc | string |
None. |
|
| ReturnMessage | string |
None. |
|
| BridgeProcessId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"BridgeUrl": "sample string 1",
"ReturnCode": 0,
"ReturnCodeDesc": "Success",
"ReturnMessage": "sample string 2",
"BridgeProcessId": "sample string 3"
}
application/xml, text/xml
Sample:
<BridgeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BridgeService.Model"> <BridgeProcessId>sample string 3</BridgeProcessId> <BridgeUrl>sample string 1</BridgeUrl> <ReturnCode>Success</ReturnCode> <ReturnMessage>sample string 2</ReturnMessage> </BridgeResponse>