POST services/api/v1/Get_PDeptGiftVoucherSettingsId

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

PDeptGiftVouchMst
NameDescriptionTypeAdditional information
Id

integer

None.

GiftID

integer

None.

ForEachAmt

decimal number

None.

GiftAmt

decimal number

None.

FromDate

date

None.

ToDate

date

None.

ccode

integer

None.

locid

integer

None.

PDeptGiftVouchDtl

Collection of PDeptGiftVouchDtl

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "GiftID": 2,
  "ForEachAmt": 3.0,
  "GiftAmt": 4.0,
  "FromDate": "2026-09-09T15:18:14.5918145+04:00",
  "ToDate": "2026-09-09T15:18:14.5918145+04:00",
  "ccode": 7,
  "locid": 8,
  "PDeptGiftVouchDtl": [
    {
      "Id": 1,
      "GiftID": 2,
      "DeptID": 3,
      "ccode": 4,
      "locid": 5
    },
    {
      "Id": 1,
      "GiftID": 2,
      "DeptID": 3,
      "ccode": 4,
      "locid": 5
    }
  ]
}