Click or drag to resize

BonusServiceGetBonusStatus 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: SystemString
bonusSystemId
Type: SystemInt32
customerNo
Type: SystemString

Return Value

Type: BonusStatusDto
See Also