POST v1/Inv/EditInvcard
Request Information
URI Parameters
None.
Body Parameters
MobInvCard| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BranchCode | integer |
None. |
|
| BillNo | string |
None. |
|
| BillDate | date |
None. |
|
| CustCode | string |
None. |
|
| Amount | decimal number |
None. |
|
| CardNo | integer |
None. |
|
| CardName | string |
None. |
|
| UserName | string |
None. |
|
| BillCancel | integer |
None. |
|
| Bill_No1 | decimal number |
None. |
|
| TerminalCode | string |
None. |
|
| Line | integer |
None. |
|
| SyncStatus | string |
None. |
|
| SyncDate | date |
None. |
|
| SyncTime | time interval |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BranchCode": 2,
"BillNo": "sample string 3",
"BillDate": "2026-07-25T11:29:57.4242611+05:30",
"CustCode": "sample string 4",
"Amount": 1.0,
"CardNo": 1,
"CardName": "sample string 5",
"UserName": "sample string 6",
"BillCancel": 1,
"Bill_No1": 1.0,
"TerminalCode": "sample string 7",
"Line": 8,
"SyncStatus": "sample string 9",
"SyncDate": "2026-07-25T11:29:57.4242611+05:30",
"SyncTime": "00:00:00.1234567"
}
text/xml
Sample:
<MobInvCard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppEntity"> <Amount>1</Amount> <BillCancel>1</BillCancel> <BillDate>2026-07-25T11:29:57.4242611+05:30</BillDate> <BillNo>sample string 3</BillNo> <Bill_No1>1</Bill_No1> <BranchCode>2</BranchCode> <CardName>sample string 5</CardName> <CardNo>1</CardNo> <CustCode>sample string 4</CustCode> <Id>1</Id> <Line>8</Line> <SyncDate>2026-07-25T11:29:57.4242611+05:30</SyncDate> <SyncStatus>sample string 9</SyncStatus> <SyncTime>PT0.1234567S</SyncTime> <TerminalCode>sample string 7</TerminalCode> <UserName>sample string 6</UserName> </MobInvCard>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TrackInsertRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true
}
text/xml
Sample:
<TrackInsertRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppEntity"> <IsSuccess>true</IsSuccess> </TrackInsertRecord>