POST api/declare/queryDcrResultDataSource
Request Information
URI Parameters
None.
Body Parameters
EntGoldenDcrResultName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
HeadId | integer |
None. |
|
EmsNo | string |
None. |
|
DcrTimes | decimal number |
None. |
|
CopGNo | string |
None. |
|
SeqNo | decimal number |
None. |
|
GName | string |
None. |
|
UNIT | string |
None. |
|
ShdRemainQty | decimal number |
None. |
|
ActlRemainQty | decimal number |
None. |
|
DsmlQty | decimal number |
None. |
|
DsmlAmt | decimal number |
None. |
|
DsmlRate | decimal number |
None. |
|
LfmtImprQty | decimal number |
None. |
|
TgblLossQty | decimal number |
None. |
|
ShdRemainTotalAmt | decimal number |
None. |
|
ActlRemainTotalAmount | decimal number |
None. |
|
CsmTotalQty | decimal number |
None. |
|
CsmTotalAmt | decimal number |
None. |
|
ImpOrExpTotalQty | decimal number |
None. |
|
SdinQty | decimal number |
None. |
|
SdinTotalAmt | decimal number |
None. |
|
EndprdRetnExchExpQty | decimal number |
None. |
|
EndprdRetnExchImpQty | decimal number |
None. |
|
LfmtImprTotalAmt | decimal number |
None. |
|
DprcsCrdwImpexpQty | decimal number |
None. |
|
ReexpQty | decimal number |
None. |
|
RemainMtpckTrfoutQty | decimal number |
None. |
|
MtpckEndprdDstryQty | decimal number |
None. |
|
LfmtDstryQty | decimal number |
None. |
|
VrfredQty | decimal number |
None. |
|
VrfaddQty | decimal number |
None. |
|
IntgbLossQty | decimal number |
None. |
|
DclcusInvtAvgUprcAmt | decimal number |
None. |
|
VclrPridInitQty | decimal number |
None. |
|
FstSpareMarkcd | string |
None. |
|
SpareAmt | decimal number |
None. |
|
SpareQty | decimal number |
None. |
|
Remark | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "1", "headId": "2", "emsNo": "sample string 3", "dcrTimes": 4.0, "copGNo": "sample string 5", "seqNo": 6.0, "gName": "sample string 7", "unit": "sample string 8", "shdRemainQty": 9.0, "actlRemainQty": 10.0, "dsmlQty": 11.0, "dsmlAmt": 12.0, "dsmlRate": 13.0, "lfmtImprQty": 14.0, "tgblLossQty": 15.0, "shdRemainTotalAmt": 16.0, "actlRemainTotalAmount": 17.0, "csmTotalQty": 18.0, "csmTotalAmt": 19.0, "impOrExpTotalQty": 20.0, "sdinQty": 21.0, "sdinTotalAmt": 22.0, "endprdRetnExchExpQty": 23.0, "endprdRetnExchImpQty": 24.0, "lfmtImprTotalAmt": 25.0, "dprcsCrdwImpexpQty": 26.0, "reexpQty": 27.0, "remainMtpckTrfoutQty": 28.0, "mtpckEndprdDstryQty": 29.0, "lfmtDstryQty": 30.0, "vrfredQty": 31.0, "vrfaddQty": 32.0, "intgbLossQty": 33.0, "dclcusInvtAvgUprcAmt": 34.0, "vclrPridInitQty": 35.0, "fstSpareMarkcd": "sample string 36", "spareAmt": 37.0, "spareQty": 38.0, "remark": "sample string 39", "pageSize": 40, "pageIndex": 41, "totalCount": 42 }
application/xml, text/xml
Sample:
<EntGoldenDcrResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>41</PageIndex> <PageSize>40</PageSize> <TotalCount>42</TotalCount> <ActlRemainQty>10</ActlRemainQty> <ActlRemainTotalAmount>17</ActlRemainTotalAmount> <CopGNo>sample string 5</CopGNo> <CsmTotalAmt>19</CsmTotalAmt> <CsmTotalQty>18</CsmTotalQty> <DclcusInvtAvgUprcAmt>34</DclcusInvtAvgUprcAmt> <DcrTimes>4</DcrTimes> <DprcsCrdwImpexpQty>26</DprcsCrdwImpexpQty> <DsmlAmt>12</DsmlAmt> <DsmlQty>11</DsmlQty> <DsmlRate>13</DsmlRate> <EmsNo>sample string 3</EmsNo> <EndprdRetnExchExpQty>23</EndprdRetnExchExpQty> <EndprdRetnExchImpQty>24</EndprdRetnExchImpQty> <FstSpareMarkcd>sample string 36</FstSpareMarkcd> <GName>sample string 7</GName> <HeadId>2</HeadId> <ID>1</ID> <ImpOrExpTotalQty>20</ImpOrExpTotalQty> <IntgbLossQty>33</IntgbLossQty> <LfmtDstryQty>30</LfmtDstryQty> <LfmtImprQty>14</LfmtImprQty> <LfmtImprTotalAmt>25</LfmtImprTotalAmt> <MtpckEndprdDstryQty>29</MtpckEndprdDstryQty> <ReexpQty>27</ReexpQty> <RemainMtpckTrfoutQty>28</RemainMtpckTrfoutQty> <Remark>sample string 39</Remark> <SdinQty>21</SdinQty> <SdinTotalAmt>22</SdinTotalAmt> <SeqNo>6</SeqNo> <ShdRemainQty>9</ShdRemainQty> <ShdRemainTotalAmt>16</ShdRemainTotalAmt> <SpareAmt>37</SpareAmt> <SpareQty>38</SpareQty> <TgblLossQty>15</TgblLossQty> <UNIT>sample string 8</UNIT> <VclrPridInitQty>35</VclrPridInitQty> <VrfaddQty>32</VrfaddQty> <VrfredQty>31</VrfredQty> </EntGoldenDcrResult>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultDataTableName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | PagedResultDataTable |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": { "totalCount": 1, "items": null }, "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultDataTableDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models"> <d2p1:items i:nil="true" /> <d2p1:totalCount>1</d2p1:totalCount> </Data> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfPagedResultDataTableDN9A7J8d>