POST User/Template/Combine/PreviousTemplate
Request Information
URI Parameters
None.
Body Parameters
LinkInspectionDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditTemplateId | string |
None. |
|
| TemplateId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CustomerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuditTemplateId": "sample string 1",
"TemplateId": 2,
"CreatedBy": 1,
"CustomerId": 1
}
application/xml, text/xml
Sample:
<LinkInspectionDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.GroupTemplate"> <AuditTemplateId>sample string 1</AuditTemplateId> <CreatedBy>1</CreatedBy> <CustomerId>1</CustomerId> <TemplateId>2</TemplateId> </LinkInspectionDataRequest>
multipart/form-data
Sample:
<LinkInspectionDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.GroupTemplate"><AuditTemplateId>sample string 1</AuditTemplateId><CreatedBy>1</CreatedBy><CustomerId>1</CustomerId><TemplateId>2</TemplateId></LinkInspectionDataRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.