POST api/Reports/getMRIResearchReport
Request Information
URI Parameters
None.
Body Parameters
MRIReasearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Hospitals | Collection of integer |
None. |
|
| BusinessBranches | Collection of integer |
None. |
|
| BusinessBranchesGroups | Collection of integer |
None. |
|
| selectedOpers | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-04-17T13:10:13.0177906+03:00",
"ToDate": "2026-04-17T13:10:13.0177906+03:00",
"Hospitals": [
1,
1
],
"BusinessBranches": [
1,
1
],
"BusinessBranchesGroups": [
1,
1
],
"selectedOpers": [
1,
1
]
}
application/xml, text/xml
Sample:
<MRIReasearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports">
<BusinessBranches xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</BusinessBranches>
<BusinessBranchesGroups xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</BusinessBranchesGroups>
<FromDate>2026-04-17T13:10:13.0177906+03:00</FromDate>
<Hospitals xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</Hospitals>
<ToDate>2026-04-17T13:10:13.0177906+03:00</ToDate>
<selectedOpers xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</selectedOpers>
</MRIReasearchCriteria>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
Collection of Collection of ObjectResponse Formats
application/json, text/json
Sample:
[
[
{},
{}
],
[
{},
{}
]
]
application/xml, text/xml
Sample:
<ArrayOfArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<ArrayOfanyType>
<anyType />
<anyType />
</ArrayOfanyType>
<ArrayOfanyType>
<anyType />
<anyType />
</ArrayOfanyType>
</ArrayOfArrayOfanyType>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.