GET | /RideShare/PendingSchedule |
---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /RideShare/PendingSchedule HTTP/1.1 Host: set-api-service-prod.azurewebsites.net Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length [ { ClaimantName: String, FirstName: String, LastName: String, Cell: String, ServiceDate: String, Status: String, Origin: String, Destination: String, ServiceId: 0, RecordId: 0, LegId: 0, RecordStatus: 0, Email: String, Tag: String, Redeemable: String, ClaimantId: String, RideStatus: String, OrderId: 0, UberOrigin: String, UberDestination: String } ]