GET 17.0/app/correspondence/property/{propertyid}/particulars/{templateid}/exists

Description

No description available.

URI Parameters

Name Description Type Additional information
propertyId

integer

Required

templateId

integer

Required

None.

None.

Name Description Type Additional information
Exists

boolean

None.

application/json, text/json

Sample:
{
  "exists": true
}

application/xml, text/xml

Sample:
<FileCheck xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Exists>true</Exists>
</FileCheck>