GET api/Chk/GetChkRecordDetailsModel?FKey={FKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FKey

integer

None.

Body Parameters

None.

Response Information

Resource Description

MessageModelOfGetChkRecordViewModel
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Msg

string

None.

Response

GetChkRecordViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 200,
  "Success": true,
  "Msg": "sample string 3",
  "Response": {
    "DetailsList": [
      {
        "FKey": 1,
        "FChkType": 1,
        "FChkTypeName": "sample string 2",
        "FChkItem": "sample string 3",
        "FChkResult": 1,
        "FChkResultName": "sample string 4",
        "FChkImage": "sample string 5",
        "FChkRemark": "sample string 6"
      },
      {
        "FKey": 1,
        "FChkType": 1,
        "FChkTypeName": "sample string 2",
        "FChkItem": "sample string 3",
        "FChkResult": 1,
        "FChkResultName": "sample string 4",
        "FChkImage": "sample string 5",
        "FChkRemark": "sample string 6"
      }
    ],
    "FKey": 1,
    "FCheckImage": "sample string 2",
    "FCustID": 1,
    "FCustNO": "sample string 3",
    "FCustType": 1,
    "FCustTel": "sample string 4",
    "FCustAddress": "sample string 5",
    "FCheckDate": "2025-12-06 13:42:00",
    "FChkResult": 1,
    "FRemark": "sample string 6",
    "FCheckOpt": 1,
    "FCheckOptName": "sample string 7",
    "FSignName": "sample string 8",
    "FBarCode": "sample string 9",
    "FBillNO": "sample string 10",
    "OtherHazards": "sample string 11",
    "SafePropaganda": 1,
    "DangersRectification": 1,
    "CustComments": 1,
    "RefuseSeason": "sample string 12",
    "RefuseSeasonId": 13
  }
}

application/xml, text/xml

Sample:
<MessageModelOfGetChkRecordViewModelKI6_SDWR9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity">
  <Msg>sample string 3</Msg>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel">
    <d2p1:CustComments>1</d2p1:CustComments>
    <d2p1:DangersRectification>1</d2p1:DangersRectification>
    <d2p1:DetailsList>
      <d2p1:ChkRecordDetailsViewModel>
        <d2p1:FChkImage>sample string 5</d2p1:FChkImage>
        <d2p1:FChkItem>sample string 3</d2p1:FChkItem>
        <d2p1:FChkRemark>sample string 6</d2p1:FChkRemark>
        <d2p1:FChkResult>1</d2p1:FChkResult>
        <d2p1:FChkResultName>sample string 4</d2p1:FChkResultName>
        <d2p1:FChkType>1</d2p1:FChkType>
        <d2p1:FChkTypeName>sample string 2</d2p1:FChkTypeName>
        <d2p1:FKey>1</d2p1:FKey>
      </d2p1:ChkRecordDetailsViewModel>
      <d2p1:ChkRecordDetailsViewModel>
        <d2p1:FChkImage>sample string 5</d2p1:FChkImage>
        <d2p1:FChkItem>sample string 3</d2p1:FChkItem>
        <d2p1:FChkRemark>sample string 6</d2p1:FChkRemark>
        <d2p1:FChkResult>1</d2p1:FChkResult>
        <d2p1:FChkResultName>sample string 4</d2p1:FChkResultName>
        <d2p1:FChkType>1</d2p1:FChkType>
        <d2p1:FChkTypeName>sample string 2</d2p1:FChkTypeName>
        <d2p1:FKey>1</d2p1:FKey>
      </d2p1:ChkRecordDetailsViewModel>
    </d2p1:DetailsList>
    <d2p1:FBarCode>sample string 9</d2p1:FBarCode>
    <d2p1:FBillNO>sample string 10</d2p1:FBillNO>
    <d2p1:FCheckDate>2025-12-06T13:42:00.560145+08:00</d2p1:FCheckDate>
    <d2p1:FCheckImage>sample string 2</d2p1:FCheckImage>
    <d2p1:FCheckOpt>1</d2p1:FCheckOpt>
    <d2p1:FCheckOptName>sample string 7</d2p1:FCheckOptName>
    <d2p1:FChkResult>1</d2p1:FChkResult>
    <d2p1:FCustAddress>sample string 5</d2p1:FCustAddress>
    <d2p1:FCustID>1</d2p1:FCustID>
    <d2p1:FCustNO>sample string 3</d2p1:FCustNO>
    <d2p1:FCustTel>sample string 4</d2p1:FCustTel>
    <d2p1:FCustType>1</d2p1:FCustType>
    <d2p1:FKey>1</d2p1:FKey>
    <d2p1:FRemark>sample string 6</d2p1:FRemark>
    <d2p1:FSignName>sample string 8</d2p1:FSignName>
    <d2p1:OtherHazards>sample string 11</d2p1:OtherHazards>
    <d2p1:RefuseSeason>sample string 12</d2p1:RefuseSeason>
    <d2p1:RefuseSeasonId>13</d2p1:RefuseSeasonId>
    <d2p1:SafePropaganda>1</d2p1:SafePropaganda>
  </Response>
  <Status>200</Status>
  <Success>true</Success>
</MessageModelOfGetChkRecordViewModelKI6_SDWR9>