Ascio Web Service v2
Class SearchOrderRequest
Property | Description |
---|---|
OrderTypes | Example: OrderType.Register_Domain |
OrderStatusTypes | Example: OrderStatusType.Validated |
FromDate | |
ToDate | |
DomainName | Example: "ascio-test-domain" |
TransactionComment | |
Comments | Example: "RegistrarTag" |
IncludeDomainDetails | Example: true |
PageInfo | |
OrderSort |
//PagingInfo
pageInfo = {};
pageInfo.PageIndex=1;
pageInfo.PageSize=1;
//SearchOrderRequest
searchOrderRequest = {};
searchOrderRequest.OrderTypes=[
{"q3:OrderType", "NotSet"},
{"q3:OrderType", "Contact_Update"},
{"q3:OrderType", "Change_Locks"},
{"q3:OrderType", "Delete_Domain"},
{"q3:OrderType", "Registrant_Details_Update"},
{"q3:OrderType", "Expire_Domain"},
{"q3:OrderType", "Nameserver_Update"},
{"q3:OrderType", "Owner_Change"},
{"q3:OrderType", "Queue_Domain"},
{"q3:OrderType", "Register_Domain"},
{"q3:OrderType", "Renew_Domain"},
{"q3:OrderType", "Restore_Domain"},
{"q3:OrderType", "Transfer_Domain"},
{"q3:OrderType", "Unexpire_Domain"},
{"q3:OrderType", "Transfer_Away"},
{"q3:OrderType", "Autorenew_Domain"},
{"q3:OrderType", "Autodelete_Domain"},
{"q3:OrderType", "Defensive_Registration"},
{"q3:OrderType", "Name_Watch"},
{"q3:OrderType", "Domain_Details_Update"},
{"q3:OrderType", "Import_Domain"},
{"q3:OrderType", "Partner_Change"},
{"q3:OrderType", "Support"},
{"q3:OrderType", "DeQueue"},
{"q3:OrderType", "Update_AuthInfo"}];
searchOrderRequest.OrderStatusTypes=[
{"q3:OrderStatusType", "NotSet"},
{"q3:OrderStatusType", "Received"},
{"q3:OrderStatusType", "Validated"},
{"q3:OrderStatusType", "Invalid"},
{"q3:OrderStatusType", "Pending"},
{"q3:OrderStatusType", "Processing"},
{"q3:OrderStatusType", "Pending_Documentation"},
{"q3:OrderStatusType", "Pending_End_User_Action"},
{"q3:OrderStatusType", "Documentation_Received"},
{"q3:OrderStatusType", "Documentation_Approved"},
{"q3:OrderStatusType", "Documentation_Not_Approved"},
{"q3:OrderStatusType", "Pending_NIC_Processing"},
{"q3:OrderStatusType", "Pending_NIC_Document_Approval"},
{"q3:OrderStatusType", "Pending_Post_Processing"},
{"q3:OrderStatusType", "Pending_Internal_Processing"},
{"q3:OrderStatusType", "Completed"},
{"q3:OrderStatusType", "Failed"},
{"q3:OrderStatusType", "Authentication_Failed"}];
searchOrderRequest.FromDate="2024-11-21T15:40:18.518+01:00";
searchOrderRequest.ToDate="2024-11-21T15:40:18.518+01:00";
searchOrderRequest.DomainName="testdomain.com";
searchOrderRequest.TransactionComment="TransactionCommentTest";
searchOrderRequest.Comments="RegistrarTag";
searchOrderRequest.IncludeDomainDetails=true;
searchOrderRequest.PageInfo=pageInfo;
searchOrderRequest.OrderSort="CreDateAsc";
WSDL for AWS v2
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.