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": "e82ee541-ec36-4cc1-af86-4902411eba60",
"BridgeProcessId": "d51e722e-ace2-4b9b-a425-ec34a85e112b",
"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>d51e722e-ace2-4b9b-a425-ec34a85e112b</BridgeProcessId> <MethodPaymentCd>sample string 3</MethodPaymentCd> <PaymentPlanCd>sample string 4</PaymentPlanCd> <PreferredDriveLetter>sample string 6</PreferredDriveLetter> <SavedRateId>e82ee541-ec36-4cc1-af86-4902411eba60</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>