 | BillingServiceGetPostedSalesInvoices Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public List<SalesInvoiceConfirmationDto> GetPostedSalesInvoices(
string apiKey
)
<WebMethodAttribute>
Public Function GetPostedSalesInvoices (
apiKey As String
) As List(Of SalesInvoiceConfirmationDto)
public:
[WebMethodAttribute]
List<SalesInvoiceConfirmationDto^>^ GetPostedSalesInvoices(
String^ apiKey
)
[<WebMethodAttribute>]
member GetPostedSalesInvoices :
apiKey : string -> List<SalesInvoiceConfirmationDto>
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
ListSalesInvoiceConfirmationDto
See Also