GET api/GiftCardAdvertList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfGiftCardAdvertListRes| Name | Description | Type | Additional information |
|---|---|---|---|
| resultCode | string |
None. |
|
| resultMsg | string |
None. |
|
| Entity | GiftCardAdvertListRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"resultCode": "sample string 1",
"resultMsg": "sample string 2",
"Entity": {
"GiftCardAdvertItems": [
{
"ID": "sample string 1",
"AdvertUrl": "sample string 2",
"LinkPage": "sample string 3"
},
{
"ID": "sample string 1",
"AdvertUrl": "sample string 2",
"LinkPage": "sample string 3"
}
]
}
}
application/xml, text/xml
Sample:
<ResponseResultOfGiftCardAdvertListRese89Z_PJlR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MiniProg.Model">
<_x003C_Entity_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/MiniProg.Model.GiftCard.Advert">
<d2p1:GiftCardAdvertItems>
<d2p1:GiftCardAdvert>
<d2p1:AdvertUrl>sample string 2</d2p1:AdvertUrl>
<d2p1:ID>sample string 1</d2p1:ID>
<d2p1:LinkPage>sample string 3</d2p1:LinkPage>
</d2p1:GiftCardAdvert>
<d2p1:GiftCardAdvert>
<d2p1:AdvertUrl>sample string 2</d2p1:AdvertUrl>
<d2p1:ID>sample string 1</d2p1:ID>
<d2p1:LinkPage>sample string 3</d2p1:LinkPage>
</d2p1:GiftCardAdvert>
</d2p1:GiftCardAdvertItems>
</_x003C_Entity_x003E_k__BackingField>
<_x003C_resultCode_x003E_k__BackingField>sample string 1</_x003C_resultCode_x003E_k__BackingField>
<_x003C_resultMsg_x003E_k__BackingField>sample string 2</_x003C_resultMsg_x003E_k__BackingField>
</ResponseResultOfGiftCardAdvertListRese89Z_PJlR>