GET api/Report/ListPremiumAmount?pageIndex={pageIndex}&pageSize={pageSize}&startUtcTime={startUtcTime}&endUtcTime={endUtcTime}
Documentation for 'ListPremiumAmount'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pageIndex | Documentation for 'pageIndex'. |
Define this parameter in the request URI. |
pageSize | Documentation for 'pageSize'. |
Define this parameter in the request URI. |
startUtcTime | Documentation for 'startUtcTime'. |
Define this parameter in the request URI. |
endUtcTime | Documentation for 'endUtcTime'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "companies": [ { "company_uuid": "sample string 1", "totals": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ], "details": [ { "provider": "sample string 1", "provider_details": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ] }, { "provider": "sample string 1", "provider_details": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ] }, { "provider": "sample string 1", "provider_details": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ] } ] }, { "company_uuid": "sample string 1", "totals": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ], "details": [ { "provider": "sample string 1", "provider_details": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ] }, { "provider": "sample string 1", "provider_details": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ] }, { "provider": "sample string 1", "provider_details": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ] } ] }, { "company_uuid": "sample string 1", "totals": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ], "details": [ { "provider": "sample string 1", "provider_details": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ] }, { "provider": "sample string 1", "provider_details": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ] }, { "provider": "sample string 1", "provider_details": [ { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" }, { "total_amount": 1, "type": "sample string 2" } ] } ] } ], "total_count": 1, "page_index": 2, "page_size": 3, "is_success": true, "error_message": "sample string 5", "exception_name": "sample string 6", "error_code": 7 }
application/xml, text/xml
Sample:
<ListPremiumAmountResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContentApi.Client.Rest.Report.Entities"> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">7</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 5</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 6</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <page_index xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi.Entities">2</page_index> <page_size xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi.Entities">3</page_size> <total_count xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi.Entities">1</total_count> <companies> <ListPremiumAmountResponseItem> <company_uuid>sample string 1</company_uuid> <details> <PremiumAmountItemByProvider> <provider>sample string 1</provider> <provider_details> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </provider_details> </PremiumAmountItemByProvider> <PremiumAmountItemByProvider> <provider>sample string 1</provider> <provider_details> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </provider_details> </PremiumAmountItemByProvider> <PremiumAmountItemByProvider> <provider>sample string 1</provider> <provider_details> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </provider_details> </PremiumAmountItemByProvider> </details> <totals> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </totals> </ListPremiumAmountResponseItem> <ListPremiumAmountResponseItem> <company_uuid>sample string 1</company_uuid> <details> <PremiumAmountItemByProvider> <provider>sample string 1</provider> <provider_details> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </provider_details> </PremiumAmountItemByProvider> <PremiumAmountItemByProvider> <provider>sample string 1</provider> <provider_details> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </provider_details> </PremiumAmountItemByProvider> <PremiumAmountItemByProvider> <provider>sample string 1</provider> <provider_details> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </provider_details> </PremiumAmountItemByProvider> </details> <totals> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </totals> </ListPremiumAmountResponseItem> <ListPremiumAmountResponseItem> <company_uuid>sample string 1</company_uuid> <details> <PremiumAmountItemByProvider> <provider>sample string 1</provider> <provider_details> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </provider_details> </PremiumAmountItemByProvider> <PremiumAmountItemByProvider> <provider>sample string 1</provider> <provider_details> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </provider_details> </PremiumAmountItemByProvider> <PremiumAmountItemByProvider> <provider>sample string 1</provider> <provider_details> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </provider_details> </PremiumAmountItemByProvider> </details> <totals> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> <PremiumTotalAmountItem> <total_amount>1</total_amount> <type>sample string 2</type> </PremiumTotalAmountItem> </totals> </ListPremiumAmountResponseItem> </companies> </ListPremiumAmountResponse>