POST api/Billing/CompletedStatusUpdate
Request Information
URI Parameters
None.
Body Parameters
InsertPaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Bookheadnum | integer |
None. |
|
| ClientKey | integer |
None. |
|
| OrdSaleDate | date |
None. |
|
| StaKey | integer |
None. |
|
| SpecialNotes | string |
None. |
|
| PaidMethod | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| Tipamount | decimal number |
None. |
|
| NetBillAmount | decimal number |
None. |
|
| PaidAmount | decimal number |
None. |
|
| Subsordemo | string |
None. |
|
| CompKey | integer |
None. |
|
| CurrencyKey | integer |
None. |
|
| MechKey | integer |
None. |
|
| UserKey | integer |
None. |
|
| BillingDetList | Collection of BillingDetModel |
None. |
|
| PaidDataList | Collection of PaymentDetModel |
None. |
|
| TaxDataListSource | Collection of TaxAdjustment |
None. |
|
| BookSourceFrom | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Bookheadnum": 1,
"ClientKey": 2,
"OrdSaleDate": "2026-07-30T15:14:30.4330794+04:00",
"StaKey": 4,
"SpecialNotes": "sample string 5",
"PaidMethod": "sample string 6",
"TotalAmount": 7.1,
"TaxAmount": 8.1,
"Tipamount": 9.1,
"NetBillAmount": 10.1,
"PaidAmount": 11.1,
"Subsordemo": "sample string 12",
"CompKey": 13,
"CurrencyKey": 14,
"MechKey": 15,
"UserKey": 16,
"BillingDetList": [
{
"bookheadnum": 1,
"prodKey": 2,
"prodBarcode": "sample string 3",
"prodName": "sample string 4",
"prodDesc": "sample string 5",
"prodQty": 6.0,
"prodRate": 7.0,
"prodTotal": 8.0,
"paidAmount": 9.0,
"prodDiscAmt": 10.0,
"bmDistDiscAmt": 11.0,
"actualPaid": 12.0,
"staKey": 13,
"staCode": "sample string 14",
"staName": "sample string 15",
"transType": "sample string 16",
"transTag": "sample string 17",
"prodCatog": "sample string 18",
"timeKeySel": 19,
"timeKeyFrom": 20,
"timeKeyTo": 21,
"timeFrom": "sample string 22",
"timeTo": "sample string 23",
"packKey": 24
},
{
"bookheadnum": 1,
"prodKey": 2,
"prodBarcode": "sample string 3",
"prodName": "sample string 4",
"prodDesc": "sample string 5",
"prodQty": 6.0,
"prodRate": 7.0,
"prodTotal": 8.0,
"paidAmount": 9.0,
"prodDiscAmt": 10.0,
"bmDistDiscAmt": 11.0,
"actualPaid": 12.0,
"staKey": 13,
"staCode": "sample string 14",
"staName": "sample string 15",
"transType": "sample string 16",
"transTag": "sample string 17",
"prodCatog": "sample string 18",
"timeKeySel": 19,
"timeKeyFrom": 20,
"timeKeyTo": 21,
"timeFrom": "sample string 22",
"timeTo": "sample string 23",
"packKey": 24
}
],
"PaidDataList": [
{
"paidMethod": "sample string 1",
"paidreference": "sample string 2",
"paidAmount": 3.1
},
{
"paidMethod": "sample string 1",
"paidreference": "sample string 2",
"paidAmount": 3.1
}
],
"TaxDataListSource": [
{
"taxKey": 1,
"taxPerc": 2.1,
"taxName": "sample string 3",
"taxReference": "sample string 4",
"taxAmount": 5.1,
"taxAdjId": "sample string 6",
"taxAdjCode": "sample string 7",
"taxAdjDescr": "sample string 8",
"orgTaxAmount": 9.1,
"taxIsAdjust": true
},
{
"taxKey": 1,
"taxPerc": 2.1,
"taxName": "sample string 3",
"taxReference": "sample string 4",
"taxAmount": 5.1,
"taxAdjId": "sample string 6",
"taxAdjCode": "sample string 7",
"taxAdjDescr": "sample string 8",
"orgTaxAmount": 9.1,
"taxIsAdjust": true
}
],
"BookSourceFrom": "sample string 17"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.