POST api/UpdateAuditPlanCheckList
Request Information
URI Parameters
None.
Body Parameters
UpdateAuditPlanCheckListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserEmail | string |
None. |
|
| CheckListID | integer |
None. |
|
| CheckListName | string |
None. |
|
| ProjectTypeID | integer |
None. |
|
| NumOfReturnDate | integer |
None. |
|
| Status | string |
None. |
|
| ProjectList | Collection of ProjectModel |
None. |
|
| JobTypeList | Collection of JobTypeModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserEmail": "sample string 1",
"CheckListID": 2,
"CheckListName": "sample string 3",
"ProjectTypeID": 4,
"NumOfReturnDate": 5,
"Status": "sample string 6",
"ProjectList": [
{
"ProjectCode": "sample string 1",
"ProjectName": "sample string 2",
"Selected": "sample string 3"
},
{
"ProjectCode": "sample string 1",
"ProjectName": "sample string 2",
"Selected": "sample string 3"
}
],
"JobTypeList": [
{
"JobTypeID": 1,
"JobTypeName": "sample string 2",
"Score": 3.0,
"SubJobTypeList": [
{
"SubJobTypeID": 1,
"SubJobTypeName": "sample string 2",
"DetailList": [
{
"DetailID": 1,
"DetailName": "sample string 2",
"IsRequired": true,
"IsSupplier": true,
"Score": 5.0,
"NCRScore": 6.0
},
{
"DetailID": 1,
"DetailName": "sample string 2",
"IsRequired": true,
"IsSupplier": true,
"Score": 5.0,
"NCRScore": 6.0
}
]
},
{
"SubJobTypeID": 1,
"SubJobTypeName": "sample string 2",
"DetailList": [
{
"DetailID": 1,
"DetailName": "sample string 2",
"IsRequired": true,
"IsSupplier": true,
"Score": 5.0,
"NCRScore": 6.0
},
{
"DetailID": 1,
"DetailName": "sample string 2",
"IsRequired": true,
"IsSupplier": true,
"Score": 5.0,
"NCRScore": 6.0
}
]
}
],
"LocationList": [
{
"CheckListID": 1,
"JobTypeID": 2,
"LocationID": 3,
"LocationName": "sample string 4"
},
{
"CheckListID": 1,
"JobTypeID": 2,
"LocationID": 3,
"LocationName": "sample string 4"
}
]
},
{
"JobTypeID": 1,
"JobTypeName": "sample string 2",
"Score": 3.0,
"SubJobTypeList": [
{
"SubJobTypeID": 1,
"SubJobTypeName": "sample string 2",
"DetailList": [
{
"DetailID": 1,
"DetailName": "sample string 2",
"IsRequired": true,
"IsSupplier": true,
"Score": 5.0,
"NCRScore": 6.0
},
{
"DetailID": 1,
"DetailName": "sample string 2",
"IsRequired": true,
"IsSupplier": true,
"Score": 5.0,
"NCRScore": 6.0
}
]
},
{
"SubJobTypeID": 1,
"SubJobTypeName": "sample string 2",
"DetailList": [
{
"DetailID": 1,
"DetailName": "sample string 2",
"IsRequired": true,
"IsSupplier": true,
"Score": 5.0,
"NCRScore": 6.0
},
{
"DetailID": 1,
"DetailName": "sample string 2",
"IsRequired": true,
"IsSupplier": true,
"Score": 5.0,
"NCRScore": 6.0
}
]
}
],
"LocationList": [
{
"CheckListID": 1,
"JobTypeID": 2,
"LocationID": 3,
"LocationName": "sample string 4"
},
{
"CheckListID": 1,
"JobTypeID": 2,
"LocationID": 3,
"LocationName": "sample string 4"
}
]
}
]
}
application/xml, text/xml
Sample:
<UpdateAuditPlanCheckListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius">
<CheckListID>2</CheckListID>
<CheckListName>sample string 3</CheckListName>
<JobTypeList>
<JobTypeModel>
<JobTypeID>1</JobTypeID>
<JobTypeName>sample string 2</JobTypeName>
<LocationList>
<LocationModel>
<CheckListID>1</CheckListID>
<JobTypeID>2</JobTypeID>
<LocationID>3</LocationID>
<LocationName>sample string 4</LocationName>
</LocationModel>
<LocationModel>
<CheckListID>1</CheckListID>
<JobTypeID>2</JobTypeID>
<LocationID>3</LocationID>
<LocationName>sample string 4</LocationName>
</LocationModel>
</LocationList>
<Score>3</Score>
<SubJobTypeList>
<SubJobTypeModel>
<DetailList>
<DetailModel>
<DetailID>1</DetailID>
<DetailName>sample string 2</DetailName>
<IsRequired>true</IsRequired>
<IsSupplier>true</IsSupplier>
<NCRScore>6</NCRScore>
<Score>5</Score>
</DetailModel>
<DetailModel>
<DetailID>1</DetailID>
<DetailName>sample string 2</DetailName>
<IsRequired>true</IsRequired>
<IsSupplier>true</IsSupplier>
<NCRScore>6</NCRScore>
<Score>5</Score>
</DetailModel>
</DetailList>
<SubJobTypeID>1</SubJobTypeID>
<SubJobTypeName>sample string 2</SubJobTypeName>
</SubJobTypeModel>
<SubJobTypeModel>
<DetailList>
<DetailModel>
<DetailID>1</DetailID>
<DetailName>sample string 2</DetailName>
<IsRequired>true</IsRequired>
<IsSupplier>true</IsSupplier>
<NCRScore>6</NCRScore>
<Score>5</Score>
</DetailModel>
<DetailModel>
<DetailID>1</DetailID>
<DetailName>sample string 2</DetailName>
<IsRequired>true</IsRequired>
<IsSupplier>true</IsSupplier>
<NCRScore>6</NCRScore>
<Score>5</Score>
</DetailModel>
</DetailList>
<SubJobTypeID>1</SubJobTypeID>
<SubJobTypeName>sample string 2</SubJobTypeName>
</SubJobTypeModel>
</SubJobTypeList>
</JobTypeModel>
<JobTypeModel>
<JobTypeID>1</JobTypeID>
<JobTypeName>sample string 2</JobTypeName>
<LocationList>
<LocationModel>
<CheckListID>1</CheckListID>
<JobTypeID>2</JobTypeID>
<LocationID>3</LocationID>
<LocationName>sample string 4</LocationName>
</LocationModel>
<LocationModel>
<CheckListID>1</CheckListID>
<JobTypeID>2</JobTypeID>
<LocationID>3</LocationID>
<LocationName>sample string 4</LocationName>
</LocationModel>
</LocationList>
<Score>3</Score>
<SubJobTypeList>
<SubJobTypeModel>
<DetailList>
<DetailModel>
<DetailID>1</DetailID>
<DetailName>sample string 2</DetailName>
<IsRequired>true</IsRequired>
<IsSupplier>true</IsSupplier>
<NCRScore>6</NCRScore>
<Score>5</Score>
</DetailModel>
<DetailModel>
<DetailID>1</DetailID>
<DetailName>sample string 2</DetailName>
<IsRequired>true</IsRequired>
<IsSupplier>true</IsSupplier>
<NCRScore>6</NCRScore>
<Score>5</Score>
</DetailModel>
</DetailList>
<SubJobTypeID>1</SubJobTypeID>
<SubJobTypeName>sample string 2</SubJobTypeName>
</SubJobTypeModel>
<SubJobTypeModel>
<DetailList>
<DetailModel>
<DetailID>1</DetailID>
<DetailName>sample string 2</DetailName>
<IsRequired>true</IsRequired>
<IsSupplier>true</IsSupplier>
<NCRScore>6</NCRScore>
<Score>5</Score>
</DetailModel>
<DetailModel>
<DetailID>1</DetailID>
<DetailName>sample string 2</DetailName>
<IsRequired>true</IsRequired>
<IsSupplier>true</IsSupplier>
<NCRScore>6</NCRScore>
<Score>5</Score>
</DetailModel>
</DetailList>
<SubJobTypeID>1</SubJobTypeID>
<SubJobTypeName>sample string 2</SubJobTypeName>
</SubJobTypeModel>
</SubJobTypeList>
</JobTypeModel>
</JobTypeList>
<NumOfReturnDate>5</NumOfReturnDate>
<ProjectList>
<ProjectModel>
<ProjectCode>sample string 1</ProjectCode>
<ProjectName>sample string 2</ProjectName>
<Selected>sample string 3</Selected>
</ProjectModel>
<ProjectModel>
<ProjectCode>sample string 1</ProjectCode>
<ProjectName>sample string 2</ProjectName>
<Selected>sample string 3</Selected>
</ProjectModel>
</ProjectList>
<ProjectTypeID>4</ProjectTypeID>
<Status>sample string 6</Status>
<UserEmail>sample string 1</UserEmail>
</UpdateAuditPlanCheckListRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.