HTTP + CSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/AgentLevelRequest HTTP/1.1
Host: backofficedemoapi.bombshelltechnologies.com
Content-Type: text/csv
Content-Length: length
AgentLevel,Id,Fields
"[{Id:0,Level:0,LevelGuideline:String,Rank:String,Description:String,NextLevel:0,SortOrder:0}]",0,{String:String}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
ResponseStatus,AgentLevel,Fields
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{Id:0,Level:0,LevelGuideline:String,Rank:String,Description:String,NextLevel:0,SortOrder:0}]",{String:String}