POST api/Reports/MemoMinistryOfHealthReport
Request Information
URI Parameters
None.
Body Parameters
ParamsMemoMinistryOfHealth| Name | Description | Type | Additional information |
|---|---|---|---|
| fromDate | date |
None. |
|
| toDate | date |
None. |
|
| branch | integer |
None. |
|
| isReturn | boolean |
None. |
|
| numTransfer | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fromDate": "2026-04-17T13:10:30.7660996+03:00",
"toDate": "2026-04-17T13:10:30.7691038+03:00",
"branch": 1,
"isReturn": true,
"numTransfer": 1
}
application/xml, text/xml
Sample:
<ParamsMemoMinistryOfHealth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports"> <branch>1</branch> <fromDate>2026-04-17T13:10:30.7660996+03:00</fromDate> <isReturn>true</isReturn> <numTransfer>1</numTransfer> <toDate>2026-04-17T13:10:30.7691038+03:00</toDate> </ParamsMemoMinistryOfHealth>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
Collection of MemoMinistryOfHealthData| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
None. |
|
| form_num | integer |
None. |
|
| cust_num | integer |
None. |
|
| code | integer |
None. |
|
| fullName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"date": "2026-04-17T13:10:30.8091004+03:00",
"form_num": 2,
"cust_num": 3,
"code": 4,
"fullName": "sample string 5"
},
{
"date": "2026-04-17T13:10:30.8091004+03:00",
"form_num": 2,
"cust_num": 3,
"code": 4,
"fullName": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfMemoMinistryOfHealthData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports">
<MemoMinistryOfHealthData>
<code>4</code>
<cust_num>3</cust_num>
<date>2026-04-17T13:10:30.8091004+03:00</date>
<form_num>2</form_num>
<fullName>sample string 5</fullName>
</MemoMinistryOfHealthData>
<MemoMinistryOfHealthData>
<code>4</code>
<cust_num>3</cust_num>
<date>2026-04-17T13:10:30.8091004+03:00</date>
<form_num>2</form_num>
<fullName>sample string 5</fullName>
</MemoMinistryOfHealthData>
</ArrayOfMemoMinistryOfHealthData>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.