POST api/AdminGifts/GetGiftPackResource

AdmGetGiftPackResource

Request Information

URI Parameters

None.

Body Parameters

GetGiftPackResource
NameDescriptionTypeAdditional information
GiftPackUUID

globally unique identifier

None.

ResourceID

integer

None.

GiftPackActive

boolean

None.

ResourceActive

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "GiftPackUUID": "6919d7e6-0553-413b-879e-64df56d750a1",
  "ResourceID": 1,
  "GiftPackActive": true,
  "ResourceActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "43c36417-f3b3-4660-b30b-06cc8e24b0d8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]