Service URL: https://api.cheapsslshop.com/api/Comodo/ChangeDCVMethod
This method allows user to change the approval method used to approval of certificate request
Request Parameters for “ComodoChangeDCVMethodRequest”
| Field Name | Description | Type | Required |
|---|---|---|---|
| LoginEmail | CheapSSLShop Login Email | String (Max Length : 200) | Yes |
| ApiKey | CheapSSLShop API Key | String (Max Length : 100) | Yes |
| OrderNumber | User should pass the CheapSSLShop order number. | Integer | Yes |
| ApprovalEmail |
Approval email for certificate approval Use method GetComodoApprovalEmailList to get web approval email list Requred if DCVMethodmethod pass is EMAIL |
String (Max Length : 200) | Yes |
| DCVMethod |
Approval method used to approve certificate request. Possible values:
|
String | Yes |
Response Parameters for “ComodoChangeDCVMethodResponse”
| Field Name | Description | Type |
|---|---|---|
| MD5 |
MD5 Unique value This value is used to approve certificate when HTTPCSRHASH Or CNAMECSRHASH DCV method is used. |
String |
| SHA1 |
SHA1 Unique Value This value is used to approve certificate when HTTPCSRHASH Or CNAMECSRHASH DCV method is used. |
String |
| UniqueValue |
Unique Value This value is used to approve certificate when HTTPCSRHASH Or CNAMECSRHASH DCV method is used. |
String |
| APIError | ||
| .. ErrorNumber | Error Number | Integer |
| .. ErrorField | Error Field | String |
| .. ErrorMessage | Description of errors | String |
| StatusCode | Status Code of Response i.e 0 = Method is executed successfully. -1 = There is an Error in Response. |
Integer |