 | BillingServiceGetPostedSalesInvoicesQueue 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> GetPostedSalesInvoicesQueue(
string apiKey
)
<WebMethodAttribute>
Public Function GetPostedSalesInvoicesQueue (
apiKey As String
) As List(Of SalesInvoiceConfirmationDto)
public:
[WebMethodAttribute]
List<SalesInvoiceConfirmationDto^>^ GetPostedSalesInvoicesQueue(
String^ apiKey
)
[<WebMethodAttribute>]
member GetPostedSalesInvoicesQueue :
apiKey : string -> List<SalesInvoiceConfirmationDto>
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
ListSalesInvoiceConfirmationDto
See Also