 | BillingServiceGetPostedSalesCredit Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public SalesDocumentDto GetPostedSalesCredit(
string apiKey,
string creditNumber
)
<WebMethodAttribute>
Public Function GetPostedSalesCredit (
apiKey As String,
creditNumber As String
) As SalesDocumentDto
public:
[WebMethodAttribute]
SalesDocumentDto^ GetPostedSalesCredit(
String^ apiKey,
String^ creditNumber
)
[<WebMethodAttribute>]
member GetPostedSalesCredit :
apiKey : string *
creditNumber : string -> SalesDocumentDto
Parameters
- apiKey
- Type: SystemString
- creditNumber
- Type: SystemString
Return Value
Type:
SalesDocumentDto
See Also