POST api/cashup/getcashuptransactionsummary
Request Information
URI Parameters
None.
Body Parameters
CashUpModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Transactionsourceid | integer |
None. |
|
| Cashupdate | date |
None. |
|
| Shiftid | integer |
None. |
|
| Userid | integer |
None. |
|
| Laneid | integer |
None. |
|
| Floatid | integer |
None. |
|
| Totalfloatamount | decimal number |
None. |
|
| Bleedoffid | integer |
None. |
|
| Totalbleedoffamount | decimal number |
None. |
|
| Totalepaymentamount | decimal number |
None. |
|
| Totalcashamount | decimal number |
None. |
|
| Count2000 | integer |
None. |
|
| Count500 | integer |
None. |
|
| Count200 | integer |
None. |
|
| Count100 | integer |
None. |
|
| Count50 | integer |
None. |
|
| Count20 | integer |
None. |
|
| Count10 | integer |
None. |
|
| Count5 | integer |
None. |
|
| Count2 | integer |
None. |
|
| Count1 | integer |
None. |
|
| Totaltransactionamount | decimal number |
None. |
|
| Totalcashupamount | decimal number |
None. |
|
| UserRemarks | string |
None. |
|
| FilterFromdate | date |
None. |
|
| FilterTodate | date |
None. |
|
| Check | string |
None. |
|
| CBy | integer |
None. |
|
| MBy | integer |
None. |
|
| CTime | date |
None. |
|
| MTime | date |
None. |
|
| CByUsername | string |
None. |
|
| CByFullName | string |
None. |
|
| MByUsername | string |
None. |
|
| MByFullName | string |
None. |
|
| IsErrorOccured | boolean |
None. |
|
| ErrorMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Transactionsourceid": 2,
"Cashupdate": "2026-06-26T04:42:39.6279549+05:30",
"Shiftid": 4,
"Userid": 5,
"Laneid": 6,
"Floatid": 1,
"Totalfloatamount": 7.0,
"Bleedoffid": 1,
"Totalbleedoffamount": 8.0,
"Totalepaymentamount": 9.0,
"Totalcashamount": 10.0,
"Count2000": 11,
"Count500": 12,
"Count200": 13,
"Count100": 14,
"Count50": 15,
"Count20": 16,
"Count10": 17,
"Count5": 18,
"Count2": 19,
"Count1": 20,
"Totaltransactionamount": 21.0,
"Totalcashupamount": 22.0,
"UserRemarks": "sample string 23",
"FilterFromdate": "2026-06-26T04:42:39.6279549+05:30",
"FilterTodate": "2026-06-26T04:42:39.6279549+05:30",
"Check": "sample string 24",
"CBy": 25,
"MBy": 1,
"CTime": "2026-06-26T04:42:39.6279549+05:30",
"MTime": "2026-06-26T04:42:39.6279549+05:30",
"CByUsername": "sample string 27",
"CByFullName": "sample string 28",
"MByUsername": "sample string 29",
"MByFullName": "sample string 30",
"IsErrorOccured": true,
"ErrorMessage": "sample string 32"
}
application/xml, text/xml
Sample:
<CashUpModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TotalTollAPI.Models"> <CBy>25</CBy> <CByFullName>sample string 28</CByFullName> <CByUsername>sample string 27</CByUsername> <CTime>2026-06-26T04:42:39.6279549+05:30</CTime> <ErrorMessage>sample string 32</ErrorMessage> <IsErrorOccured>true</IsErrorOccured> <MBy>1</MBy> <MByFullName>sample string 30</MByFullName> <MByUsername>sample string 29</MByUsername> <MTime>2026-06-26T04:42:39.6279549+05:30</MTime> <Bleedoffid>1</Bleedoffid> <Cashupdate>2026-06-26T04:42:39.6279549+05:30</Cashupdate> <Check>sample string 24</Check> <Count1>20</Count1> <Count10>17</Count10> <Count100>14</Count100> <Count2>19</Count2> <Count20>16</Count20> <Count200>13</Count200> <Count2000>11</Count2000> <Count5>18</Count5> <Count50>15</Count50> <Count500>12</Count500> <FilterFromdate>2026-06-26T04:42:39.6279549+05:30</FilterFromdate> <FilterTodate>2026-06-26T04:42:39.6279549+05:30</FilterTodate> <Floatid>1</Floatid> <Id>1</Id> <Laneid>6</Laneid> <Shiftid>4</Shiftid> <Totalbleedoffamount>8</Totalbleedoffamount> <Totalcashamount>10</Totalcashamount> <Totalcashupamount>22</Totalcashupamount> <Totalepaymentamount>9</Totalepaymentamount> <Totalfloatamount>7</Totalfloatamount> <Totaltransactionamount>21</Totaltransactionamount> <Transactionsourceid>2</Transactionsourceid> <UserRemarks>sample string 23</UserRemarks> <Userid>5</Userid> </CashUpModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.