GET api/Chk/GetChkList?FType={FType}&FCustNo={FCustNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FType | string |
None. |
|
| FCustNo | string |
None. |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfListOfChkListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | Collection of ChkListViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": [
{
"FType": 1,
"ChkList": [
{
"FKey": 1,
"FItem": "sample string 2",
"FRemark": "sample string 3"
},
{
"FKey": 1,
"FItem": "sample string 2",
"FRemark": "sample string 3"
}
]
},
{
"FType": 1,
"ChkList": [
{
"FKey": 1,
"FItem": "sample string 2",
"FRemark": "sample string 3"
},
{
"FKey": 1,
"FItem": "sample string 2",
"FRemark": "sample string 3"
}
]
}
]
}
application/xml, text/xml
Sample:
<MessageModelOfArrayOfChkListViewModelKI6_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:ChkListViewModel>
<d2p1:ChkList>
<d2p1:ChkModelViewModel>
<d2p1:FItem>sample string 2</d2p1:FItem>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FRemark>sample string 3</d2p1:FRemark>
</d2p1:ChkModelViewModel>
<d2p1:ChkModelViewModel>
<d2p1:FItem>sample string 2</d2p1:FItem>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FRemark>sample string 3</d2p1:FRemark>
</d2p1:ChkModelViewModel>
</d2p1:ChkList>
<d2p1:FType>1</d2p1:FType>
</d2p1:ChkListViewModel>
<d2p1:ChkListViewModel>
<d2p1:ChkList>
<d2p1:ChkModelViewModel>
<d2p1:FItem>sample string 2</d2p1:FItem>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FRemark>sample string 3</d2p1:FRemark>
</d2p1:ChkModelViewModel>
<d2p1:ChkModelViewModel>
<d2p1:FItem>sample string 2</d2p1:FItem>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FRemark>sample string 3</d2p1:FRemark>
</d2p1:ChkModelViewModel>
</d2p1:ChkList>
<d2p1:FType>1</d2p1:FType>
</d2p1:ChkListViewModel>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfArrayOfChkListViewModelKI6_SDWR9>