POST api/Finance/AddEditFinanceBillMaster
Request Information
URI Parameters
None.
Body Parameters
AddEditFinanceBillMasterPrm| Name | Description | Type | Additional information |
|---|---|---|---|
| flag | integer |
None. |
|
| transmisssionLineId | integer |
None. |
|
| packageId | integer |
None. |
|
| subCategoryId | integer |
None. |
|
| financeBillMasterId | integer |
None. |
|
| financeCategoryId | integer |
None. |
|
| contractAmount | decimal number |
None. |
|
| billAmountClaimed | decimal number |
None. |
|
| billAmount | decimal number |
None. |
|
| billName | string |
None. |
|
| billDate | string |
None. |
|
| billAttachment | string |
None. |
|
| rententionPercentage | integer |
None. |
|
| gstPercentage | integer |
None. |
|
| retentionAmount | decimal number |
None. |
|
| gstAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"flag": 1,
"transmisssionLineId": 2,
"packageId": 3,
"subCategoryId": 4,
"financeBillMasterId": 5,
"financeCategoryId": 6,
"contractAmount": 7.1,
"billAmountClaimed": 8.1,
"billAmount": 9.1,
"billName": "sample string 10",
"billDate": "sample string 11",
"billAttachment": "sample string 12",
"rententionPercentage": 13,
"gstPercentage": 14,
"retentionAmount": 15.1,
"gstAmount": 16.1
}
text/html
Sample:
{"flag":1,"transmisssionLineId":2,"packageId":3,"subCategoryId":4,"financeBillMasterId":5,"financeCategoryId":6,"contractAmount":7.1,"billAmountClaimed":8.1,"billAmount":9.1,"billName":"sample string 10","billDate":"sample string 11","billAttachment":"sample string 12","rententionPercentage":13,"gstPercentage":14,"retentionAmount":15.1,"gstAmount":16.1}
application/xml, text/xml
Sample:
<AddEditFinanceBillMasterPrm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <billAmount>9.1</billAmount> <billAmountClaimed>8.1</billAmountClaimed> <billAttachment>sample string 12</billAttachment> <billDate>sample string 11</billDate> <billName>sample string 10</billName> <contractAmount>7.1</contractAmount> <financeBillMasterId>5</financeBillMasterId> <financeCategoryId>6</financeCategoryId> <flag>1</flag> <gstAmount>16.1</gstAmount> <gstPercentage>14</gstPercentage> <packageId>3</packageId> <rententionPercentage>13</rententionPercentage> <retentionAmount>15.1</retentionAmount> <subCategoryId>4</subCategoryId> <transmisssionLineId>2</transmisssionLineId> </AddEditFinanceBillMasterPrm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/11/08 08:07:37",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
text/html
Sample:
{"Version":"1.0.0","dateTime":"2025/11/08 08:07:37","StatusCode":1,"ErrorMessage":"sample string 2","Result":{}}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>