POST api/cdr/enqueuecdrnps
Enqueue the received CDR in a MSMQ queue.
Request Information
URI Parameters
None.
Body Parameters
CDR in XML format.
XElement| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstAttribute | XAttribute |
None. |
|
| HasAttributes | boolean |
None. |
|
| HasElements | boolean |
None. |
|
| IsEmpty | boolean |
None. |
|
| LastAttribute | XAttribute |
None. |
|
| Name | XName |
None. |
|
| NodeType | XmlNodeType |
None. |
|
| Value | string |
None. |
|
| FirstNode | XNode |
None. |
|
| LastNode | XNode |
None. |
|
| NextNode | XNode |
None. |
|
| PreviousNode | XNode |
None. |
|
| BaseUri | string |
None. |
|
| Document | XDocument |
None. |
|
| Parent | XElement |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Code: 200, Message: "OK", in case of success. 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.