| GET | /Service/FutureReferralsSameServiceGet/{ReferralId} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ReferralId | path | Guid | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CurrentReferralRates | form | ResolvedTransportRates | No | |
| Referrals | form | List<ReferralWithSameServiceDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| FlatFee | form | string | No | |
| MileageRate | form | string | No | |
| WaitRate | form | string | No | |
| NoShow | form | string | No | |
| LoadFee | form | string | No | |
| Miles | form | string | No | |
| HasOwnPromisedRow | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ReferralNumber | form | int | No | |
| LinkToReferral | form | string | No | |
| ServiceDate | form | string | No | |
| ServiceType | form | string | No | |
| ReferralId | form | string | No | |
| IsExactLegMatch | form | bool | No | |
| OfferStatus | form | int? | No | |
| OfferStatusDescription | form | string | No | |
| FlatFee | form | string | No | |
| MileageRate | form | string | No | |
| WaitTimeRate | form | string | No | |
| WaitTimeFee | form | string | No | |
| Miles | form | string | No | |
| LoadFee | form | string | No | |
| HasOwnPromisedRow | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Service/FutureReferralsSameServiceGet/{ReferralId} HTTP/1.1
Host: set-api-service-prod.azurewebsites.net
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"CurrentReferralRates":{"FlatFee":"String","MileageRate":"String","WaitRate":"String","NoShow":"String","LoadFee":"String","Miles":"String","HasOwnPromisedRow":false},"Referrals":[{"ReferralNumber":0,"LinkToReferral":"String","ServiceDate":"String","ServiceType":"String","ReferralId":"String","IsExactLegMatch":false,"OfferStatus":0,"OfferStatusDescription":"String","FlatFee":"String","MileageRate":"String","WaitTimeRate":"String","WaitTimeFee":"String","Miles":"String","LoadFee":"String","HasOwnPromisedRow":false}]}