POST services/api/v1/POS/SavePOSDenomination

Request Information

URI Parameters

None.

Body Parameters

POSDenomination_Master
NameDescriptionTypeAdditional information
Id

integer

None.

CounterOpId

integer

None.

Status

boolean

None.

Amount

decimal number

None.

LocId

integer

None.

CashierId

integer

None.

CCode

integer

None.

LocalCurrencyList

Collection of LocalCurrencyList

None.

ForeignCurrencyList

Collection of ForeignCurrencyList

None.

CounterItemsList

Collection of CounterItemsList

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CounterOpId": 2,
  "Status": true,
  "Amount": 4.0,
  "LocId": 5,
  "CashierId": 6,
  "CCode": 7,
  "LocalCurrencyList": [
    {
      "CurrencyId": 1,
      "CurrencyDetailId": 2,
      "Contains": 3.0,
      "Name": "sample string 4",
      "Count": 5,
      "CovertRate": 6.0,
      "Amount": 7.0
    },
    {
      "CurrencyId": 1,
      "CurrencyDetailId": 2,
      "Contains": 3.0,
      "Name": "sample string 4",
      "Count": 5,
      "CovertRate": 6.0,
      "Amount": 7.0
    }
  ],
  "ForeignCurrencyList": [
    {
      "CurrencyId": 1,
      "CurrencyDetailId": 2,
      "Contains": 3.0,
      "Name": "sample string 4",
      "Count": 5,
      "CovertRate": 6.0,
      "Amount": 7.0
    },
    {
      "CurrencyId": 1,
      "CurrencyDetailId": 2,
      "Contains": 3.0,
      "Name": "sample string 4",
      "Count": 5,
      "CovertRate": 6.0,
      "Amount": 7.0
    }
  ],
  "CounterItemsList": [
    {
      "Barcode": "sample string 1",
      "Qty": 2.0,
      "Name": "sample string 3"
    },
    {
      "Barcode": "sample string 1",
      "Qty": 2.0,
      "Name": "sample string 3"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

POSDenomination_Master
NameDescriptionTypeAdditional information
Id

integer

None.

CounterOpId

integer

None.

Status

boolean

None.

Amount

decimal number

None.

LocId

integer

None.

CashierId

integer

None.

CCode

integer

None.

LocalCurrencyList

Collection of LocalCurrencyList

None.

ForeignCurrencyList

Collection of ForeignCurrencyList

None.

CounterItemsList

Collection of CounterItemsList

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CounterOpId": 2,
  "Status": true,
  "Amount": 4.0,
  "LocId": 5,
  "CashierId": 6,
  "CCode": 7,
  "LocalCurrencyList": [
    {
      "CurrencyId": 1,
      "CurrencyDetailId": 2,
      "Contains": 3.0,
      "Name": "sample string 4",
      "Count": 5,
      "CovertRate": 6.0,
      "Amount": 7.0
    },
    {
      "CurrencyId": 1,
      "CurrencyDetailId": 2,
      "Contains": 3.0,
      "Name": "sample string 4",
      "Count": 5,
      "CovertRate": 6.0,
      "Amount": 7.0
    }
  ],
  "ForeignCurrencyList": [
    {
      "CurrencyId": 1,
      "CurrencyDetailId": 2,
      "Contains": 3.0,
      "Name": "sample string 4",
      "Count": 5,
      "CovertRate": 6.0,
      "Amount": 7.0
    },
    {
      "CurrencyId": 1,
      "CurrencyDetailId": 2,
      "Contains": 3.0,
      "Name": "sample string 4",
      "Count": 5,
      "CovertRate": 6.0,
      "Amount": 7.0
    }
  ],
  "CounterItemsList": [
    {
      "Barcode": "sample string 1",
      "Qty": 2.0,
      "Name": "sample string 3"
    },
    {
      "Barcode": "sample string 1",
      "Qty": 2.0,
      "Name": "sample string 3"
    }
  ]
}