GET 17.0/database/certificatetypes/defaultmodel

Description

Get a Certificate Types model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 50

IssuerTypeID

byte

None.

Duration

integer

None.

ExpiryReminder

byte

None.

RequiresProperty

byte

None.

AllowOnlyOneActive

byte

None.

RequiresRentalIntroductions

byte

None.

RequiresRentalRentCollect

byte

None.

RequiresRentalFullManagement

byte

None.

RequiresHMO

byte

None.

RequiresGas

byte

None.

RequiresElectric

byte

None.

RequiresOpenFireStove

byte

None.

ShowAsReminder

byte

None.

OrderAction

byte

None.

SendToOwner

byte

None.

SendToTenant

byte

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "issuerTypeID": 64,
  "duration": 4,
  "expiryReminder": 64,
  "requiresProperty": 64,
  "allowOnlyOneActive": 64,
  "requiresRentalIntroductions": 64,
  "requiresRentalRentCollect": 64,
  "requiresRentalFullManagement": 64,
  "requiresHMO": 64,
  "requiresGas": 64,
  "requiresElectric": 64,
  "requiresOpenFireStove": 64,
  "showAsReminder": 64,
  "orderAction": 64,
  "sendToOwner": 64,
  "sendToTenant": 64,
  "inActive": 64
}

application/xml, text/xml

Sample:
<CertificateTypes xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <IssuerTypeID>64</IssuerTypeID>
  <Duration>4</Duration>
  <ExpiryReminder>64</ExpiryReminder>
  <RequiresProperty>64</RequiresProperty>
  <AllowOnlyOneActive>64</AllowOnlyOneActive>
  <RequiresRentalIntroductions>64</RequiresRentalIntroductions>
  <RequiresRentalRentCollect>64</RequiresRentalRentCollect>
  <RequiresRentalFullManagement>64</RequiresRentalFullManagement>
  <RequiresHMO>64</RequiresHMO>
  <RequiresGas>64</RequiresGas>
  <RequiresElectric>64</RequiresElectric>
  <RequiresOpenFireStove>64</RequiresOpenFireStove>
  <ShowAsReminder>64</ShowAsReminder>
  <OrderAction>64</OrderAction>
  <SendToOwner>64</SendToOwner>
  <SendToTenant>64</SendToTenant>
  <InActive>64</InActive>
</CertificateTypes>