Get Digicert Subscription Order Detail
Service URL: https://api.cheapsslshop.com/api/DigiCert/DigicertSubscriptionOrderDetail
This method allows user to get digicert subscription order detail.
Request Parameters “DigicertSubscriptionOrderDetailRequest"
| Field Name | Description | Type | Required |
|---|---|---|---|
| LoginEmail | CheapSSLShop login Email | String (Max Length : 200) | Yes |
| ApiKey | ApiKey | String (Max Length : 100) | Yes |
| Pin | Pin for the configuration link. | String (Max Length : 2000) | Yes |
Response Parameters “DigicertSubscriptionOrderDetailResponse"
| Field Name | Description | Type |
|---|---|---|
| OrderStatus | Order Status | String |
| StartDate | Certificate Start Date | DateTime |
| EndDate | Certificate End Date | DateTime |
| ValidityPeriod | Validity in months. | Integer |
| DigicertOrderNumber | Digicert Order Number | String |
| DomainName | Domain Name | String |
| ApprovalEmail | Approval Email | String |
| ValidityYears | Validity in years | String |
| DCVMethod | DCV method to use when verifying domain control. | String |
| DCVRandomValue | Random value used for domain control validation. Only returned when using either FILE or DNS as the DCV method. |
String |
| AdminContact | ||
| Title | Title of Admin Contact | String |
| FirstName | First Name of Admin Contact | String |
| LastName | Last Name of Admin Contact | String |
| Email of Admin Contact | String | |
| Phone | Phone Number of Admin Contact | String |
| TechnicalContact | ||
| Title | Title of Technical Contact | String |
| FirstName | First Name of Technical Contact | String |
| LastName | Last Name of Technical Contact | String |
| Email of Technical Contact | String | |
| Phone | Phone Number of Technical Contact | String |
| OrganizationDetail | ||
| LegalName | Legal name of the organization. | String |
| AssumedName | Public name of the organization. | String |
| Division | Division of the organization. | String |
| Duns | Duns of the organization. | String |
| Address1 | Address of the organization. | String |
| Address2 | Second line of the organization's address. | String |
| City | City where the organization is located. | String |
| State | State or province where the organization is located. Use the full name instead of an abbreviation. | String |
| Country | Two-letter country code for the country where the organization is located. | String |
| PostalCode | Postal code of the organization. | String |
| Phone | Telephone number that can be used to reach the contact. Required for contact to be an EV approver. | String |
| Fax | Fax of the organization. | String |
| CSRDetail | ||
| DomainName | Domain Name of CSR | String |
| Locality | Locality of CSR | String |
| State | State of CSR | String |
| Country | Country of CSR | String |
| Organisation | Organisation Name of CSR | String |
| OrganisationUnit | Organisation Unit of CSR | String |
| AdditionalDomainList | List object of Additional Domain | List |
| DomainName | Domain Name | String |
| ApproverContactDetails | ||
| Title | Title of Approver Contact | String |
| FirstName | First Name of Approver Contact | String |
| LastName | Last Name of Approver Contact | String |
| Email of Approver Contact | String | |
| Phone | Phone Number of Approver Contact | String |
| APIError | ||
| ErrorNumber | Error Number. Refer section “Error Description”. | Integer |
| ErrorField | Error Field | String |
| ErrorMessage | Description of errors | String |
| StatusCode | Status Code for Response from API i.e 0 = Success Response -1 = Error in Response |
Integer |