DataService

<back to all web services

DataResponse

Requires Authentication
The following routes are available for this service:
POST/event-result/{RequestId}
DataResponse<T> Parameters:
NameParameterData TypeRequiredDescription
RequestIdformGuidNo
StatusformResponseStatusNo
ResultformTNo

To override the Content-type in your clients, use the 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 /event-result/{RequestId} HTTP/1.1 
Host: dataservice.mychirotouch.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"RequestId":"00000000000000000000000000000000","Status":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":{}}