POST services/api/rest/v1/Get_Latest_CounterOP

Request Information

URI Parameters

None.

Body Parameters

LocationId
NameDescriptionTypeAdditional information
LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Wastage_Master
NameDescriptionTypeAdditional information
DayOpenId

integer

None.

CounterOpenId

integer

None.

CounterId

integer

None.

CashierId

integer

None.

Barcode

string

None.

Qty

decimal number

None.

Rate

decimal number

None.

Remark

string

None.

LocId

integer

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "CounterOpenId": 1,
  "CounterId": 2,
  "CashierId": 3,
  "Barcode": "sample string 4",
  "Qty": 5.0,
  "Rate": 6.0,
  "Remark": "sample string 7",
  "LocId": 8,
  "UserId": 9,
  "DayOpenId": 1
}