The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/CreateInmate HTTP/1.1
Host: ncapi.net.au
Content-Type: text/csv
Content-Length: length
InmateId,UserId,IJIS,Block,FirstName,LastName,Facility,ReceivedDateTime,IsReadyForDischarge,IsDischarged,DischargeAmount,PTS,LayBy
0,0,String,String,String,String,String,0001-01-01,False,False,0,0,0
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
ResponseStatus,InmateId,UserId,IJIS,Block,FirstName,LastName,Facility,ReceivedDateTime,IsReadyForDischarge,IsDischarged,DischargeAmount,PTS,LayBy,ErrorCode,Message,StackTrace,Errors
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}",0,0,String,String,String,String,String,0001-01-01,False,False,0,0,0,String,String,String,"[{ErrorCode:String,FieldName:String,Message:String}]"