IWsCommonGetActivePromoCodeMakers Method
|
This method retrieves all user's active PromoCodeMaker objects
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<List<PromoCodeMaker>> GetActivePromoCodeMakers()
<RBACAllowAttribute>
<OperationContractAttribute>
Function GetActivePromoCodeMakers As WsResult(Of List(Of PromoCodeMaker))
[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<List<PromoCodeMaker^>^>^ GetActivePromoCodeMakers()
[<RBACAllowAttribute>]
[<OperationContractAttribute>]
abstract GetActivePromoCodeMakers : unit -> WsResult<List<PromoCodeMaker>>
function GetActivePromoCodeMakers() : WsResult<List<PromoCodeMaker>>
Return Value
Type:
WsResultListPromoCodeMaker
See Also