POST api/TestOnly/GetLastMainPriceList
Request Information
URI Parameters
None.
Body Parameters
MainPriceGetCriteriaName | Description | Type | Additional information |
---|---|---|---|
insur_code | integer |
None. |
|
district_code | integer |
None. |
|
business_branch_code | integer |
None. |
|
price_group_code | integer |
None. |
|
surg_code | integer |
None. |
|
oper_code | integer |
None. |
|
date_actual | date |
None. |
|
ChangeType | string |
None. |
|
logName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "insur_code": 1, "district_code": 2, "business_branch_code": 3, "price_group_code": 4, "surg_code": 5, "oper_code": 6, "date_actual": "2022-05-24T21:03:55.3921625+03:00", "ChangeType": "sample string 8", "logName": "sample string 9" }
application/xml, text/xml
Sample:
<PricesManagement.MainPriceGetCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Prices"> <ChangeType>sample string 8</ChangeType> <logName>sample string 9</logName> <business_branch_code>3</business_branch_code> <date_actual>2022-05-24T21:03:55.3921625+03:00</date_actual> <district_code>2</district_code> <insur_code>1</insur_code> <oper_code>6</oper_code> <price_group_code>4</price_group_code> <surg_code>5</surg_code> </PricesManagement.MainPriceGetCriteria>
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.