POST api/cashup/editfloat
Request Information
URI Parameters
None.
Body Parameters
MasterFloat| Name | Description | Type | Additional information |
|---|---|---|---|
| FloatId | integer |
None. |
|
| FloatDate | date |
None. |
|
| FloatGivenBy | integer |
None. |
|
| FloatReceivedBy | integer |
None. |
|
| ShiftId | integer |
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. |
|
| TotalFloatAmount | decimal number |
None. |
|
| IsUserAcceptationNeeded | integer |
None. |
|
| IsUserAccepted | integer |
None. |
|
| UserAcceptedTime | date |
None. |
|
| IsFloatReturned | integer |
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:
{
"FloatId": 1,
"FloatDate": "2026-06-26T04:36:02.3929576+05:30",
"FloatGivenBy": 3,
"FloatReceivedBy": 4,
"ShiftId": 5,
"Count2000": 6,
"Count500": 7,
"Count200": 8,
"Count100": 9,
"Count50": 10,
"Count20": 11,
"Count10": 12,
"Count5": 13,
"Count2": 14,
"Count1": 15,
"TotalFloatAmount": 16.0,
"IsUserAcceptationNeeded": 17,
"IsUserAccepted": 18,
"UserAcceptedTime": "2026-06-26T04:36:02.3939551+05:30",
"IsFloatReturned": 19,
"FilterFromdate": "2026-06-26T04:36:02.3939551+05:30",
"FilterTodate": "2026-06-26T04:36:02.3939551+05:30",
"Check": "sample string 20",
"CBy": 21,
"MBy": 1,
"CTime": "2026-06-26T04:36:02.3939551+05:30",
"MTime": "2026-06-26T04:36:02.3939551+05:30",
"CByUsername": "sample string 23",
"CByFullName": "sample string 24",
"MByUsername": "sample string 25",
"MByFullName": "sample string 26",
"IsErrorOccured": true,
"ErrorMessage": "sample string 28"
}
application/xml, text/xml
Sample:
<MasterFloat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TotalTollAPI.Models"> <CBy>21</CBy> <CByFullName>sample string 24</CByFullName> <CByUsername>sample string 23</CByUsername> <CTime>2026-06-26T04:36:02.3939551+05:30</CTime> <ErrorMessage>sample string 28</ErrorMessage> <IsErrorOccured>true</IsErrorOccured> <MBy>1</MBy> <MByFullName>sample string 26</MByFullName> <MByUsername>sample string 25</MByUsername> <MTime>2026-06-26T04:36:02.3939551+05:30</MTime> <Check>sample string 20</Check> <Count1>15</Count1> <Count10>12</Count10> <Count100>9</Count100> <Count2>14</Count2> <Count20>11</Count20> <Count200>8</Count200> <Count2000>6</Count2000> <Count5>13</Count5> <Count50>10</Count50> <Count500>7</Count500> <FilterFromdate>2026-06-26T04:36:02.3939551+05:30</FilterFromdate> <FilterTodate>2026-06-26T04:36:02.3939551+05:30</FilterTodate> <FloatDate>2026-06-26T04:36:02.3929576+05:30</FloatDate> <FloatGivenBy>3</FloatGivenBy> <FloatId>1</FloatId> <FloatReceivedBy>4</FloatReceivedBy> <IsFloatReturned>19</IsFloatReturned> <IsUserAcceptationNeeded>17</IsUserAcceptationNeeded> <IsUserAccepted>18</IsUserAccepted> <ShiftId>5</ShiftId> <TotalFloatAmount>16</TotalFloatAmount> <UserAcceptedTime>2026-06-26T04:36:02.3939551+05:30</UserAcceptedTime> </MasterFloat>
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.