PUT api/private/PermitTemplates/Edit

Request Information

URI Parameters

None.

Body Parameters

Domain.Document.PermitTemplate
NameDescriptionTypeAdditional information
FormId

integer

None.

Name

string

None.

FileInfoId

integer

None.

FileInfoEncryptId

string

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Disabled

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "FormId": 1,
  "Name": "sample string 2",
  "FileInfoId": 3,
  "FileInfoEncryptId": "sample string 4",
  "Id": 5,
  "CreatedDate": "2025-04-25T18:09:09.3225383Z",
  "ModifiedDate": "2025-04-25T18:09:09.3225383Z",
  "Disabled": true
}

text/xml

Sample:
<PermitTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Document">
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:09:09.3225383-04:00</CreatedDate>
  <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">5</Id>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:09:09.3225383-04:00</ModifiedDate>
  <FileInfoEncryptId>sample string 4</FileInfoEncryptId>
  <FileInfoId>3</FileInfoId>
  <FormId>1</FormId>
  <Name>sample string 2</Name>
</PermitTemplate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Domain.Document.PermitTemplate
NameDescriptionTypeAdditional information
FormId

integer

None.

Name

string

None.

FileInfoId

integer

None.

FileInfoEncryptId

string

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Disabled

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "FormId": 1,
  "Name": "sample string 2",
  "FileInfoId": 3,
  "FileInfoEncryptId": "sample string 4",
  "Id": 5,
  "CreatedDate": "2025-04-25T18:09:09.3345399Z",
  "ModifiedDate": "2025-04-25T18:09:09.3345399Z",
  "Disabled": true
}

text/xml

Sample:
<PermitTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Document">
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:09:09.3345399-04:00</CreatedDate>
  <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">5</Id>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:09:09.3345399-04:00</ModifiedDate>
  <FileInfoEncryptId>sample string 4</FileInfoEncryptId>
  <FileInfoId>3</FileInfoId>
  <FormId>1</FormId>
  <Name>sample string 2</Name>
</PermitTemplate>