創(chuàng)建答案生效時間。

調(diào)試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數(shù)

名稱 類型 是否必選 示例值 描述
Action String CreateAging

系統(tǒng)規(guī)定參數(shù)。取值:CreateAging。

RobotCode String RobotCode

機器人Code

Name String test123

名稱

Type String 2

時效類型,

1:固定時效

2:循環(huán)時效

TimeDay String 1,2,3,4,5

循環(huán)日期,星期為單位,用逗號分割

StartTime Long 1657617292000

開始時間

EndTime Long 1657617292000

結(jié)束時間

InstanceType String OFFICIAL

時效類型。OFFICIAL: 平臺級時效;SHOP: 店鋪時效

返回數(shù)據(jù)

名稱 類型 示例值 描述
RequestId String CFE81C43-EE9D-541C-8676-1EEE9ABB29C3

Id of the request

Success Boolean true

是否成功標示

Data Long 200

創(chuàng)建的時效ID

Message String success

返回信息

Code String 200

返回code

示例

請求示例

http(s)://[Endpoint]/?Action=CreateAging
&RobotCode=RobotCode
&Name=test123
&Type=2
&TimeDay=1,2,3,4,5
&StartTime=1657617292000
&EndTime=1657617292000
&InstanceType=OFFICIAL
&公共請求參數(shù)

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<CreateAgingResponse>
    <RequestId>CFE81C43-EE9D-541C-8676-1EEE9ABB29C3</RequestId>
    <Success>true</Success>
    <Data>200</Data>
    <Message>success</Message>
    <Code>200</Code>
</CreateAgingResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "CFE81C43-EE9D-541C-8676-1EEE9ABB29C3",
  "Success" : true,
  "Data" : 200,
  "Message" : "success",
  "Code" : "200"
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
429 Throttling.Api The request was denied due to API flow control. 請求已超過最大允許的流量
500 InternalError The request processing has failed due to some unknown error. 內(nèi)部服務(wù)出現(xiàn)錯誤

訪問錯誤中心查看更多錯誤碼。