POST services/api/v1/Update_POSCashCollection
Request Information
URI Parameters
None.
Body Parameters
Cash_CollectionPostingUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Selected | boolean |
None. |
|
| ID | integer |
None. |
|
| LocationID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| CustomerName | string |
None. |
|
| CreditAC | integer |
None. |
|
| DebitAC | integer |
None. |
|
| Amount | decimal number |
None. |
|
| BranchID | integer |
None. |
|
| RefNo | string |
None. |
|
| Narration | string |
None. |
|
| PaymentType | string |
None. |
|
| PaymentTypeText | string |
None. |
|
| ChecqueNo | string |
None. |
|
| ChequeDate | date |
None. |
|
| CCardNo | string |
None. |
|
| TrasNo | integer |
None. |
|
| CashCollectionDate | date |
None. |
|
| UserId | integer |
None. |
|
| VoucherType | integer |
None. |
|
| CompanyID | integer |
None. |
|
| Cash_CollectionPostingDetails | Collection of Cash_CollectionPostingDetails |
None. |
Request Formats
application/json, text/json
Sample:
{
"Selected": true,
"ID": 2,
"LocationID": 3,
"CustomerID": 4,
"CustomerName": "sample string 5",
"CreditAC": 6,
"DebitAC": 7,
"Amount": 8.0,
"BranchID": 9,
"RefNo": "sample string 10",
"Narration": "sample string 11",
"PaymentType": "sample string 12",
"PaymentTypeText": "sample string 13",
"ChecqueNo": "sample string 14",
"ChequeDate": "2026-09-09T15:12:43.2572817+04:00",
"CCardNo": "sample string 16",
"TrasNo": 17,
"CashCollectionDate": "2026-09-09T15:12:43.2572817+04:00",
"UserId": 19,
"VoucherType": 20,
"CompanyID": 21,
"Cash_CollectionPostingDetails": [
{
"Invno": 1,
"CreditAmount": 2.0,
"CashCollectionid": 3,
"amt": 4.0
},
{
"Invno": 1,
"CreditAmount": 2.0,
"CashCollectionid": 3,
"amt": 4.0
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Cash_CollectionPostingUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Selected | boolean |
None. |
|
| ID | integer |
None. |
|
| LocationID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| CustomerName | string |
None. |
|
| CreditAC | integer |
None. |
|
| DebitAC | integer |
None. |
|
| Amount | decimal number |
None. |
|
| BranchID | integer |
None. |
|
| RefNo | string |
None. |
|
| Narration | string |
None. |
|
| PaymentType | string |
None. |
|
| PaymentTypeText | string |
None. |
|
| ChecqueNo | string |
None. |
|
| ChequeDate | date |
None. |
|
| CCardNo | string |
None. |
|
| TrasNo | integer |
None. |
|
| CashCollectionDate | date |
None. |
|
| UserId | integer |
None. |
|
| VoucherType | integer |
None. |
|
| CompanyID | integer |
None. |
|
| Cash_CollectionPostingDetails | Collection of Cash_CollectionPostingDetails |
None. |
Response Formats
application/json, text/json
Sample:
{
"Selected": true,
"ID": 2,
"LocationID": 3,
"CustomerID": 4,
"CustomerName": "sample string 5",
"CreditAC": 6,
"DebitAC": 7,
"Amount": 8.0,
"BranchID": 9,
"RefNo": "sample string 10",
"Narration": "sample string 11",
"PaymentType": "sample string 12",
"PaymentTypeText": "sample string 13",
"ChecqueNo": "sample string 14",
"ChequeDate": "2026-09-09T15:12:43.2729132+04:00",
"CCardNo": "sample string 16",
"TrasNo": 17,
"CashCollectionDate": "2026-09-09T15:12:43.2729132+04:00",
"UserId": 19,
"VoucherType": 20,
"CompanyID": 21,
"Cash_CollectionPostingDetails": [
{
"Invno": 1,
"CreditAmount": 2.0,
"CashCollectionid": 3,
"amt": 4.0
},
{
"Invno": 1,
"CreditAmount": 2.0,
"CashCollectionid": 3,
"amt": 4.0
}
]
}