POST api/Reports/SelfPayToInsurersReport
Request Information
URI Parameters
None.
Body Parameters
SelfPayToInsurersCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| BillingType | string |
None. |
|
| BranchCode | integer |
None. |
|
| GroupCode | integer |
None. |
|
| Invoice | 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:
{
"BillingType": "sample string 1",
"BranchCode": 2,
"GroupCode": 3,
"Invoice": "sample string 4",
"FromDate": "2026-04-17T00:00:00+03:00",
"ToDate": "2026-04-17T00:00:00+03:00",
"FromTime": "sample string 7",
"FromTimeT": "00:00:00",
"ToTime": "sample string 8",
"ToTimeT": "00:00:00"
}
application/xml, text/xml
Sample:
<SelfPayToInsurersCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports"> <FromDate>2026-04-17T00:00:00+03:00</FromDate> <FromTime>sample string 7</FromTime> <ToDate>2026-04-17T00:00:00+03:00</ToDate> <ToTime>sample string 8</ToTime> <BillingType>sample string 1</BillingType> <BranchCode>2</BranchCode> <GroupCode>3</GroupCode> <Invoice>sample string 4</Invoice> </SelfPayToInsurersCriteria>
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.