合作伙伴中心-创建客户:响应消息
响应消息
响应参数
参数 |
参数类型 |
取值范围 |
描述 |
---|---|---|---|
error_code |
String |
最大长度:16 |
状态码。具体请参考状态码。只有失败才会返回这个参数。 |
error_msg |
String |
最大长度:1024 |
错误描述信息。只有失败才会返回这个参数。 |
domain_id |
String |
最大长度:64 |
客户ID。 只有成功或者错误码在CBC.99000050时才会返回。 |
domain_name |
String |
最大长度:64 |
客户的华为云账号名。
只有成功时或者错误码在CBC.99000050时才会返回。 |
响应示例
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: length Date: response time { "domain_id": "06a7969058802f0c0f01c00b91846780", "domain_name": "a0d736359ada40aab6502d1a828c1809" }