GET api/Agent/Receive/Trade/BillNum/Last?onlyforme={onlyforme}
获取属于当前运营商的最后一个收款单的单号。 此API不能适用于农户和组长。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
onlyforme |
仅限我,这个参数用于在小程序中使用,返回仅属于某个水管理员的单据中的下一单。1表示是,其他值表示不限。 |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
获取属于当前运营商的最后一个收款单的单号。 此API不能适用于农户和组长。
CommonOperationResultWithTagOfStringName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": "sample string 3" }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfstring 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>sample string 3</tag> </CommonOperationResultWithTagOfstring>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.