POST api/UnPos/Miniprogram/Shop/SummaryMonthAccount/ById/{shopid}
获取某一个门店的全部月账单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
shopid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取某一个门店的全部月账单
CommonOperationResultWithTagOfIEnumerableOfMiniUnPosShopMonthAccountResultName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of MiniUnPosShopMonthAccountResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "ShopId": "sample string 1", "ShopName": "sample string 2", "CalcedBillCount": 3, "NoCalcedBillCount": 4, "BillTotalNeedReceive": 5.0, "NoCalcedBillTotalNeedReceive": 6.0, "FrontDirectAllowance": 7.0, "ReceivedSummary": 8.0, "GuiderRebateByPlatform": 9.0, "CustomerRebateByPlatform": 10.0, "GuiderRebateByShop": 11.0, "CustomerRebateByShop": 12.0, "NotJoinBaseCalSummary": 13.0, "JoinBaseCalSummary": 14.0, "BaseDivideCalValue": 15.0, "NotJoinCalcSummary": 16.0, "JoinCalcSummary": 17.0, "DivideValue": 18.0, "AllDivideValueSummary": 19.0, "AfterDivdeCalcShopNeedReceive": 20.0, "ShopNeedReceiveTotal": 21.0, "TotalGetMoneyTimes": 22, "TotalGetMoneySummary": 23.0, "MoneyBalance": 24.0, "YearCode": 25, "MonthCode": 26, "LastMonthCarryDownDivideBase": 27.0, "ThisMonthDivideBase": 28.0, "LastMonthSurplus": 29.0 }, { "ShopId": "sample string 1", "ShopName": "sample string 2", "CalcedBillCount": 3, "NoCalcedBillCount": 4, "BillTotalNeedReceive": 5.0, "NoCalcedBillTotalNeedReceive": 6.0, "FrontDirectAllowance": 7.0, "ReceivedSummary": 8.0, "GuiderRebateByPlatform": 9.0, "CustomerRebateByPlatform": 10.0, "GuiderRebateByShop": 11.0, "CustomerRebateByShop": 12.0, "NotJoinBaseCalSummary": 13.0, "JoinBaseCalSummary": 14.0, "BaseDivideCalValue": 15.0, "NotJoinCalcSummary": 16.0, "JoinCalcSummary": 17.0, "DivideValue": 18.0, "AllDivideValueSummary": 19.0, "AfterDivdeCalcShopNeedReceive": 20.0, "ShopNeedReceiveTotal": 21.0, "TotalGetMoneyTimes": 22, "TotalGetMoneySummary": 23.0, "MoneyBalance": 24.0, "YearCode": 25, "MonthCode": 26, "LastMonthCarryDownDivideBase": 27.0, "ThisMonthDivideBase": 28.0, "LastMonthSurplus": 29.0 } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfMiniUnPosShopMonthAccountResultqt7pY6vE 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 xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.UnPos.Result.MiniprogarmApp"> <d2p1:MiniUnPosShopMonthAccountResult> <d2p1:AfterDivdeCalcShopNeedReceive>20</d2p1:AfterDivdeCalcShopNeedReceive> <d2p1:AllDivideValueSummary>19</d2p1:AllDivideValueSummary> <d2p1:BaseDivideCalValue>15</d2p1:BaseDivideCalValue> <d2p1:BillTotalNeedReceive>5</d2p1:BillTotalNeedReceive> <d2p1:CalcedBillCount>3</d2p1:CalcedBillCount> <d2p1:CustomerRebateByPlatform>10</d2p1:CustomerRebateByPlatform> <d2p1:CustomerRebateByShop>12</d2p1:CustomerRebateByShop> <d2p1:DivideValue>18</d2p1:DivideValue> <d2p1:FrontDirectAllowance>7</d2p1:FrontDirectAllowance> <d2p1:GuiderRebateByPlatform>9</d2p1:GuiderRebateByPlatform> <d2p1:GuiderRebateByShop>11</d2p1:GuiderRebateByShop> <d2p1:JoinBaseCalSummary>14</d2p1:JoinBaseCalSummary> <d2p1:JoinCalcSummary>17</d2p1:JoinCalcSummary> <d2p1:LastMonthCarryDownDivideBase>27</d2p1:LastMonthCarryDownDivideBase> <d2p1:LastMonthSurplus>29</d2p1:LastMonthSurplus> <d2p1:MoneyBalance>24</d2p1:MoneyBalance> <d2p1:MonthCode>26</d2p1:MonthCode> <d2p1:NoCalcedBillCount>4</d2p1:NoCalcedBillCount> <d2p1:NoCalcedBillTotalNeedReceive>6</d2p1:NoCalcedBillTotalNeedReceive> <d2p1:NotJoinBaseCalSummary>13</d2p1:NotJoinBaseCalSummary> <d2p1:NotJoinCalcSummary>16</d2p1:NotJoinCalcSummary> <d2p1:ReceivedSummary>8</d2p1:ReceivedSummary> <d2p1:ShopId>sample string 1</d2p1:ShopId> <d2p1:ShopName>sample string 2</d2p1:ShopName> <d2p1:ShopNeedReceiveTotal>21</d2p1:ShopNeedReceiveTotal> <d2p1:ThisMonthDivideBase>28</d2p1:ThisMonthDivideBase> <d2p1:TotalGetMoneySummary>23</d2p1:TotalGetMoneySummary> <d2p1:TotalGetMoneyTimes>22</d2p1:TotalGetMoneyTimes> <d2p1:YearCode>25</d2p1:YearCode> </d2p1:MiniUnPosShopMonthAccountResult> <d2p1:MiniUnPosShopMonthAccountResult> <d2p1:AfterDivdeCalcShopNeedReceive>20</d2p1:AfterDivdeCalcShopNeedReceive> <d2p1:AllDivideValueSummary>19</d2p1:AllDivideValueSummary> <d2p1:BaseDivideCalValue>15</d2p1:BaseDivideCalValue> <d2p1:BillTotalNeedReceive>5</d2p1:BillTotalNeedReceive> <d2p1:CalcedBillCount>3</d2p1:CalcedBillCount> <d2p1:CustomerRebateByPlatform>10</d2p1:CustomerRebateByPlatform> <d2p1:CustomerRebateByShop>12</d2p1:CustomerRebateByShop> <d2p1:DivideValue>18</d2p1:DivideValue> <d2p1:FrontDirectAllowance>7</d2p1:FrontDirectAllowance> <d2p1:GuiderRebateByPlatform>9</d2p1:GuiderRebateByPlatform> <d2p1:GuiderRebateByShop>11</d2p1:GuiderRebateByShop> <d2p1:JoinBaseCalSummary>14</d2p1:JoinBaseCalSummary> <d2p1:JoinCalcSummary>17</d2p1:JoinCalcSummary> <d2p1:LastMonthCarryDownDivideBase>27</d2p1:LastMonthCarryDownDivideBase> <d2p1:LastMonthSurplus>29</d2p1:LastMonthSurplus> <d2p1:MoneyBalance>24</d2p1:MoneyBalance> <d2p1:MonthCode>26</d2p1:MonthCode> <d2p1:NoCalcedBillCount>4</d2p1:NoCalcedBillCount> <d2p1:NoCalcedBillTotalNeedReceive>6</d2p1:NoCalcedBillTotalNeedReceive> <d2p1:NotJoinBaseCalSummary>13</d2p1:NotJoinBaseCalSummary> <d2p1:NotJoinCalcSummary>16</d2p1:NotJoinCalcSummary> <d2p1:ReceivedSummary>8</d2p1:ReceivedSummary> <d2p1:ShopId>sample string 1</d2p1:ShopId> <d2p1:ShopName>sample string 2</d2p1:ShopName> <d2p1:ShopNeedReceiveTotal>21</d2p1:ShopNeedReceiveTotal> <d2p1:ThisMonthDivideBase>28</d2p1:ThisMonthDivideBase> <d2p1:TotalGetMoneySummary>23</d2p1:TotalGetMoneySummary> <d2p1:TotalGetMoneyTimes>22</d2p1:TotalGetMoneyTimes> <d2p1:YearCode>25</d2p1:YearCode> </d2p1:MiniUnPosShopMonthAccountResult> </tag> </CommonOperationResultWithTagOfArrayOfMiniUnPosShopMonthAccountResultqt7pY6vE>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.