PartnerHub

<back to all web services

AppointmentGet

To override the Content-type in your clients 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.

POST /json/reply/AppointmentGet HTTP/1.1 
Host: partnerhub.pbsdealers.com 
Content-Type: application/json
Content-Length: length

{"SerialNumber":"String","AppointmentId":"00000000000000000000000000000000","AppointmentNumber":0,"RawAppointmentNumber":"String","ContactRef":"00000000000000000000000000000000","VehicleRef":"00000000000000000000000000000000","Status":"String","AppointmentSince":"0001-01-01T00:00:00.0000000Z","AppointmentUntil":"0001-01-01T00:00:00.0000000Z","ModifiedSince":"0001-01-01T00:00:00.0000000Z","ModifiedUntil":"0001-01-01T00:00:00.0000000Z","Shop":"String","AppointmentNumberList":[0],"RawAppointmentNumberList":["String"]}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Appointments":[{"Id":"string/00000000-0000-0000-0000-000000000000","AppointmentId":"00000000000000000000000000000000","SerialNumber":"String","AppointmentNumber":0,"RawAppointmentNumber":"String","Shop":"String","Advisor":"String","AdvisorRef":"00000000000000000000000000000000","BookingUser":"String","BookingUserRef":"00000000000000000000000000000000","Transportation":"String","ContactRef":"00000000000000000000000000000000","VehicleRef":"00000000000000000000000000000000","MileageIn":0,"IsComeback":false,"IsWaiter":false,"AppointmentTime":"0001-01-01T00:00:00.0000000Z","AppointmentTimeUTC":"0001-01-01T00:00:00.0000000Z","PickupTime":"0001-01-01T00:00:00.0000000Z","PickupTimeUTC":"0001-01-01T00:00:00.0000000Z","RequestLines":[{"AppointmentRequestRef":"00000000000000000000000000000000","AppointmentRequestId":0,"CSR":"String","CSRRef":"00000000000000000000000000000000","Skill":"String","RequestCode":"String","RequestDescription":"String","AllowedHours":0,"EstimateLabour":0,"EstimateParts":0,"PartsLines":[{"AppointmentPartsLineRef":"00000000000000000000000000000000","AppointmentPartsLineId":0,"CSR":"String","CSRRef":"00000000000000000000000000000000","PartNumber":"String","PartDescription":"String","Requested":0,"Shipped":0,"Ordered":0,"PriceCode":"String","Cost":0,"UnitPrice":0,"ExtendedPrice":0,"NoHistory":false,"IsPartsKit":false,"PartsKitName":"String","BIN":"String","IsTransferred":false}],"LabourOpDescription":"String","PayType":"String","Tech":"String","TechRef":"00000000000000000000000000000000","Status":"String","LineType":"RequestLine"}],"DateOpened":"0001-01-01T00:00:00.0000000Z","LastUpdate":"0001-01-01T00:00:00.0000000Z","Status":"String","Notes":"String","Source":"String","PendingRequest":false,"CheckedIn":false,"Confirmed":false,"LeadRef":"String","NotifyType":"String","Tag":"String","FirstApptTimeAvailable":"0001-01-01T00:00:00.0000000+00:00"}]}