POST services/api/v1/Get_POSCashCollectionDetails

Request Information

URI Parameters

None.

Body Parameters

Id_LocationId
NameDescriptionTypeAdditional information
Id

integer

None.

LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LocationId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Cash_CollectionPostingDetails
NameDescriptionTypeAdditional information
Invno

integer

None.

CreditAmount

decimal number

None.

CashCollectionid

integer

None.

amt

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Invno": 1,
    "CreditAmount": 2.0,
    "CashCollectionid": 3,
    "amt": 4.0
  },
  {
    "Invno": 1,
    "CreditAmount": 2.0,
    "CashCollectionid": 3,
    "amt": 4.0
  }
]