GET
api/v1/getComboOfferTypesList?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Response Information
Description:
Return type: Collection of SkuComboOfferType
Response Formats
application/json, text/json
[
{
"skuComboTypeId": 1,
"SkuComboOfferName": "sample string 2"
},
{
"skuComboTypeId": 1,
"SkuComboOfferName": "sample string 2"
}
]
text/html
[{"skuComboTypeId":1,"SkuComboOfferName":"sample string 2"},{"skuComboTypeId":1,"SkuComboOfferName":"sample string 2"}]
application/xml, text/xml
<ArrayOfSkuComboOfferType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.ComboOffers">
<SkuComboOfferType>
<SkuComboOfferName>sample string 2</SkuComboOfferName>
<skuComboTypeId>1</skuComboTypeId>
</SkuComboOfferType>
<SkuComboOfferType>
<SkuComboOfferName>sample string 2</SkuComboOfferName>
<skuComboTypeId>1</skuComboTypeId>
</SkuComboOfferType>
</ArrayOfSkuComboOfferType>
