SET.API.Services

<back to all web services

ChargeInfoRQ

The following routes are available for this service:
PUT/RideShare/UBER/ChargeInfo
UBERChargeInfo Parameters:
NameParameterData TypeRequiredDescription
TripIdformstringNo
TransactionTimeformDateTimeNo
TransactionTypeformstringNo
TripCreatedTimeformDateTimeNo
FlexTripTimeformstringNo
BeginTripDateformDateTimeNo
BeginTripTimeformstringNo
DropOffTripDateformDateTimeNo
DropOffTimeformstringNo
TimeZoneformstringNo
StatusformstringNo
RequestTypeformstringNo
AsTheCrowFliesformdecimalNo
MilesformdecimalNo
TripDurationformdecimalNo
FirstNameformstringNo
LastNameformstringNo
PhoneNumberformstringNo
CoordinatorformstringNo
CoordinatorGroupformstringNo
CoordinatorIDformstringNo
PickupAddressformstringNo
DropoffAddressformstringNo
ProductNameformstringNo
CurrencyCodeformstringNo
FareAmountformdecimalNo
InternalMemoformstringNo
CalculatedServiceIdformintNo

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

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /RideShare/UBER/ChargeInfo HTTP/1.1 
Host: set-api-service-prod.azurewebsites.net 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"TripId":"String","TransactionTime":"\/Date(-62135596800000-0000)\/","TransactionType":"String","TripCreatedTime":"\/Date(-62135596800000-0000)\/","FlexTripTime":"String","BeginTripDate":"\/Date(-62135596800000-0000)\/","BeginTripTime":"String","DropOffTripDate":"\/Date(-62135596800000-0000)\/","DropOffTime":"String","TimeZone":"String","Status":"String","RequestType":"String","AsTheCrowFlies":0,"Miles":0,"TripDuration":0,"FirstName":"String","LastName":"String","PhoneNumber":"String","Coordinator":"String","CoordinatorGroup":"String","CoordinatorID":"String","PickupAddress":"String","DropoffAddress":"String","ProductName":"String","CurrencyCode":"String","FareAmount":0,"InternalMemo":"String","CalculatedServiceId":0}