PartnerHub

<back to all web services

ProspectGet

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

HTTP + CSV

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

POST /csv/reply/ProspectGet HTTP/1.1 
Host: partnerhub.pbsdealers.com 
Content-Type: text/csv
Content-Length: length

SerialNumber,ProspectId,ContactRef,EmployeeRef,ProspectStatus,ProspectType,ProspectSource,VehicleType,ClosedSince,ClosedUntil,ModifiedSince,ModifiedUntil
String,00000000000000000000000000000000,00000000000000000000000000000000,00000000000000000000000000000000,String,String,String,String,0001-01-01,0001-01-01,0001-01-01,0001-01-01

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

Prospects
"[{Id:string/00000000-0000-0000-0000-000000000000,ProspectId:00000000000000000000000000000000,SerialNumber:String,DateOpened:0001-01-01,DateClosed:0001-01-01,ContactRef:00000000000000000000000000000000,UserRoles:[{EmployeeRef:00000000000000000000000000000000,Name:String,Role:String}],ProspectStatus:String,ProspectType:String,ProspectSource:String,VehicleType:String,VehicleYearFrom:String,VehicleYearTo:String,VehicleModelNumber:String,VehicleMake:String,VehicleModel:String,VehicleTrim:String,LastUpdate:0001-01-01,ProspectState:String,LastEventDate:0001-01-01,EmployeeRef:00000000000000000000000000000000}]"