POST api/Agent/MicroApp/RunningWatering/CurrentUser/GenerateBuffer

为当前水管理员生成可以被缓存的在途交易的清单。 每个水管理员可以同时持有16个在途交易的缓存,这个接口的作用是检查当前水管理员已有的在途交易的清单,少于16个时,创建至16个在途交易。本操作不会对已产生的在途交易产生影响。调用此API成功后,您可以调用获取缓存在途交易的API,下载所有的当前水管理员的在途交易。 此API要求当前调用的用户必须是运营商用户,且必须有一个以上管辖的流量计。

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

为当前水管理员生成可以被缓存的在途交易的清单。 每个水管理员可以同时持有16个在途交易的缓存,这个接口的作用是检查当前水管理员已有的在途交易的清单,少于16个时,创建至16个在途交易。本操作不会对已产生的在途交易产生影响。调用此API成功后,您可以调用获取缓存在途交易的API,下载所有的当前水管理员的在途交易。 此API要求当前调用的用户必须是运营商用户,且必须有一个以上管辖的流量计。

CommonOperationResultWithTagOfInt32
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": 3
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <tag>3</tag>
</CommonOperationResultWithTagOfint>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.