HTTP + CSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/ClawbackScheduleRequest HTTP/1.1
Host: api.exactbenefits.com
Content-Type: text/csv
Content-Length: length
Id,StartDate,EndDate,Status,UpdateType,Reason
0,0001-01-01,0001-01-01,String,String,String
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
ResponseStatus,Records
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{Id:0,StartDate:0001-01-01,EndDate:0001-01-01,Status:String,UpdateType:String,Reason:String,ModifiedBy:String,DateCreated:0001-01-01}]"