Ascio Web Service v3
Class GetOrdersRequest
Property | Description |
---|---|
TransactionComment | |
Comments | Example: "RegistrarTag" |
FromDate | |
ToDate | |
OrderStatusTypes | Example: OrderStatusType.Validated |
OrderTypes | Example: OrderType.Register |
ObjectTypes | Example: ObjectType.DomainType |
OrderSort | |
PageInfo | |
ObjectNames | |
ObjectHandles | |
OrderIds |
//PagingInfo
pageInfo = {};
pageInfo.PageIndex=1;
pageInfo.PageSize=1;
//GetOrdersRequest
getOrdersRequest = {};
getOrdersRequest.TransactionComment="TransactionCommentTest";
getOrdersRequest.Comments="RegistrarTag";
getOrdersRequest.FromDate="2024-11-13T02:11:05.539+01:00";
getOrdersRequest.ToDate="2024-11-13T02:11:05.539+01:00";
getOrdersRequest.OrderStatusTypes=[
{"q3:OrderStatusType", "NotSet"},
{"q3:OrderStatusType", "Received"},
{"q3:OrderStatusType", "Validated"},
{"q3:OrderStatusType", "Invalid"},
{"q3:OrderStatusType", "PendingDocumentation"},
{"q3:OrderStatusType", "PendingEndUserAction"},
{"q3:OrderStatusType", "DocumentationReceived"},
{"q3:OrderStatusType", "DocumentationApproved"},
{"q3:OrderStatusType", "DocumentationNotApproved"},
{"q3:OrderStatusType", "PendingNicProcessing"},
{"q3:OrderStatusType", "PendingNicDocumentApproval"},
{"q3:OrderStatusType", "PendingPostProcessing"},
{"q3:OrderStatusType", "PendingInternalProcessing"},
{"q3:OrderStatusType", "Completed"},
{"q3:OrderStatusType", "Failed"},
{"q3:OrderStatusType", "AuthenticationFailed"}];
getOrdersRequest.OrderTypes=[
{"q3:OrderType", "NotSet"},
{"q3:OrderType", "ContactUpdate"},
{"q3:OrderType", "ChangeLocks"},
{"q3:OrderType", "Delete"},
{"q3:OrderType", "RegistrantDetailsUpdate"},
{"q3:OrderType", "Expire"},
{"q3:OrderType", "NameserverUpdate"},
{"q3:OrderType", "OwnerChange"},
{"q3:OrderType", "Queue"},
{"q3:OrderType", "Register"},
{"q3:OrderType", "Renew"},
{"q3:OrderType", "Restore"},
{"q3:OrderType", "Transfer"},
{"q3:OrderType", "Unexpire"},
{"q3:OrderType", "TransferAway"},
{"q3:OrderType", "AutoRenew"},
{"q3:OrderType", "AutoDelete"},
{"q3:OrderType", "DetailsUpdate"},
{"q3:OrderType", "Import"},
{"q3:OrderType", "PartnerChange"},
{"q3:OrderType", "DeQueue"},
{"q3:OrderType", "UpdateAuthInfo"},
{"q3:OrderType", "Support"},
{"q3:OrderType", "WhoisDataReminder"}];
getOrdersRequest.ObjectTypes=[
{"q3:ObjectType", "DomainType"},
{"q3:ObjectType", "DefensiveType"},
{"q3:ObjectType", "MarkType"},
{"q3:ObjectType", "NameWatchType"},
{"q3:ObjectType", "SslCertificateType"},
{"q3:ObjectType", "LocalPresence"},
{"q3:ObjectType", "PrivacyProxy"},
{"q3:ObjectType", "MarkExtendedService"},
{"q3:ObjectType", "SanSsl"}];
getOrdersRequest.OrderSort="CreatedAsc";
getOrdersRequest.PageInfo=pageInfo;
getOrdersRequest.ObjectNames=[];
getOrdersRequest.ObjectHandles=[];
getOrdersRequest.OrderIds=[];
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.