POST api/Reports/GetDataForAsciiReport_Defense_Ministry
Request Information
URI Parameters
None.
Body Parameters
AsciiReportCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Insurer_code | integer |
None. |
|
| District_code | integer |
None. |
|
| OpersList | Collection of integer |
None. |
|
| BusinessBranches | Collection of integer |
None. |
|
| GroupCode | integer |
None. |
|
| PriceGroup | integer |
None. |
|
| Invoice_row_type | string |
None. |
|
| DepCode | integer |
None. |
|
| InsurBranch | integer |
None. |
|
| WithoutOblignum | boolean |
None. |
|
| ShowPrice | boolean |
None. |
|
| ByInvoice_row_num | integer |
None. |
|
| Insur_Format_type | string |
None. |
|
| file_name | string |
None. |
|
| Groups | boolean |
None. |
|
| WithZero | boolean |
None. |
|
| WithVat | boolean |
None. |
|
| CreditStandardMode | integer |
None. |
|
| Single_file_name | string |
None. |
|
| Supplier_code | string |
None. |
|
| Supplier_name | string |
None. |
|
| Supplier_type | string |
None. |
|
| Supplier_symbol | string |
None. |
|
| Credit_invoice | integer |
None. |
|
| Credit_Sum | decimal number |
None. |
|
| action_type | integer |
None. |
|
| isOpersSum | boolean |
None. |
|
| isSingleInvoice | boolean |
None. |
|
| isReasonVisit | boolean |
None. |
|
| Invoice_Num | string |
None. |
|
| Invoice_Date | date |
None. |
|
| getClinicFrom | character |
None. |
|
| healthMinistry_branch_code | string |
None. |
|
| kod_mahon | string |
None. |
|
| clinic_code | integer |
None. |
|
| wideFormat | boolean |
None. |
|
| isMedintech | boolean |
None. |
|
| CollectFactor | integer |
None. |
|
| budgetType | string |
None. |
|
| hospitalCode | string |
None. |
|
| instituteCode | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| FromTime | string |
None. |
|
| FromTimeT | time interval |
None. |
|
| ToTime | string |
None. |
|
| ToTimeT | time interval |
None. |
Request Formats
application/json, text/json
Sample:
{
"Insurer_code": 1,
"District_code": 2,
"OpersList": [
1,
1
],
"BusinessBranches": [
1,
1
],
"GroupCode": 3,
"PriceGroup": 4,
"Invoice_row_type": "sample string 5",
"DepCode": 6,
"InsurBranch": 7,
"WithoutOblignum": true,
"ShowPrice": true,
"ByInvoice_row_num": 1,
"Insur_Format_type": "sample string 10",
"file_name": "sample string 11",
"Groups": true,
"WithZero": true,
"WithVat": true,
"CreditStandardMode": 15,
"Single_file_name": "sample string 16",
"Supplier_code": "sample string 17",
"Supplier_name": "sample string 18",
"Supplier_type": "sample string 19",
"Supplier_symbol": "sample string 20",
"Credit_invoice": 21,
"Credit_Sum": 22.0,
"action_type": 23,
"isOpersSum": true,
"isSingleInvoice": true,
"isReasonVisit": true,
"Invoice_Num": "sample string 27",
"Invoice_Date": "2021-10-20T18:31:42.4582742+03:00",
"getClinicFrom": "A",
"healthMinistry_branch_code": "sample string 30",
"kod_mahon": "sample string 31",
"clinic_code": 32,
"wideFormat": true,
"isMedintech": true,
"CollectFactor": 35,
"budgetType": "sample string 36",
"hospitalCode": "sample string 37",
"instituteCode": "sample string 38",
"FromDate": "2021-10-20T00:00:00+03:00",
"ToDate": "2021-10-20T00:00:00+03:00",
"FromTime": "sample string 41",
"FromTimeT": "00:00:00",
"ToTime": "sample string 42",
"ToTimeT": "00:00:00"
}
application/xml, text/xml
Sample:
<AsciiReportCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports">
<FromDate>2021-10-20T00:00:00+03:00</FromDate>
<FromTime>sample string 41</FromTime>
<ToDate>2021-10-20T00:00:00+03:00</ToDate>
<ToTime>sample string 42</ToTime>
<BusinessBranches xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</BusinessBranches>
<ByInvoice_row_num>1</ByInvoice_row_num>
<CollectFactor>35</CollectFactor>
<CreditStandardMode>15</CreditStandardMode>
<Credit_Sum>22</Credit_Sum>
<Credit_invoice>21</Credit_invoice>
<DepCode>6</DepCode>
<District_code>2</District_code>
<GroupCode>3</GroupCode>
<Groups>true</Groups>
<InsurBranch>7</InsurBranch>
<Insur_Format_type>sample string 10</Insur_Format_type>
<Insurer_code>1</Insurer_code>
<Invoice_Date>2021-10-20T18:31:42.4582742+03:00</Invoice_Date>
<Invoice_Num>sample string 27</Invoice_Num>
<Invoice_row_type>sample string 5</Invoice_row_type>
<OpersList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</OpersList>
<PriceGroup>4</PriceGroup>
<ShowPrice>true</ShowPrice>
<Single_file_name>sample string 16</Single_file_name>
<Supplier_code>sample string 17</Supplier_code>
<Supplier_name>sample string 18</Supplier_name>
<Supplier_symbol>sample string 20</Supplier_symbol>
<Supplier_type>sample string 19</Supplier_type>
<WithVat>true</WithVat>
<WithZero>true</WithZero>
<WithoutOblignum>true</WithoutOblignum>
<action_type>23</action_type>
<budgetType>sample string 36</budgetType>
<clinic_code>32</clinic_code>
<file_name>sample string 11</file_name>
<getClinicFrom>65</getClinicFrom>
<healthMinistry_branch_code>sample string 30</healthMinistry_branch_code>
<hospitalCode>sample string 37</hospitalCode>
<instituteCode>sample string 38</instituteCode>
<isMedintech>true</isMedintech>
<isOpersSum>true</isOpersSum>
<isReasonVisit>true</isReasonVisit>
<isSingleInvoice>true</isSingleInvoice>
<kod_mahon>sample string 31</kod_mahon>
<wideFormat>true</wideFormat>
</AsciiReportCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
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:
Sample not available.
text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.