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 |
package ascio.v3.examples;
import java.util.Calendar;
import com.ascio.www._2013._02.*;
public class GetOrdersRequestExample {
public static GetOrdersRequest main() {
PagingInfo pageInfo = new PagingInfo();
pageInfo.setPageIndex(1);
pageInfo.setPageSize(1);
GetOrdersRequest getOrdersRequest = new GetOrdersRequest();
getOrdersRequest.setTransactionComment("TransactionCommentTest");
getOrdersRequest.setComments("RegistrarTag");
getOrdersRequest.setFromDate(Calendar.getInstance());
getOrdersRequest.setToDate(Calendar.getInstance());
getOrdersRequest.setOrderStatusTypes(new OrderStatusType[]{
"NotSet",
"Received",
"Validated",
"Invalid",
"PendingDocumentation",
"PendingEndUserAction",
"DocumentationReceived",
"DocumentationApproved",
"DocumentationNotApproved",
"PendingNicProcessing",
"PendingNicDocumentApproval",
"PendingPostProcessing",
"PendingInternalProcessing",
"Completed",
"Failed",
"AuthenticationFailed"
});
getOrdersRequest.setOrderTypes(new OrderType[]{
"NotSet",
"ContactUpdate",
"ChangeLocks",
"Delete",
"RegistrantDetailsUpdate",
"Expire",
"NameserverUpdate",
"OwnerChange",
"Queue",
"Register",
"Renew",
"Restore",
"Transfer",
"Unexpire",
"TransferAway",
"AutoRenew",
"AutoDelete",
"DetailsUpdate",
"Import",
"PartnerChange",
"DeQueue",
"UpdateAuthInfo",
"Support",
"WhoisDataReminder"
});
getOrdersRequest.setObjectTypes(new ObjectType[]{
"DomainType",
"DefensiveType",
"MarkType",
"NameWatchType",
"SslCertificateType",
"LocalPresence",
"PrivacyProxy",
"MarkExtendedService",
"SanSsl"
});
getOrdersRequest.setOrderSort(SearchOrderSortType.CreatedAsc);
getOrdersRequest.setPageInfo(pageInfo);
getOrdersRequest.setObjectNames(new String[]{
});
getOrdersRequest.setObjectHandles(new String[]{
});
getOrdersRequest.setOrderIds(new String[]{
});
NotSetReceivedValidatedInvalidPendingDocumentationPendingEndUserActionDocumentationReceivedDocumentationApprovedDocumentationNotApprovedPendingNicProcessingPendingNicDocumentApprovalPendingPostProcessingPendingInternalProcessingCompletedFailedAuthenticationFailedNotSetContactUpdateChangeLocksDeleteRegistrantDetailsUpdateExpireNameserverUpdateOwnerChangeQueueRegisterRenewRestoreTransferUnexpireTransferAwayAutoRenewAutoDeleteDetailsUpdateImportPartnerChangeDeQueueUpdateAuthInfoSupportWhoisDataReminderDomainTypeDefensiveTypeMarkTypeNameWatchTypeSslCertificateTypeLocalPresencePrivacyProxyMarkExtendedServiceSanSsl return getOrdersRequest;package ascio.v3.examples;
import java.util.Calendar;
import com.ascio.www._2013._02.*;
public class GetOrdersRequestExample {
public static GetOrdersRequest main() {
PagingInfo pageInfo = new PagingInfo();
pageInfo.setPageIndex(1);
pageInfo.setPageSize(1);
GetOrdersRequest getOrdersRequest = new GetOrdersRequest();
getOrdersRequest.setTransactionComment("TransactionCommentTest");
getOrdersRequest.setComments("RegistrarTag");
getOrdersRequest.setFromDate(Calendar.getInstance());
getOrdersRequest.setToDate(Calendar.getInstance());
getOrdersRequest.setOrderStatusTypes(new OrderStatusType[]{
"NotSet",
"Received",
"Validated",
"Invalid",
"PendingDocumentation",
"PendingEndUserAction",
"DocumentationReceived",
"DocumentationApproved",
"DocumentationNotApproved",
"PendingNicProcessing",
"PendingNicDocumentApproval",
"PendingPostProcessing",
"PendingInternalProcessing",
"Completed",
"Failed",
"AuthenticationFailed"
});
getOrdersRequest.setOrderTypes(new OrderType[]{
"NotSet",
"ContactUpdate",
"ChangeLocks",
"Delete",
"RegistrantDetailsUpdate",
"Expire",
"NameserverUpdate",
"OwnerChange",
"Queue",
"Register",
"Renew",
"Restore",
"Transfer",
"Unexpire",
"TransferAway",
"AutoRenew",
"AutoDelete",
"DetailsUpdate",
"Import",
"PartnerChange",
"DeQueue",
"UpdateAuthInfo",
"Support",
"WhoisDataReminder"
});
getOrdersRequest.setObjectTypes(new ObjectType[]{
"DomainType",
"DefensiveType",
"MarkType",
"NameWatchType",
"SslCertificateType",
"LocalPresence",
"PrivacyProxy",
"MarkExtendedService",
"SanSsl"
});
getOrdersRequest.setOrderSort(SearchOrderSortType.CreatedAsc);
getOrdersRequest.setPageInfo(pageInfo);
getOrdersRequest.setObjectNames(new String[]{
});
getOrdersRequest.setObjectHandles(new String[]{
});
getOrdersRequest.setOrderIds(new String[]{
});
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.