Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.grdd.dev/llms.txt

Use this file to discover all available pages before exploring further.

The GNet platform provides real-time callbacks for any changes that occur on sent trips. These changes can be Status Codes, Chauffeur info, Vehicle info, Closing Costs, and Total Amount during the trip-close process. This is a POST call made from GNet to the sending party’s web service listener.
This is not configurable from your side. Let the GRiDD team know when your web service is ready, and our team will configure it for you.

Payload

FieldDescriptionType
transactionIdTransaction ID of the trip.string
statusCurrent status code of the trip.string
totalAmountTotal amount of the trip. If the trip is not yet CLOSEd, this is an estimate from the other system.string
affiliateReservation.requesterIdGNet ID of the sender.string
affiliateReservation.requesterResNoReservation # of the sender.string
affiliateReservation.providerIdGNet ID of the receiving company.string
affiliateReservation.providerResNoConfirmation # of the receiving company.string
affiliateReservation.actionLast action requested by the sender.string
affiliateReservation.statusIf status = FAILED, the notes field has the reason for the failure.string
affiliateReservation.notesFailure message from the last action requested.string

fees

FieldDescriptionType
feesArray containing charge line items.array
fees.typeCharge category assigned by GNet.string
fees.currencyCurrency of charge item.string
fees.codeInternal charge code used by provider.string
fees.descriptionDescription of the charge.string
fees.feeCharge amount.string

vehicle

FieldDescriptionType
vehicle.griddIDGNet ID of the vehicle.string
vehicle.vehicleIdID of the vehicle.string
vehicle.vinVIN of the vehicle.string
vehicle.passengerCountPassenger capacity.string
vehicle.makeMake of the vehicle.string
vehicle.modelModel of the vehicle.string
vehicle.yearYear of the vehicle.string
vehicle.mileageMileage of the vehicle.string
vehicle.activeNot used.string
vehicle.plateNoPlate # of the vehicle.string
vehicle.vColorColor of the vehicle.string

chauffeur

FieldDescriptionType
chauffeur.griddIDGNet ID of the chauffeur.string
chauffeur.firstNameChauffeur first name.string
chauffeur.lastNameChauffeur last name.string
chauffeur.phonesChauffeur phones.array
chauffeur.phones.numberChauffeur phone number.string
chauffeur.phones.typePhone number type.string
chauffeur.chauffeurIdChauffeur ID.string
chauffeur.picURLChauffeur picture URL.string