Click or drag to resize

BonusService.GetBonusStatus Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public BonusStatusDto GetBonusStatus(
	string apiKey,
	int bonusSystemId,
	string customerNo
)

Parameters

apiKey
Type: System.String
bonusSystemId
Type: System.Int32
customerNo
Type: System.String

Return Value

Type: BonusStatusDto
See Also