POST api/Documents/CreateDocument/FromTemplate

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ClientId": "aba3cd83-bb7b-48d5-a0f0-f92ba16892d6",
  "BusinessType": 0,
  "Year": 2,
  "DocumentOwner": 1,
  "DocumentTypeCode": "sample string 3",
  "DisplayName": "sample string 4",
  "SignTemplateId": "sample string 5",
  "SignDocumentId": "sample string 6"
}

text/xml

Sample:
<DocumentCreateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Site.DomainLogic.Documents">
  <BusinessType>Unknown</BusinessType>
  <ClientId>aba3cd83-bb7b-48d5-a0f0-f92ba16892d6</ClientId>
  <DisplayName>sample string 4</DisplayName>
  <DocumentOwner>REGISTERED</DocumentOwner>
  <DocumentTypeCode>sample string 3</DocumentTypeCode>
  <SignDocumentId>sample string 6</SignDocumentId>
  <SignTemplateId>sample string 5</SignTemplateId>
  <Year>2</Year>
</DocumentCreateModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, text/xml

Sample:

Sample not available.