GET api/InspectionManagement/GetModelById/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReturnResultOfEntTgBusinessInspectionName | 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": "2024-11-21 16:31:23", "inspectionEnd": "2024-11-21 16:31:23", "inspectionCause": "sample string 5", "inspectionResult": "sample string 6", "inspectionPort": "sample string 7", "createTime": "2024-11-21 16:31:23", "createUser": "sample string 8", "updateTime": "2024-11-21 16:31:23", "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>2024-11-21T16:31:23.6131244+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>2024-11-21T16:31:23.6131244+08:00</InspectionEnd> <InspectionPort>sample string 7</InspectionPort> <InspectionResult>sample string 6</InspectionResult> <InspectionStart>2024-11-21T16:31:23.6131244+08:00</InspectionStart> <Remark>sample string 13</Remark> <UpdateTime>2024-11-21T16:31:23.6131244+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>