POST services/api/v1/Get_POSCashCollectionById

Request Information

URI Parameters

None.

Body Parameters

CashCollection_BasicFilter
NameDescriptionTypeAdditional information
BranchId

integer

None.

RequestedList

BasicFilter

None.

RequstedListData

ReportFiter

None.

CCode

integer

None.

CashAC

integer

None.

BanckAC

integer

None.

CardAC

integer

None.

LocationId

integer

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchId": 1,
  "RequestedList": {
    "Start": 1,
    "FiterText": "sample string 2",
    "Limit": 3,
    "ItemTypeId": 4,
    "CAType": 5
  },
  "RequstedListData": {
    "FromDate": "2026-09-09T15:23:17.1899336+04:00",
    "ToDate": "2026-09-09T15:23:17.1899336+04:00",
    "FilterTypeId": 3,
    "FilterType": 0
  },
  "CCode": 2,
  "CashAC": 3,
  "BanckAC": 4,
  "CardAC": 5,
  "LocationId": 6,
  "Id": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Cash_CollectionPosting
NameDescriptionTypeAdditional 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.

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:23:17.1899336+04:00",
  "CCardNo": "sample string 16",
  "TrasNo": 17,
  "CashCollectionDate": "2026-09-09T15:23:17.1899336+04:00",
  "UserId": 19,
  "VoucherType": 20,
  "CompanyID": 21
}