GET api/PriceListsController/GetEmptySurgPayByVisit
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SurgPayByVisit| Name | Description | Type | Additional information |
|---|---|---|---|
| line_code | integer |
None. |
|
| surg_code | integer |
Required |
|
| business_branch_group_code | integer |
Required |
|
| business_branch_code | integer |
Required |
|
| insur_code | integer |
Required |
|
| district_code | integer |
Required |
|
| group_code | integer |
None. |
|
| from_oper | integer |
None. |
|
| to_oper | integer |
None. |
|
| from_date | date |
Required |
|
| to_date | date |
Required |
|
| interface_code | string |
String length: inclusive between 0 and 10 |
|
| old_code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"line_code": 1,
"surg_code": 2,
"business_branch_group_code": 3,
"business_branch_code": 4,
"insur_code": 5,
"district_code": 6,
"group_code": 7,
"from_oper": 8,
"to_oper": 9,
"from_date": "2026-04-17T13:28:03.9737242+03:00",
"to_date": "2026-04-17T13:28:03.9737242+03:00",
"interface_code": "sample string 12",
"old_code": 1
}
application/xml, text/xml
Sample:
<SurgPayByVisit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <business_branch_code>4</business_branch_code> <business_branch_group_code>3</business_branch_group_code> <district_code>6</district_code> <from_date>2026-04-17T13:28:03.9737242+03:00</from_date> <from_oper>8</from_oper> <group_code>7</group_code> <insur_code>5</insur_code> <interface_code>sample string 12</interface_code> <line_code>1</line_code> <old_code>1</old_code> <surg_code>2</surg_code> <to_date>2026-04-17T13:28:03.9737242+03:00</to_date> <to_oper>9</to_oper> </SurgPayByVisit>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.