Get

Function

This API is used to get ConsumerInfo parameter。

Request Message

none

Response Message

Parameter Description

Table 1
ParameterRangeTypedescription
product_codestringConsumer product code
domain_namestringIndicates the domain name of the consumer server
customer_idstringThe customer number added by the consumer ID
cloud_idstringcustomer cloud id

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
{
"result":"success",
    "data":{
        "product_code":"W1P"
    }
}

Error Code

See Response message bodygeneral error_code for more information.