POST api/Reports/getConcentrationOfInsurers
Request Information
URI Parameters
None.
Body Parameters
CritForInsurerByConcentrationName | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
ToDate | date |
None. |
|
page_district | boolean |
None. |
|
fromOper | integer |
None. |
|
toOper | integer |
None. |
|
Sort_by_quantity | boolean |
None. |
|
GroupCode | integer |
None. |
|
Tests_without_obligation | boolean |
None. |
|
Done | string |
None. |
|
PricesCalculation | string |
None. |
|
district | integer |
None. |
|
department | integer |
None. |
|
BusinessBranches | Collection of integer |
None. |
|
BusinessBranchesGroups | Collection of integer |
None. |
|
price_group_code | integer |
None. |
|
insur_code | integer |
None. |
|
oper_type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "StartDate": "2024-11-21T11:37:53.1297104+02:00", "ToDate": "2024-11-21T11:37:53.1297104+02:00", "page_district": true, "fromOper": 1, "toOper": 1, "Sort_by_quantity": true, "GroupCode": 5, "Tests_without_obligation": true, "Done": "sample string 7", "PricesCalculation": "sample string 8", "district": 9, "department": 10, "BusinessBranches": [ 1, 1 ], "BusinessBranchesGroups": [ 1, 1 ], "price_group_code": 1, "insur_code": 1, "oper_type": 1 }
application/xml, text/xml
Sample:
<CritForInsurerByConcentration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports"> <BusinessBranches xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:int>1</d2p1:int> <d2p1:int>1</d2p1:int> </BusinessBranches> <BusinessBranchesGroups xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:int>1</d2p1:int> <d2p1:int>1</d2p1:int> </BusinessBranchesGroups> <Done>sample string 7</Done> <GroupCode>5</GroupCode> <PricesCalculation>sample string 8</PricesCalculation> <Sort_by_quantity>true</Sort_by_quantity> <StartDate>2024-11-21T11:37:53.1297104+02:00</StartDate> <Tests_without_obligation>true</Tests_without_obligation> <ToDate>2024-11-21T11:37:53.1297104+02:00</ToDate> <department>10</department> <district>9</district> <fromOper>1</fromOper> <insur_code>1</insur_code> <oper_type>1</oper_type> <page_district>true</page_district> <price_group_code>1</price_group_code> <toOper>1</toOper> </CritForInsurerByConcentration>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> </ArrayOfanyType>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.