HTTP + CSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/OutgoingNotifications HTTP/1.1
Host: qapi.expressomv.com
Content-Type: text/csv
Content-Length: length
ApiKey,Id,CustomerId,Message,NotificationMethod,DateSent
00000000000000000000000000000000,00000000000000000000000000000000,00000000000000000000000000000000,String,00000000000000000000000000000000,0001-01-01
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
ResponseStatus,OutgoingNotifications
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{Id:00000000000000000000000000000000,CustomerId:00000000000000000000000000000000,Message:String,NotificationMethod:00000000000000000000000000000000,DateSent:0001-01-01}]"