POST api/Reports/getSendingEmailsReport
Request Information
URI Parameters
None.
Body Parameters
pcritForEmailReportName | Description | Type | Additional information |
---|---|---|---|
FromDate | date |
None. |
|
ToDate | date |
None. |
|
Licence | string |
None. |
|
DepCode | integer |
None. |
|
FromOper | integer |
None. |
|
ToOper | integer |
None. |
|
TargetCode | integer |
None. |
|
InsurerCode | integer |
None. |
|
SendStatous | string |
None. |
|
SendTo | string |
None. |
|
BBranches | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromDate": "2024-11-21T11:55:26.2099043+02:00", "ToDate": "2024-11-21T11:55:26.2099043+02:00", "Licence": "sample string 3", "DepCode": 4, "FromOper": 5, "ToOper": 6, "TargetCode": 7, "InsurerCode": 8, "SendStatous": "sample string 9", "SendTo": "sample string 10", "BBranches": [ 1, 2 ] }
application/xml, text/xml
Sample:
<Answers.pcritForEmailReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Answers"> <BBranches xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </BBranches> <DepCode>4</DepCode> <FromDate>2024-11-21T11:55:26.2099043+02:00</FromDate> <FromOper>5</FromOper> <InsurerCode>8</InsurerCode> <Licence>sample string 3</Licence> <SendStatous>sample string 9</SendStatous> <SendTo>sample string 10</SendTo> <TargetCode>7</TargetCode> <ToDate>2024-11-21T11:55:26.2099043+02:00</ToDate> <ToOper>6</ToOper> </Answers.pcritForEmailReport>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.