GET api/PriceListsController/GetEmptySelfpayForDebit
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SelfPayForDebit| Name | Description | Type | Additional information |
|---|---|---|---|
| line_code | integer |
None. |
|
| insur_code | integer |
Required |
|
| district_code | integer |
None. |
|
| group_code | integer |
None. |
|
| oper_code | integer |
None. |
|
| price_group_code | integer |
None. |
|
| surg_code | integer |
None. |
|
| new_insur_code | integer |
Required |
|
| new_oper_code | integer |
Required |
|
| new_district_code | integer |
None. |
|
| price | decimal number |
None. |
|
| offer_price | decimal number |
Required |
|
| decline | string |
Matching regular expression pattern: ^[yn]{1}$ String length: inclusive between 0 and 1 |
|
| date_actual | 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,
"insur_code": 2,
"district_code": 1,
"group_code": 1,
"oper_code": 1,
"price_group_code": 1,
"surg_code": 1,
"new_insur_code": 3,
"new_oper_code": 4,
"new_district_code": 1,
"price": 5.0,
"offer_price": 6.0,
"decline": "sample string 7",
"date_actual": "2026-04-17T16:04:15.1024575+03:00",
"interface_code": "sample string 9",
"old_code": 1
}
application/xml, text/xml
Sample:
<SelfPayForDebit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <date_actual>2026-04-17T16:04:15.1024575+03:00</date_actual> <decline>sample string 7</decline> <district_code>1</district_code> <group_code>1</group_code> <insur_code>2</insur_code> <interface_code>sample string 9</interface_code> <line_code>1</line_code> <new_district_code>1</new_district_code> <new_insur_code>3</new_insur_code> <new_oper_code>4</new_oper_code> <offer_price>6</offer_price> <old_code>1</old_code> <oper_code>1</oper_code> <price>5</price> <price_group_code>1</price_group_code> <surg_code>1</surg_code> </SelfPayForDebit>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.