GET Api/CheckListApi/CreateScheduleChecklist?scheduleId={scheduleId}&checklistId={checklistId}&IsExtra={IsExtra}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scheduleId | integer |
Required |
|
| checklistId | integer |
Required |
|
| IsExtra | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
CHLScheduleCheckListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ScheduleId | integer |
None. |
|
| CheckListId | integer |
None. |
|
| IsSelected | boolean |
None. |
|
| Title | string |
None. |
|
| VisitType | globally unique identifier |
None. |
|
| EnVisitType | string |
None. |
|
| ArVisitType | string |
None. |
|
| CategoryId | globally unique identifier |
None. |
|
| WorkflowStatues | globally unique identifier |
None. |
|
| Activity | string |
None. |
|
| Shop | string |
None. |
|
| WorkFlow | string |
None. |
|
| UnSeenCommentsCount | integer |
None. |
|
| UnSeenSummeryCommentsCount | integer |
None. |
|
| OverAllScore | decimal number |
None. |
|
| hasCommunication | boolean |
None. |
|
| IsExtra | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ScheduleId": 2,
"CheckListId": 3,
"IsSelected": true,
"Title": "sample string 4",
"VisitType": "7c4acaed-b6cd-4a0d-b66d-dafc1d2aa758",
"EnVisitType": "sample string 5",
"ArVisitType": "sample string 6",
"CategoryId": "d6457666-5a04-4f27-8f77-6526b870d1e2",
"WorkflowStatues": "203aaf96-fda6-402a-a880-65b67014ec9c",
"Activity": "sample string 7",
"Shop": "sample string 8",
"WorkFlow": "sample string 9",
"UnSeenCommentsCount": 1,
"UnSeenSummeryCommentsCount": 1,
"OverAllScore": 1.0,
"hasCommunication": true,
"IsExtra": true
}
text/html, multipart/form-data
Sample:
{"Id":1,"ScheduleId":2,"CheckListId":3,"IsSelected":true,"Title":"sample string 4","VisitType":"7c4acaed-b6cd-4a0d-b66d-dafc1d2aa758","EnVisitType":"sample string 5","ArVisitType":"sample string 6","CategoryId":"d6457666-5a04-4f27-8f77-6526b870d1e2","WorkflowStatues":"203aaf96-fda6-402a-a880-65b67014ec9c","Activity":"sample string 7","Shop":"sample string 8","WorkFlow":"sample string 9","UnSeenCommentsCount":1,"UnSeenSummeryCommentsCount":1,"OverAllScore":1.0,"hasCommunication":true,"IsExtra":true}
application/xml, text/xml
Sample:
<CHLScheduleCheckListDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <Activity>sample string 7</Activity> <ArVisitType>sample string 6</ArVisitType> <CategoryId>d6457666-5a04-4f27-8f77-6526b870d1e2</CategoryId> <CheckListId>3</CheckListId> <EnVisitType>sample string 5</EnVisitType> <Id>1</Id> <IsExtra>true</IsExtra> <IsSelected>true</IsSelected> <OverAllScore>1</OverAllScore> <ScheduleId>2</ScheduleId> <Shop>sample string 8</Shop> <Title>sample string 4</Title> <UnSeenCommentsCount>1</UnSeenCommentsCount> <UnSeenSummeryCommentsCount>1</UnSeenSummeryCommentsCount> <VisitType>7c4acaed-b6cd-4a0d-b66d-dafc1d2aa758</VisitType> <WorkFlow>sample string 9</WorkFlow> <WorkflowStatues>203aaf96-fda6-402a-a880-65b67014ec9c</WorkflowStatues> <hasCommunication>true</hasCommunication> </CHLScheduleCheckListDTO>