HTTP + CSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/TimeClockActivityGet HTTP/1.1
Host: partnerhub.pbsdealers.com
Content-Type: text/csv
Content-Length: length
UserRef,SerialNumber,StartDate,EndDate,TechniciansOnly
00000000000000000000000000000000,String,0001-01-01,0001-01-01,False
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
TimeClockActivities
"[{Id:string/0,TimeClockId:0,SerialNumber:String,ClockedInUTCOffset:0001-01-01T00:00:00.0000000+00:00,ClockedOutUTCOffset:0001-01-01T00:00:00.0000000+00:00,UserRef:00000000000000000000000000000000,IsTech:False}]"