Ascio Web Service v3
Class GetSalesLinesRequest
| Property | Description | 
|---|---|
| ObjectName | |
| ObjectHandle | |
| ObjectType | |
| ProductName | |
| FromDate | |
| ToDate | |
| SalesLineStates | |
| InvoiceState | |
| InvoiceNo | Example: 1 | 
| CreditNo | Example: 1 | 
| OrderBy | |
| PageInfo | 
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
PagingInfo pageInfo =  new PagingInfo();
pageInfo.PageIndex = 1;
pageInfo.PageIndexSpecified = true;
pageInfo.PageSize = 1;
pageInfo.PageSizeSpecified = true;
GetSalesLinesRequest getSalesLinesRequest =  new GetSalesLinesRequest();
getSalesLinesRequest.ObjectName = "ObjectNameTest";
getSalesLinesRequest.ObjectHandle = "ObjectHandleTest";
getSalesLinesRequest.ObjectType = ObjectType.DomainType;
getSalesLinesRequest.ObjectTypeSpecified = true;
getSalesLinesRequest.ProductName = "ProductNameTest";
getSalesLinesRequest.ProductNameSpecified = true;
getSalesLinesRequest.FromDate = new \DateTime();
getSalesLinesRequest.FromDateSpecified = true;
getSalesLinesRequest.ToDate = new \DateTime();
getSalesLinesRequest.ToDateSpecified = true;
getSalesLinesRequest.SalesLineStates = array(
		"Open", 
		"Completed", 
		"Failed"
	);
getSalesLinesRequest.InvoiceState = InvoiceState.NotInvoiced;
getSalesLinesRequest.InvoiceNo = 1;
getSalesLinesRequest.InvoiceNoSpecified = true;
getSalesLinesRequest.CreditNo = 1;
getSalesLinesRequest.CreditNoSpecified = true;
getSalesLinesRequest.OrderBy = SalesLineSortType.CreatedAsc;
getSalesLinesRequest.PageInfo = pageInfo;WSDL for AWS v3
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.