POST services/api/v1/Save_POSCashCollection

Request Information

URI Parameters

None.

Body Parameters

Collection of 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.

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.