GET api/BillingService/ListAllBillingReportQueryActions?all={all}
Documentation for 'ListAllBillingReportQueryActions'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
all | Documentation for 'all'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "query_actions": [ { "action_type": "sample string 1", "action_name": "sample string 2" }, { "action_type": "sample string 1", "action_name": "sample string 2" }, { "action_type": "sample string 1", "action_name": "sample string 2" } ], "is_success": true, "error_message": "sample string 2", "exception_name": "sample string 3", "error_code": 4 }
application/xml, text/xml
Sample:
<ListAllBillingReportQueryActionsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMS.RestApi.Entities.Billing"> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">4</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 2</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 3</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <query_actions> <ListAllBillingReportQueryActionsResponse.ActionNameInfo> <action_name>sample string 2</action_name> <action_type>sample string 1</action_type> </ListAllBillingReportQueryActionsResponse.ActionNameInfo> <ListAllBillingReportQueryActionsResponse.ActionNameInfo> <action_name>sample string 2</action_name> <action_type>sample string 1</action_type> </ListAllBillingReportQueryActionsResponse.ActionNameInfo> <ListAllBillingReportQueryActionsResponse.ActionNameInfo> <action_name>sample string 2</action_name> <action_type>sample string 1</action_type> </ListAllBillingReportQueryActionsResponse.ActionNameInfo> </query_actions> </ListAllBillingReportQueryActionsResponse>