POST api/CheckList/MachineCheckListGeneration
Request Information
URI Parameters
None.
Body Parameters
MCheckListGen| Name | Description | Type | Additional information |
|---|---|---|---|
| Check_ID | integer |
None. |
|
| Machine_ID | integer |
None. |
|
| Checked_Date | date |
None. |
|
| Checked_By | integer |
None. |
|
| status | integer |
None. |
|
| ckhdt | Collection of MCheckListDt |
None. |
Request Formats
application/json, text/json
Sample:
{
"Check_ID": 1,
"Machine_ID": 1,
"Checked_Date": "2026-01-14T02:03:45.1373766-08:00",
"Checked_By": 1,
"status": 1,
"ckhdt": [
{
"ID": 1,
"Activity_ID": 1,
"Machine_ID": 1,
"Critical": 1,
"NonCritical": 1,
"CheckList_Date": "2026-01-14T02:03:45.1373766-08:00",
"Remarks": "sample string 2",
"Check_ID": 1
},
{
"ID": 1,
"Activity_ID": 1,
"Machine_ID": 1,
"Critical": 1,
"NonCritical": 1,
"CheckList_Date": "2026-01-14T02:03:45.1373766-08:00",
"Remarks": "sample string 2",
"Check_ID": 1
}
]
}
application/xml, text/xml
Sample:
<MCheckListGen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IUMT_Services.Models">
<Check_ID>1</Check_ID>
<Checked_By>1</Checked_By>
<Checked_Date>2026-01-14T02:03:45.1373766-08:00</Checked_Date>
<Machine_ID>1</Machine_ID>
<ckhdt>
<MCheckListDt>
<Activity_ID>1</Activity_ID>
<CheckList_Date>2026-01-14T02:03:45.1373766-08:00</CheckList_Date>
<Check_ID>1</Check_ID>
<Critical>1</Critical>
<ID>1</ID>
<Machine_ID>1</Machine_ID>
<NonCritical>1</NonCritical>
<Remarks>sample string 2</Remarks>
</MCheckListDt>
<MCheckListDt>
<Activity_ID>1</Activity_ID>
<CheckList_Date>2026-01-14T02:03:45.1373766-08:00</CheckList_Date>
<Check_ID>1</Check_ID>
<Critical>1</Critical>
<ID>1</ID>
<Machine_ID>1</Machine_ID>
<NonCritical>1</NonCritical>
<Remarks>sample string 2</Remarks>
</MCheckListDt>
</ckhdt>
<status>1</status>
</MCheckListGen>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |