GET TestDataGeneration_Pinmonitor_Datainsert
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Total| Name | Description | Type | Additional information |
|---|---|---|---|
| Issucess | boolean |
None. |
|
| TotalOKCount | string |
None. |
|
| TotalCompleteCount | string |
None. |
|
| TotalNOTOKCount | string |
None. |
|
| TotalCount | string |
None. |
|
| msg | string |
None. |
|
| CheckSheetId | string |
None. |
|
| MixTicketId | string |
None. |
|
| MISLevels | Collection of MISLevelsjson |
None. |
|
| IsHeaderAvailable | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Issucess": true,
"TotalOKCount": "sample string 2",
"TotalCompleteCount": "sample string 3",
"TotalNOTOKCount": "sample string 4",
"TotalCount": "sample string 5",
"msg": "sample string 6",
"CheckSheetId": "sample string 7",
"MixTicketId": "sample string 8",
"MISLevels": [
{
"LevelName": "sample string 1",
"OperationName": "sample string 2",
"ismultilple": "sample string 3"
},
{
"LevelName": "sample string 1",
"OperationName": "sample string 2",
"ismultilple": "sample string 3"
}
],
"IsHeaderAvailable": true
}
application/xml, text/xml
Sample:
<Total xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CEAT_Audit_WebAPI.Controllers">
<CheckSheetId>sample string 7</CheckSheetId>
<IsHeaderAvailable>true</IsHeaderAvailable>
<Issucess>true</Issucess>
<MISLevels>
<MISLevelsjson>
<LevelName>sample string 1</LevelName>
<OperationName>sample string 2</OperationName>
<ismultilple>sample string 3</ismultilple>
</MISLevelsjson>
<MISLevelsjson>
<LevelName>sample string 1</LevelName>
<OperationName>sample string 2</OperationName>
<ismultilple>sample string 3</ismultilple>
</MISLevelsjson>
</MISLevels>
<MixTicketId>sample string 8</MixTicketId>
<TotalCompleteCount>sample string 3</TotalCompleteCount>
<TotalCount>sample string 5</TotalCount>
<TotalNOTOKCount>sample string 4</TotalNOTOKCount>
<TotalOKCount>sample string 2</TotalOKCount>
<msg>sample string 6</msg>
</Total>