Click or drag to resize

BonusServiceCreateReservationAgnosticType Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public int CreateReservationAgnosticType(
	string apiKey,
	string certificateCode,
	decimal amount,
	string currencyCode
)

Parameters

apiKey
Type: SystemString
certificateCode
Type: SystemString
amount
Type: SystemDecimal
currencyCode
Type: SystemString

Return Value

Type: Int32
See Also