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 |
# Product
product = {
"ProductName" : "ProductNameTest",
"ObjectType" : "DomainType",
"OrderType" : "Register",
"Tld" : "TldTest",
"TldCountry" : "TldCountryTest",
"Period" : 1,
"Note" : "NoteTest"
}
# SalesLine
salesLine = {
"OrderId" : "TEST123456",
"Product" : product,
"ObjectHandle" : "ObjectHandleTest",
"ObjectName" : "ObjectNameTest",
"Price" : 1.1,
"PriceCategory" : "PriceCategoryTest",
"CurrencyCode" : "CurrencyCodeTest",
"Created" : "2024-11-24T15:20:19.185+01:00",
"State" : "Open",
"InvoiceNo" : 1,
"CreditNo" : 1,
"DomainComment" : "DomainCommentTest"
}
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.