POST api/PriceListsController/IsPerVisit?pType={pType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pType | string |
Required |
Body Parameters
CheckPaymentsByVisit| Name | Description | Type | Additional information |
|---|---|---|---|
| surg_code | integer |
None. |
|
| business_branch_code | integer |
None. |
|
| insur_code | integer |
None. |
|
| district_code | integer |
None. |
|
| group_code | integer |
None. |
|
| oper_code | integer |
None. |
|
| date_actual | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"surg_code": 1,
"business_branch_code": 2,
"insur_code": 3,
"district_code": 4,
"group_code": 5,
"oper_code": 6,
"date_actual": "2026-04-17T14:51:04.6091186+03:00"
}
application/xml, text/xml
Sample:
<PricesManagement.CheckPaymentsByVisit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Prices"> <business_branch_code>2</business_branch_code> <date_actual>2026-04-17T14:51:04.6091186+03:00</date_actual> <district_code>4</district_code> <group_code>5</group_code> <insur_code>3</insur_code> <oper_code>6</oper_code> <surg_code>1</surg_code> </PricesManagement.CheckPaymentsByVisit>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.