GET api/GiftCardProductAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfGiftCardProductAllRes| Name | Description | Type | Additional information |
|---|---|---|---|
| resultCode | string |
None. |
|
| resultMsg | string |
None. |
|
| Entity | GiftCardProductAllRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"resultCode": "sample string 1",
"resultMsg": "sample string 2",
"Entity": {
"GiftCardProductAllItems": [
{
"ID": "sample string 1",
"Code": "sample string 2",
"Name": "sample string 3",
"Price": 4.0,
"SalesPrice": 5.0,
"Desc": "sample string 6"
},
{
"ID": "sample string 1",
"Code": "sample string 2",
"Name": "sample string 3",
"Price": 4.0,
"SalesPrice": 5.0,
"Desc": "sample string 6"
}
]
}
}
application/xml, text/xml
Sample:
<ResponseResultOfGiftCardProductAllRes5bDd_S5iw 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.Product.ProductAll">
<d2p1:GiftCardProductAllItems>
<d2p1:GiftCardProductAllItem>
<d2p1:Code>sample string 2</d2p1:Code>
<d2p1:Desc>sample string 6</d2p1:Desc>
<d2p1:ID>sample string 1</d2p1:ID>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Price>4</d2p1:Price>
<d2p1:SalesPrice>5</d2p1:SalesPrice>
</d2p1:GiftCardProductAllItem>
<d2p1:GiftCardProductAllItem>
<d2p1:Code>sample string 2</d2p1:Code>
<d2p1:Desc>sample string 6</d2p1:Desc>
<d2p1:ID>sample string 1</d2p1:ID>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Price>4</d2p1:Price>
<d2p1:SalesPrice>5</d2p1:SalesPrice>
</d2p1:GiftCardProductAllItem>
</d2p1:GiftCardProductAllItems>
</_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>
</ResponseResultOfGiftCardProductAllRes5bDd_S5iw>