TaxComm Platform Service

<back to all web services

MeetingSaveRequest

The following routes are available for this service:
POST,PUT,OPTIONS/v1/UploadDocuments/Meetings

To override the Content-type in your clients HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/MeetingSaveRequest HTTP/1.1 
Host: taxcommapi.trendsic.net 
Content-Type: text/csv
Content-Length: length

UploadDocument
"{Id:0,MeetingDate:0001-01-01,AgendaUploadDocumentId:0,AgendaUploadDocumentCategoryId:0,AgendaFilePath:String,AgendaKeywords:String,AgendaUploadDateTime:0001-01-01,MinutesUploadDocumentId:0,MinutesUploadDocumentCategoryId:0,MinutesFilePath:String,MinutesKeywords:String,MinutesUploadDateTime:0001-01-01}"

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

Id,MeetingDate,AgendaUploadDocumentId,AgendaUploadDocumentCategoryId,AgendaFilePath,AgendaKeywords,AgendaUploadDateTime,MinutesUploadDocumentId,MinutesUploadDocumentCategoryId,MinutesFilePath,MinutesKeywords,MinutesUploadDateTime
0,0001-01-01,0,0,String,String,0001-01-01,0,0,String,String,0001-01-01