POST api/Odf

Takes incoming ODF-messages. Acceps Content-Type application/x-www-form-urlencoded or none (i.e. raw data) if Content-Encoding=gzip, will decompress the base64 gzip body of the request (or form data) Note: In case of application/x-www-form-urlencoded, will get the first form variable (no matter the name)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

- 200 when the message is enqueued - 200 could not decode the gzip body, StatusDescription contains error code 400 - 200 unauthorized access, StatusDescription contains error code 401: - 500 in case of error

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.