GET api/BIRptData/GetBatchPassPercentData
批次合格率
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
ParamModal |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "ErrorMsg": "sample string 1", "TotalRate": "sample string 2", "AllRows": [ { "Kh_No": "sample string 1", "Kh_Name": "sample string 2", "Come_Quan": 3, "Ok_Quan": 4, "Rtn_Quan": 5, "Rate": 6.0, "Rank": 7 }, { "Kh_No": "sample string 1", "Kh_Name": "sample string 2", "Come_Quan": 3, "Ok_Quan": 4, "Rtn_Quan": 5, "Rate": 6.0, "Rank": 7 }, { "Kh_No": "sample string 1", "Kh_Name": "sample string 2", "Come_Quan": 3, "Ok_Quan": 4, "Rtn_Quan": 5, "Rate": 6.0, "Rank": 7 } ], "KhRows": [ { "Period": "sample string 1", "Come_Quan": 2, "Ok_Quan": 3, "Rtn_Quan": 4, "Rate": 5.0 }, { "Period": "sample string 1", "Come_Quan": 2, "Ok_Quan": 3, "Rtn_Quan": 4, "Rate": 5.0 }, { "Period": "sample string 1", "Come_Quan": 2, "Ok_Quan": 3, "Rtn_Quan": 4, "Rate": 5.0 } ] }
application/xml, text/xml
Sample:
<RptBatchPassPercentModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models.BI"> <AllRows> <BatchPassPercentAllModal> <Come_Quan>3</Come_Quan> <Kh_Name>sample string 2</Kh_Name> <Kh_No>sample string 1</Kh_No> <Ok_Quan>4</Ok_Quan> <Rank>7</Rank> <Rate>6</Rate> <Rtn_Quan>5</Rtn_Quan> </BatchPassPercentAllModal> <BatchPassPercentAllModal> <Come_Quan>3</Come_Quan> <Kh_Name>sample string 2</Kh_Name> <Kh_No>sample string 1</Kh_No> <Ok_Quan>4</Ok_Quan> <Rank>7</Rank> <Rate>6</Rate> <Rtn_Quan>5</Rtn_Quan> </BatchPassPercentAllModal> <BatchPassPercentAllModal> <Come_Quan>3</Come_Quan> <Kh_Name>sample string 2</Kh_Name> <Kh_No>sample string 1</Kh_No> <Ok_Quan>4</Ok_Quan> <Rank>7</Rank> <Rate>6</Rate> <Rtn_Quan>5</Rtn_Quan> </BatchPassPercentAllModal> </AllRows> <ErrorMsg>sample string 1</ErrorMsg> <KhRows> <BatchPassPercentKhModal> <Come_Quan>2</Come_Quan> <Ok_Quan>3</Ok_Quan> <Period>sample string 1</Period> <Rate>5</Rate> <Rtn_Quan>4</Rtn_Quan> </BatchPassPercentKhModal> <BatchPassPercentKhModal> <Come_Quan>2</Come_Quan> <Ok_Quan>3</Ok_Quan> <Period>sample string 1</Period> <Rate>5</Rate> <Rtn_Quan>4</Rtn_Quan> </BatchPassPercentKhModal> <BatchPassPercentKhModal> <Come_Quan>2</Come_Quan> <Ok_Quan>3</Ok_Quan> <Period>sample string 1</Period> <Rate>5</Rate> <Rtn_Quan>4</Rtn_Quan> </BatchPassPercentKhModal> </KhRows> <TotalRate>sample string 2</TotalRate> </RptBatchPassPercentModal>