POST api/itRecordInfo/getRecordInfoImgList
Request Information
URI Parameters
None.
Body Parameters
EntGoldenTradeImgHistoryName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
EmsId | decimal number |
None. |
|
OrganizationCode | string |
None. |
|
EmsNo | string |
None. |
|
GNo | decimal number |
None. |
|
CopGNo | string |
None. |
|
GName | string |
None. |
|
GModel | string |
None. |
|
CodeT | string |
None. |
|
CodeS | string |
None. |
|
ClassMark | string |
None. |
|
UNIT | string |
None. |
|
DecPrice | decimal number |
None. |
|
DecPriceRmb | decimal number |
None. |
|
Unit1 | string |
None. |
|
Unit2 | string |
None. |
|
Factor1 | decimal number |
None. |
|
Factor2 | decimal number |
None. |
|
FactorWt | decimal number |
None. |
|
FactorRate | decimal number |
None. |
|
QTY | decimal number |
None. |
|
MaxQty | decimal number |
None. |
|
FirstQty | decimal number |
None. |
|
CountryCode | decimal number |
None. |
|
CURR | decimal number |
None. |
|
IEType | string |
None. |
|
ModifyMark | string |
None. |
|
SourceMark | string |
None. |
|
ModifyTimes | decimal number |
None. |
|
UseType | decimal number |
None. |
|
NOTE | string |
None. |
|
Note1 | string |
None. |
|
Note2 | string |
None. |
|
CreateUser | string |
None. |
|
CreateTime | date |
None. |
|
CurrentEffective | decimal number |
None. |
|
RecordFlag | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "1", "emsId": 2.0, "organizationCode": "sample string 3", "emsNo": "sample string 4", "gNo": 5.0, "copGNo": "sample string 6", "gName": "sample string 7", "gModel": "sample string 8", "codeT": "sample string 9", "codeS": "sample string 10", "classMark": "sample string 11", "unit": "sample string 12", "decPrice": 13.0, "decPriceRmb": 14.0, "unit1": "sample string 15", "unit2": "sample string 16", "factor1": 17.0, "factor2": 18.0, "factorWt": 19.0, "factorRate": 20.0, "qty": 21.0, "maxQty": 22.0, "firstQty": 23.0, "countryCode": 24.0, "curr": 25.0, "ieType": "sample string 26", "modifyMark": "sample string 27", "sourceMark": "sample string 28", "modifyTimes": 29.0, "useType": 30.0, "note": "sample string 31", "note1": "sample string 32", "note2": "sample string 33", "createUser": "sample string 34", "createTime": "2024-11-21 16:52:43", "currentEffective": 35.0, "recordFlag": "sample string 36", "pageSize": 37, "pageIndex": 38, "totalCount": 39 }
application/xml, text/xml
Sample:
<EntGoldenTradeImgHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>38</PageIndex> <PageSize>37</PageSize> <TotalCount>39</TotalCount> <CURR>25</CURR> <ClassMark>sample string 11</ClassMark> <CodeS>sample string 10</CodeS> <CodeT>sample string 9</CodeT> <CopGNo>sample string 6</CopGNo> <CountryCode>24</CountryCode> <CreateTime>2024-11-21T16:52:43.2352559+08:00</CreateTime> <CreateUser>sample string 34</CreateUser> <CurrentEffective>35</CurrentEffective> <DecPrice>13</DecPrice> <DecPriceRmb>14</DecPriceRmb> <EmsId>2</EmsId> <EmsNo>sample string 4</EmsNo> <Factor1>17</Factor1> <Factor2>18</Factor2> <FactorRate>20</FactorRate> <FactorWt>19</FactorWt> <FirstQty>23</FirstQty> <GModel>sample string 8</GModel> <GName>sample string 7</GName> <GNo>5</GNo> <ID>1</ID> <IEType>sample string 26</IEType> <MaxQty>22</MaxQty> <ModifyMark>sample string 27</ModifyMark> <ModifyTimes>29</ModifyTimes> <NOTE>sample string 31</NOTE> <Note1>sample string 32</Note1> <Note2>sample string 33</Note2> <OrganizationCode>sample string 3</OrganizationCode> <QTY>21</QTY> <RecordFlag>sample string 36</RecordFlag> <SourceMark>sample string 28</SourceMark> <UNIT>sample string 12</UNIT> <Unit1>sample string 15</Unit1> <Unit2>sample string 16</Unit2> <UseType>30</UseType> </EntGoldenTradeImgHistory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultPageOfDataTableName | Description | Type | Additional information |
---|---|---|---|
totalCount | integer |
None. |
|
items | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalCount": 1, "items": {} }
application/xml, text/xml
Sample:
<ReturnResultPageOfDataTableymujubN2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models"> <items /> <totalCount>1</totalCount> </ReturnResultPageOfDataTableymujubN2>