POST api/cdr/enqueuecdrjson
Enqueue the received CDR in a MSMQ queue.
Request Information
URI Parameters
None.
Body Parameters
CDR in JSON format.
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Code: 200, Message: "OK", in case of success. Code: 400, Message: "Bad Request", invalid CDR string. Code: 403, Message: "Forbidden", in case of invalid token for customer accounting. Code: 500, Message: "Internal Error", in case of error during MSMQ enqueuing process.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.