POST api/orgBomHistory/Export
Request Information
URI Parameters
None.
Body Parameters
EntGoldenOrgBomHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| ImgName | string |
None. |
|
| ExgName | string |
None. |
|
| RecordDateType | string |
None. |
|
| RecordDateStart | date |
None. |
|
| RecordDateEnd | date |
None. |
|
| ID | integer |
None. |
|
| EmsNo | string |
None. |
|
| ExgNo | string |
None. |
|
| ImgNo | string |
None. |
|
| ErpExgUnit | string |
None. |
|
| ErpImgUnit | string |
None. |
|
| UcnsQty | decimal number |
None. |
|
| DecDm | decimal number |
None. |
|
| WastageRate | decimal number |
None. |
|
| OtherCm | decimal number |
None. |
|
| OtherDm | decimal number |
None. |
|
| CmMark | string |
None. |
|
| ProductMark | string |
None. |
|
| ProductType | string |
None. |
|
| RecordFlag | string |
None. |
|
| ModifyMark | string |
None. |
|
| ControlMark | string |
None. |
|
| ModifyTimes | decimal number |
None. |
|
| BeginDate | string |
None. |
|
| EndDate | string |
None. |
|
| EmsId | decimal number |
None. |
|
| NOTE | string |
None. |
|
| CreateUser | string |
None. |
|
| CreateTime | date |
None. |
|
| CurrentEffective | decimal number |
None. |
|
| GNoImg | integer |
None. |
|
| GNoExg | integer |
None. |
|
| TgblLossRate | decimal number |
None. |
|
| IntgbLossRate | decimal number |
None. |
|
| BondMtpckPrpr | decimal number |
None. |
|
| UcnsDclStucd | string |
None. |
|
| NetUseupQty | decimal number |
None. |
|
| OrganizationCode | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"imgName": "sample string 1",
"exgName": "sample string 2",
"recordDateType": "sample string 3",
"recordDateStart": "2025-10-30 21:26:37",
"recordDateEnd": "2025-10-30 21:26:37",
"id": "4",
"emsNo": "sample string 5",
"exgNo": "sample string 6",
"imgNo": "sample string 7",
"erpExgUnit": "sample string 8",
"erpImgUnit": "sample string 9",
"ucnsQty": 10.0,
"decDm": 11.0,
"wastageRate": 12.0,
"otherCm": 13.0,
"otherDm": 14.0,
"cmMark": "sample string 15",
"productMark": "sample string 16",
"productType": "sample string 17",
"recordFlag": "sample string 18",
"modifyMark": "sample string 19",
"controlMark": "sample string 20",
"modifyTimes": 21.0,
"beginDate": "sample string 22",
"endDate": "sample string 23",
"emsId": 24.0,
"note": "sample string 25",
"createUser": "sample string 26",
"createTime": "2025-10-30 21:26:37",
"currentEffective": 27.0,
"gNoImg": 28,
"gNoExg": 29,
"tgblLossRate": 30.0,
"intgbLossRate": 31.0,
"bondMtpckPrpr": 32.0,
"ucnsDclStucd": "sample string 33",
"netUseupQty": 34.0,
"organizationCode": "sample string 35",
"pageSize": 36,
"pageIndex": 37,
"totalCount": 38
}
application/xml, text/xml
Sample:
<EntGoldenOrgBomHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>37</PageIndex> <PageSize>36</PageSize> <TotalCount>38</TotalCount> <BeginDate>sample string 22</BeginDate> <BondMtpckPrpr>32</BondMtpckPrpr> <CmMark>sample string 15</CmMark> <ControlMark>sample string 20</ControlMark> <CreateTime>2025-10-30T21:26:37.0911111+08:00</CreateTime> <CreateUser>sample string 26</CreateUser> <CurrentEffective>27</CurrentEffective> <DecDm>11</DecDm> <EmsId>24</EmsId> <EmsNo>sample string 5</EmsNo> <EndDate>sample string 23</EndDate> <ErpExgUnit>sample string 8</ErpExgUnit> <ErpImgUnit>sample string 9</ErpImgUnit> <ExgName>sample string 2</ExgName> <ExgNo>sample string 6</ExgNo> <GNoExg>29</GNoExg> <GNoImg>28</GNoImg> <ID>4</ID> <ImgName>sample string 1</ImgName> <ImgNo>sample string 7</ImgNo> <IntgbLossRate>31</IntgbLossRate> <ModifyMark>sample string 19</ModifyMark> <ModifyTimes>21</ModifyTimes> <NOTE>sample string 25</NOTE> <NetUseupQty>34</NetUseupQty> <OrganizationCode>sample string 35</OrganizationCode> <OtherCm>13</OtherCm> <OtherDm>14</OtherDm> <ProductMark>sample string 16</ProductMark> <ProductType>sample string 17</ProductType> <RecordDateEnd>2025-10-30T21:26:37.0911111+08:00</RecordDateEnd> <RecordDateStart>2025-10-30T21:26:37.0911111+08:00</RecordDateStart> <RecordDateType>sample string 3</RecordDateType> <RecordFlag>sample string 18</RecordFlag> <TgblLossRate>30</TgblLossRate> <UcnsDclStucd>sample string 33</UcnsDclStucd> <UcnsQty>10</UcnsQty> <WastageRate>12</WastageRate> </EntGoldenOrgBomHistory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |