Ascio Web Service v3
Class SalesLine
Property | Description |
---|---|
OrderId | Example: "TEST123456" |
Product | |
ObjectHandle | |
ObjectName | |
Price | Example: 1.1 |
PriceCategory | |
CurrencyCode | |
Created | |
State | |
InvoiceNo | Example: 1 |
CreditNo | Example: 1 |
DomainComment |
<soapenv:Envelope xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:service="http://www.ascio.com/2013/02/AscioService" xmlns:v3="http://www.ascio.com/2013/02" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<v3:SecurityHeaderDetails>
<v3:Account>${#Project#Account}</v3:Account>
<v3:Password>${#Project#Password}</v3:Password>
</v3:SecurityHeaderDetails>
<v3:ImpersonationHeaderDetails>
<v3:TransactionAccount>${#Project#TransactionAccount}</v3:TransactionAccount>
</v3:ImpersonationHeaderDetails>
</soapenv:Header>
<soapenv:Body>
<service:SalesLine>
<v3:OrderId>TEST123456</v3:OrderId>
<v3:Product>
<v3:ProductName>ProductNameTest</v3:ProductName>
<v3:ObjectType>DomainType</v3:ObjectType>
<v3:OrderType>Register</v3:OrderType>
<v3:Tld>TldTest</v3:Tld>
<v3:TldCountry>TldCountryTest</v3:TldCountry>
<v3:Period>1</v3:Period>
<v3:Note>NoteTest</v3:Note>
</v3:Product>
<v3:ObjectHandle>ObjectHandleTest</v3:ObjectHandle>
<v3:ObjectName>ObjectNameTest</v3:ObjectName>
<v3:Price>1.1</v3:Price>
<v3:PriceCategory>PriceCategoryTest</v3:PriceCategory>
<v3:CurrencyCode>CurrencyCodeTest</v3:CurrencyCode>
<v3:Created>CreatedTest</v3:Created>
<v3:State>Open</v3:State>
<v3:InvoiceNo>1</v3:InvoiceNo>
<v3:CreditNo>1</v3:CreditNo>
<v3:DomainComment>DomainCommentTest</v3:DomainComment>
</service:SalesLine>
</soapenv:Body>
</soapenv:Envelope>
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.