Added Other AP
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<AgentBidRequest>
|
||||
<Agent Id="{{agent_id}}">
|
||||
<Password>{{agent_password}}</Password>
|
||||
<Reference>AgentRef</Reference>
|
||||
<Time>{{agent_time}}</Time>
|
||||
</Agent>
|
||||
<BidParameters>
|
||||
<Pricing>
|
||||
<Currency>USD</Currency>
|
||||
<PaymentType>Cash</PaymentType>
|
||||
</Pricing>
|
||||
<Journey>
|
||||
<From>
|
||||
<Type>Address</Type>
|
||||
<Data>1563 Van Dyke Ave, San Francisco, CA 94124, USA</Data>
|
||||
<Coordinate>
|
||||
<Latitude>37.7286068</Latitude>
|
||||
<Longitude>-122.3919092</Longitude>
|
||||
</Coordinate>
|
||||
</From>
|
||||
<To>
|
||||
<Type>Address</Type>
|
||||
<Data>536 Edinburgh St, San Francisco, CA 94112, USA</Data>
|
||||
<Coordinate>
|
||||
<Latitude>37.7206606</Latitude>
|
||||
<Longitude>-122.4326099</Longitude>
|
||||
</Coordinate>
|
||||
</To>
|
||||
</Journey>
|
||||
<Ride Type="Passenger">
|
||||
</Ride>
|
||||
</BidParameters>
|
||||
</AgentBidRequest>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<AgentBookingAuthorizationRequest>
|
||||
<Agent Id="{{agent_id}}">
|
||||
<Password>{{agent_password}}</Password>
|
||||
<Reference>AgentRef</Reference>
|
||||
<Time>{{agent_time}}</Time>
|
||||
</Agent>
|
||||
<Vendor Id="{{vendor_id}}" />
|
||||
<AvailabilityReference>{{availability_reference}}</AvailabilityReference>
|
||||
<Passengers>
|
||||
</Passengers>
|
||||
<Notifications>
|
||||
<VendorEvents>BookingDispatched NoFare BookingCompleted BookingCancelled</VendorEvents>
|
||||
<AlertMethod>None</AlertMethod>
|
||||
<AgentEvents>BookingDispatched NoFare BookingCompleted BookingCancelled LocationUpdate VehicleArrived PassengerOnBoard</AgentEvents>
|
||||
</Notifications>
|
||||
</AgentBookingAuthorizationRequest>
|
||||
+34
@@ -0,0 +1,34 @@
|
||||
<AgentBookingAvailabilityRequest>
|
||||
<Agent Id="{{agent_id}}">
|
||||
<Password>{{agent_password}}</Password>
|
||||
<Reference>AgentRef</Reference>
|
||||
<Time>{{agent_time}}</Time>
|
||||
</Agent>
|
||||
<Vendor Id="{{vendor_id}}" />
|
||||
<BookingParameters>
|
||||
<Pricing>
|
||||
<Currency>USD</Currency>
|
||||
<PaymentType>Cash</PaymentType>
|
||||
</Pricing>
|
||||
<Journey>
|
||||
<From>
|
||||
<Type>Address</Type>
|
||||
<Data>1563 Van Dyke Ave, San Francisco, CA 94124, USA</Data>
|
||||
<Coordinate>
|
||||
<Latitude>37.7286068</Latitude>
|
||||
<Longitude>-122.3919092</Longitude>
|
||||
</Coordinate>
|
||||
</From>
|
||||
<To>
|
||||
<Type>Address</Type>
|
||||
<Data>536 Edinburgh St, San Francisco, CA 94112, USA</Data>
|
||||
<Coordinate>
|
||||
<Latitude>37.7206606</Latitude>
|
||||
<Longitude>-122.4326099</Longitude>
|
||||
</Coordinate>
|
||||
</To>
|
||||
</Journey>
|
||||
<Ride Type="Passenger">
|
||||
</Ride>
|
||||
</BookingParameters>
|
||||
</AgentBookingAvailabilityRequest>
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<AgentBookingCancellationRequest>
|
||||
<Agent Id="{{agent_id}}">
|
||||
<Password>{{agent_password}}</Password>
|
||||
<Reference>AgentRef</Reference>
|
||||
<Time>{{agent_time}}</Time>
|
||||
</Agent>
|
||||
<Vendor Id="{{vendor_id}}" />
|
||||
<AuthorizationReference>{{authorization_reference}}</AuthorizationReference>
|
||||
</AgentBookingCancellationRequest>
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
<AgentBookingCancelledEventResponse>
|
||||
<Vendor Id="{{vendor_id}}">
|
||||
<Reference>{{vendor_ref}}</Reference>
|
||||
<Time>{{vendor_time}}</Time>
|
||||
</Vendor>
|
||||
<Agent Id="{{agent_id}}"/>
|
||||
<Result>
|
||||
<Success>true</Success>
|
||||
<FailureCode/>
|
||||
<FailureReason/>
|
||||
</Result>
|
||||
<AcknowledgementReference>{{acknowledgement_ref}}</AcknowledgementReference>
|
||||
</AgentBookingCancelledEventResponse>
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
<AgentBookingNotAuthorizedRequest>
|
||||
<Agent Id="{{agent_id}}">
|
||||
<Password>{{agent_password}}</Password>
|
||||
<Reference>AgentRef</Reference>
|
||||
<Time>{{agent_time}}</Time>
|
||||
</Agent>
|
||||
<Vendor Id="{{vendor_id}}" />
|
||||
<AvailabilityReference>{{availability_reference}}</AvailabilityReference>
|
||||
<Reason>NotRequired</Reason>
|
||||
</AgentBookingNotAuthorizedRequest>
|
||||
@@ -0,0 +1,9 @@
|
||||
<AgentBookingStatusRequest>
|
||||
<Agent Id="{{agent_id}}">
|
||||
<Password>{{agent_password}}</Password>
|
||||
<Reference>AgentRef</Reference>
|
||||
<Time>{{agent_time}}</Time>
|
||||
</Agent>
|
||||
<Vendor Id="{{vendor_id}}" />
|
||||
<AuthorizationReference>{{authorization_reference}}</AuthorizationReference>
|
||||
</AgentBookingStatusRequest>
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
<AgentVehicleArrivedEventResponse>
|
||||
<Vendor Id="{{vendor_id}}">
|
||||
<Reference>{{vendor_ref}}</Reference>
|
||||
<Time>{{vendor_time}}</Time>
|
||||
</Vendor>
|
||||
<Agent Id="{{agent_id}}"/>
|
||||
<Result>
|
||||
<Success>true</Success>
|
||||
<FailureCode/>
|
||||
<FailureReason/>
|
||||
</Result>
|
||||
<AcknowledgementReference>{{acknowledgement_ref}}</AcknowledgementReference>
|
||||
</AgentVehicleArrivedEventResponse>
|
||||
@@ -0,0 +1,13 @@
|
||||
<AgentEventResponse>
|
||||
<Vendor Id="{{vendor_id}}">
|
||||
<Reference>{{vendor_ref}}</Reference>
|
||||
<Time>{{vendor_time}}</Time>
|
||||
</Vendor>
|
||||
<Agent Id="{{agent_id}}"/>
|
||||
<Result>
|
||||
<Success>true</Success>
|
||||
<FailureCode/>
|
||||
<FailureReason/>
|
||||
</Result>
|
||||
<AcknowledgementReference>{{acknowledgement_ref}}</AcknowledgementReference>
|
||||
</AgentEventResponse>
|
||||
Reference in New Issue
Block a user