GET api/cdr/plafondsaas?nodeSaaS={nodeSaaS}&channelName={channelName}
Get residual plafond from node SaaS and channel name.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nodeSaaS |
Name of the node SaaS |
string |
Required |
| channelName |
Name of the channel |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Code: 200, Message: "OK", in case of success. Code: 400, Message: "Bad Request", in case of invalid parameters. Code: 403, Message: "Forbidden", in case of invalid token for customer accounting. Code: 404, Message: "NotFound", in case of plafond information not found. Code: 500, Message: "Internal Error", in case of error while retrieving plafond information.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.