The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/TaxRollSearchRequest HTTP/1.1
Host: taxcommapi.trendsic.net
Content-Type: text/csv
Content-Length: length
TaxYear,Parish,SearchType,SearchTerm
0,0,String,String
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
ResponseStatus,TaxRoll
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{TaxYear:0,FipsCode:0,AssessmentNo:String,SubdivisionName:String,TaxpayerName:String,TaxpayerAddress1:String,ParAddress:String,LegalDescription:String,SequenceNos:String}]"