POST api/PriceListsController/GetPriceListReport
Request Information
URI Parameters
None.
Body Parameters
PriceListReportCriteriaName | Description | Type | Additional information |
---|---|---|---|
insur_code | integer |
None. |
|
district_code | integer |
None. |
|
business_branch_code | integer |
None. |
|
surg_code | integer |
None. |
|
price_group_code | integer |
None. |
|
doctype | string |
None. |
|
until_date | date |
None. |
|
oper_list | Collection of integer |
None. |
|
group_list | Collection of integer |
None. |
|
opinsactive | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "insur_code": 1, "district_code": 2, "business_branch_code": 3, "surg_code": 4, "price_group_code": 5, "doctype": "sample string 6", "until_date": "2024-11-21T11:57:56.8351844+02:00", "oper_list": [ 1, 2 ], "group_list": [ 1, 2 ], "opinsactive": "sample string 8" }
application/xml, text/xml
Sample:
<PricesManagement.PriceListReportCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Prices"> <business_branch_code>3</business_branch_code> <district_code>2</district_code> <doctype>sample string 6</doctype> <group_list xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </group_list> <insur_code>1</insur_code> <oper_list xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </oper_list> <opinsactive>sample string 8</opinsactive> <price_group_code>5</price_group_code> <surg_code>4</surg_code> <until_date>2024-11-21T11:57:56.8351844+02:00</until_date> </PricesManagement.PriceListReportCriteria>
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
Sample:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.