2.15 Obtain Subscription certId by refId
2.15.1 API Information
| Test Environment | |
|---|---|
| Production Environment | https://portal.racent.com/ssl/certIdByrefId |
| Request Method | POST |
| content-type | multipart/form-data |
| Description | This interface is used to obtain the Racent certificate ID (certId) based on the unique customer order number provided by the channel. |
2.15.2 Parameter Definition
| Parameter Name | Parameter Type | Required | Description |
|---|---|---|---|
| api_token | String | Y | Identity credential. Please contact Racent technical support to generate a token. |
| refId | String | Y | The unique customer order number provided by the customer |
Function Return
| Parameter Name | Parameter Type | Required | Description |
|---|---|---|---|
| code | Int | Y | Return status. For detailed explanations, please refer to Appendix 3.1. |
| data | Object | N | This parameter is required when the return status is successful. The specific description is as follows: |
| certId | String | N | Racent certificate ID. |
| errors | Object or String | N | Specific error information when the return status is error. |