IWsCommonGetPromoCodes Method
|
This method retrieves a paged list of all user's availables promocode
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<PagedList<PromoCodeInfo>> GetPromoCodes(
GetPromoCodesRequest request
)
<RBACAllowAttribute>
<OperationContractAttribute>
Function GetPromoCodes (
request As GetPromoCodesRequest
) As WsResult(Of PagedList(Of PromoCodeInfo))
[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<PagedList<PromoCodeInfo^>^>^ GetPromoCodes(
GetPromoCodesRequest^ request
)
[<RBACAllowAttribute>]
[<OperationContractAttribute>]
abstract GetPromoCodes :
request : GetPromoCodesRequest -> WsResult<PagedList<PromoCodeInfo>>
function GetPromoCodes(
request : GetPromoCodesRequest
) : WsResult<PagedList<PromoCodeInfo>>
Parameters
- request
- Type: GetPromoCodesRequest
Return Value
Type:
WsResultPagedListPromoCodeInfo
See Also