The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/AgentStatusListRequest HTTP/1.1
Host: api.batonrougeappraisal.com
Content-Type: text/csv
Content-Length: length
CompanyId,AppointmentTypeId
0,0
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
ResponseStatus,AgentStatusList
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{AgentId:0,FirstName:String,LastName:String,Email:String,AsapWeeklyAppts:0,StatusId:0,StatusNote:String,StatusFollowUpDate:0001-01-01,AsapOptOut:False,AsapLockOut:False,AcceptAllAppts:False,Campaigns:String,AgentLevel:0,AgentCreateDate:0001-01-01,GoogleCalendar:String,CardCount:0,AppointmentTypes:String,SlotsOpen:0,SlotsStartDate:0001-01-01,SlotsEndDate:0001-01-01}]"