 | BillingServiceQueuePostedSalesCredits Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public void QueuePostedSalesCredits(
string apiKey,
DateTime periodStartDate,
DateTime periodEndDate,
string salesDimensionCode
)
<WebMethodAttribute>
Public Sub QueuePostedSalesCredits (
apiKey As String,
periodStartDate As DateTime,
periodEndDate As DateTime,
salesDimensionCode As String
)
public:
[WebMethodAttribute]
void QueuePostedSalesCredits(
String^ apiKey,
DateTime periodStartDate,
DateTime periodEndDate,
String^ salesDimensionCode
)
[<WebMethodAttribute>]
member QueuePostedSalesCredits :
apiKey : string *
periodStartDate : DateTime *
periodEndDate : DateTime *
salesDimensionCode : string -> unit
Parameters
- apiKey
- Type: SystemString
- periodStartDate
- Type: SystemDateTime
- periodEndDate
- Type: SystemDateTime
- salesDimensionCode
- Type: SystemString
See Also