POST services/api/v1/Get_GiftCardByCardNo

Request Information

URI Parameters

None.

Body Parameters

CardNo_LocId
NameDescriptionTypeAdditional information
CardNo

string

None.

LocId

integer

None.

GiftCardType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CardNo": "sample string 1",
  "LocId": 2,
  "GiftCardType": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

POSGiftCard_Master
NameDescriptionTypeAdditional information
Id

integer

None.

CardNo

string

None.

Balance

decimal number

None.

IsActive

boolean

None.

IsRedeemable

boolean

None.

ExpiryDate

date

None.

LocId

integer

None.

IsUsed

boolean

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CardNo": "sample string 2",
  "Balance": 3.0,
  "IsActive": true,
  "IsRedeemable": true,
  "ExpiryDate": "2026-09-09T15:16:33.2770704+04:00",
  "LocId": 7,
  "IsUsed": true,
  "UserId": 9
}