SET.API.Services

<back to all web services

ScheduleErrors

The following routes are available for this service:
GET/RideShare/ScheduleErrors/{PageNumber}
ScheduleErrors Parameters:
NameParameterData TypeRequiredDescription
PageNumberpathintNo
ListingResults Parameters:
NameParameterData TypeRequiredDescription
NbrRecordsformintNo
RecordsformList<ServiceOrder>No
ServiceOrder Parameters:
NameParameterData TypeRequiredDescription
ClaimantNameformstringNo
FirstNameformstringNo
LastNameformstringNo
CellformstringNo
ServiceDateformstringNo
StatusformstringNo
OriginformstringNo
DestinationformstringNo
ServiceIdformintNo
RecordIdformintNo
LegIdformintNo
RecordStatusformintNo
EmailformstringNo
TagformstringNo
RedeemableformstringNo
ClaimantIdformstringNo
RideStatusformstringNo
OrderIdformintNo
UberOriginformstringNo
UberDestinationformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

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

GET /RideShare/ScheduleErrors/{PageNumber} 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

{
	NbrRecords: 0,
	Records: 
	[
		{
			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
		}
	]
}