GET api/InspectionManagement/GetModelById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReturnResultOfEntTgBusinessInspection| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | EntTgBusinessInspection |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"id": "1",
"customerCode": "sample string 2",
"entryID": "sample string 3",
"entryIdHg": "sample string 4",
"inspectionStart": "2025-10-31 00:26:51",
"inspectionEnd": "2025-10-31 00:26:51",
"inspectionCause": "sample string 5",
"inspectionResult": "sample string 6",
"inspectionPort": "sample string 7",
"createTime": "2025-10-31 00:26:51",
"createUser": "sample string 8",
"updateTime": "2025-10-31 00:26:51",
"updateUser": "sample string 9",
"usd1": "sample string 10",
"usd2": "sample string 11",
"usd3": "sample string 12",
"remark": "sample string 13",
"pageSize": 14,
"pageIndex": 15,
"totalCount": 16
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfEntTgBusinessInspectionJWrFJ9jl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
<Data>
<PageIndex>15</PageIndex>
<PageSize>14</PageSize>
<TotalCount>16</TotalCount>
<CreateTime>2025-10-31T00:26:51.735507+08:00</CreateTime>
<CreateUser>sample string 8</CreateUser>
<CustomerCode>sample string 2</CustomerCode>
<EntryID>sample string 3</EntryID>
<EntryIdHg>sample string 4</EntryIdHg>
<Id>1</Id>
<InspectionCause>sample string 5</InspectionCause>
<InspectionEnd>2025-10-31T00:26:51.735507+08:00</InspectionEnd>
<InspectionPort>sample string 7</InspectionPort>
<InspectionResult>sample string 6</InspectionResult>
<InspectionStart>2025-10-31T00:26:51.735507+08:00</InspectionStart>
<Remark>sample string 13</Remark>
<UpdateTime>2025-10-31T00:26:51.735507+08:00</UpdateTime>
<UpdateUser>sample string 9</UpdateUser>
<Usd1>sample string 10</Usd1>
<Usd2>sample string 11</Usd2>
<Usd3>sample string 12</Usd3>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfEntTgBusinessInspectionJWrFJ9jl>