POST services/api/rest/v1/Get_CashTransaction

Request Information

URI Parameters

None.

Body Parameters

RestBasicFilter
NameDescriptionTypeAdditional information
Start

integer

None.

FiterText

string

None.

Limit

integer

None.

LocationId

integer

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": 1,
  "FiterText": "sample string 2",
  "Limit": 3,
  "LocationId": 4,
  "Type": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Rest_CashTransaction
NameDescriptionTypeAdditional information
Id

integer

None.

DayOpenId

integer

None.

CounterOpId

integer

None.

CashierId

integer

None.

Cashier

string

None.

ShiftNo

integer

None.

CounterId

integer

None.

LocId

integer

None.

Type

integer

None.

Amount

decimal number

None.

PaidTo

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "DayOpenId": 2,
    "CounterOpId": 3,
    "CashierId": 4,
    "Cashier": "sample string 5",
    "ShiftNo": 6,
    "CounterId": 7,
    "LocId": 8,
    "Type": 9,
    "Amount": 10.0,
    "PaidTo": "sample string 11"
  },
  {
    "Id": 1,
    "DayOpenId": 2,
    "CounterOpId": 3,
    "CashierId": 4,
    "Cashier": "sample string 5",
    "ShiftNo": 6,
    "CounterId": 7,
    "LocId": 8,
    "Type": 9,
    "Amount": 10.0,
    "PaidTo": "sample string 11"
  }
]