GET api/MergeTemplate/GetMergeTemplateByTemplateIDAndAccountID?mergeTemplateID={mergeTemplateID}&accountID={accountID}&contactID={contactID}&reviewID={reviewID}&workflowLineID={workflowLineID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mergeTemplateID

integer

None.

accountID

integer

None.

contactID

integer

None.

reviewID

integer

None.

workflowLineID

integer

None.

Body Parameters

None.

Response Information

Resource Description

MergeTemplateContent
NameDescriptionTypeAdditional information
Content1

string

None.

Content2

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Content1": "sample string 1",
  "Content2": "sample string 2"
}

application/xml, text/xml

Sample:
<MergeTemplateContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.MergeTemplate">
  <Content1>sample string 1</Content1>
  <Content2>sample string 2</Content2>
</MergeTemplateContent>