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