查询服务详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求头
该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。
请求语法
POST /services/detail HTTP/1.1
请求参数
名称 | 类型 | 位置 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|---|
Object | Body | 否 | A short description of struct |
||
serviceId | Long | Body | 是 | 1 | 服务ID |
clientToken | String | Body | 否 | C4BE3837-1A13-413B-A225-2C88188E8A43 | 幂等号 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
requestId | String | C4BE3837-1A13-413B-A225-2C88188E8A43 | Id of the request |
data | Object | 服务详情 |
|
serviceId | Long | 1 | 服务ID |
serviceName | String | 保洁服务 | 服务名字 |
serviceDescription | String | 服务描述 | 服务描述 |
updateTime | String | 2020-03-08 12:53:53 | 修改时间 |
示例
请求示例
POST /services/detail HTTP/1.1
Host:gemp.cn-shanghai.aliyuncs.com
Content-Type:application/json
{
"serviceId" : 1,
"clientToken" : "C4BE3837-1A13-413B-A225-2C88188E8A43"
}
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<GetServiceResponse>
<requestId>C4BE3837-1A13-413B-A225-2C88188E8A43</requestId>
<data>
<serviceId>1</serviceId>
<serviceName>保洁服务</serviceName>
<serviceDescription>服务描述</serviceDescription>
<updateTime>2020-03-08 12:53:53</updateTime>
</data>
</GetServiceResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"requestId" : "C4BE3837-1A13-413B-A225-2C88188E8A43",
"data" : {
"serviceId" : 1,
"serviceName" : "保洁服务",
"serviceDescription" : "服务描述",
"updateTime" : "2020-03-08 12:53:53"
}
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | ServiceNotExisted | The service does not exist. | 服务不存在 |
访问错误中心查看更多错误码。
访问错误中心查看更多错误码。