GET api/Chk/GetAllChkList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MessageModelOfAllChkListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | AllChkListViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": {
"TypeList": [
{
"FCode": 1,
"FName": "sample string 2",
"FImgStatus": 3
},
{
"FCode": 1,
"FName": "sample string 2",
"FImgStatus": 3
}
],
"ChkList": [
{
"FKey": 1,
"FType": 1,
"FItem": "sample string 2",
"FRemark": "sample string 3",
"FCustType": "sample string 4",
"FImgStatus": 5,
"Sort": 1
},
{
"FKey": 1,
"FType": 1,
"FItem": "sample string 2",
"FRemark": "sample string 3",
"FCustType": "sample string 4",
"FImgStatus": 5,
"Sort": 1
}
]
}
}
application/xml, text/xml
Sample:
<MessageModelOfAllChkListViewModelKI6_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:ChkList>
<d2p1:AllChkViewModel>
<d2p1:FCustType>sample string 4</d2p1:FCustType>
<d2p1:FImgStatus>5</d2p1:FImgStatus>
<d2p1:FItem>sample string 2</d2p1:FItem>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FRemark>sample string 3</d2p1:FRemark>
<d2p1:FType>1</d2p1:FType>
<d2p1:Sort>1</d2p1:Sort>
</d2p1:AllChkViewModel>
<d2p1:AllChkViewModel>
<d2p1:FCustType>sample string 4</d2p1:FCustType>
<d2p1:FImgStatus>5</d2p1:FImgStatus>
<d2p1:FItem>sample string 2</d2p1:FItem>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FRemark>sample string 3</d2p1:FRemark>
<d2p1:FType>1</d2p1:FType>
<d2p1:Sort>1</d2p1:Sort>
</d2p1:AllChkViewModel>
</d2p1:ChkList>
<d2p1:TypeList>
<d2p1:AllChkTypeListViewModel>
<d2p1:FCode>1</d2p1:FCode>
<d2p1:FImgStatus>3</d2p1:FImgStatus>
<d2p1:FName>sample string 2</d2p1:FName>
</d2p1:AllChkTypeListViewModel>
<d2p1:AllChkTypeListViewModel>
<d2p1:FCode>1</d2p1:FCode>
<d2p1:FImgStatus>3</d2p1:FImgStatus>
<d2p1:FName>sample string 2</d2p1:FName>
</d2p1:AllChkTypeListViewModel>
</d2p1:TypeList>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfAllChkListViewModelKI6_SDWR9>