POST services/api/rest/v1/Get_RestGiftCard_ById

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

Rest_GiftCard_Master
NameDescriptionTypeAdditional information
Id

integer

None.

CardNo

string

None.

Balance

decimal number

None.

IsActive

boolean

None.

IsRedeemable

boolean

None.

ExpiryDate

date

None.

TemplateId

integer

None.

SenderName

string

None.

RecipientName

string

None.

Message

string

None.

LocId

integer

None.

DeliveryMethod

string

None.

RecipientMail

string

None.

DeliveryDate

date

None.

TimeZone

integer

None.

PhoneNo

string

None.

Address

string

None.

Pattern

string

None.

IsUsed

boolean

None.

UserId

integer

None.

ImageUrl

string

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:12:22.0228673+04:00",
  "TemplateId": 7,
  "SenderName": "sample string 8",
  "RecipientName": "sample string 9",
  "Message": "sample string 10",
  "LocId": 11,
  "DeliveryMethod": "sample string 12",
  "RecipientMail": "sample string 13",
  "DeliveryDate": "2026-09-09T15:12:22.0228673+04:00",
  "TimeZone": 15,
  "PhoneNo": "sample string 16",
  "Address": "sample string 17",
  "Pattern": "sample string 18",
  "IsUsed": true,
  "UserId": 20,
  "ImageUrl": "sample string 21"
}