POST api/Reports/GetSurgeryHealthReport
Request Information
URI Parameters
None.
Body Parameters
SurgeryHealthCriteriaName | Description | Type | Additional information |
---|---|---|---|
InsCode | integer |
None. |
|
BBranch | integer |
None. |
|
isResend | boolean |
None. |
|
OpersList | Collection of integer |
None. |
|
FromDate | date |
None. |
|
ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "InsCode": 1, "BBranch": 2, "isResend": true, "OpersList": [ 1, 2 ], "FromDate": "2024-11-21T11:35:46.7232024+02:00", "ToDate": "2024-11-21T11:35:46.7232024+02:00" }
application/xml, text/xml
Sample:
<SurgeryHealthCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports"> <BBranch>2</BBranch> <FromDate>2024-11-21T11:35:46.7232024+02:00</FromDate> <InsCode>1</InsCode> <OpersList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </OpersList> <ToDate>2024-11-21T11:35:46.7232024+02:00</ToDate> <isResend>true</isResend> </SurgeryHealthCriteria>
application/x-www-form-urlencoded
Sample:
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:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.