POST api/Reports/GetDailyIncomeReport
Request Information
URI Parameters
None.
Body Parameters
pcritDailyIncomeName | Description | Type | Additional information |
---|---|---|---|
Date | date |
None. |
|
BusinessBranches | Collection of integer |
None. |
|
BusinessBranchesGroups | Collection of integer |
None. |
|
DepCode | integer |
None. |
|
level | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Date": "2024-11-21T11:56:59.0382032+02:00", "BusinessBranches": [ 1, 1 ], "BusinessBranchesGroups": [ 1, 1 ], "DepCode": 2, "level": 3 }
application/xml, text/xml
Sample:
<pcritDailyIncome 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> <Date>2024-11-21T11:56:59.0382032+02:00</Date> <DepCode>2</DepCode> <level>3</level> </pcritDailyIncome>
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.