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