PUT 17.0/database/certificates/{id}

Description

Update existing Certificates

URI Parameters

Name Description Type Additional information
id

integer

Required

Name Description Type Additional information
ID

integer

None.

ContactID

integer

None.

PropertyID

integer

None.

IssuerID

integer

None.

CertificateTypeID

integer

None.

UserID

integer

None.

AddedDate

date

None.

UpdatedDate

date

None.

Reference

string

String length: inclusive between 0 and 30

StartDate

date

None.

EndDate

date

None.

Status

byte

None.

EERCurrent

decimal number

None.

EERPotential

decimal number

None.

EIRCurrent

decimal number

None.

EIRPotential

decimal number

None.

EERCurrentMin

decimal number

None.

EERPotentialMin

decimal number

None.

EIRCurrentMin

decimal number

None.

EIRPotentialMin

decimal number

None.

UploadPDF

byte

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "contactID": 1,
  "propertyID": 1,
  "issuerID": 1,
  "certificateTypeID": 1,
  "userID": 1,
  "addedDate": "2025-01-09T20:22",
  "updatedDate": "2025-01-09T20:22",
  "reference": "sample string 1",
  "startDate": "2025-01-09T20:22",
  "endDate": "2025-01-09T20:22",
  "status": 64,
  "eerCurrent": 1.0,
  "eerPotential": 1.0,
  "eirCurrent": 1.0,
  "eirPotential": 1.0,
  "eerCurrentMin": 1.0,
  "eerPotentialMin": 1.0,
  "eirCurrentMin": 1.0,
  "eirPotentialMin": 1.0,
  "uploadPDF": 64,
  "inActive": 64
}

application/xml, text/xml

Sample:
<CertificatesUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <ContactID>1</ContactID>
  <PropertyID>1</PropertyID>
  <IssuerID>1</IssuerID>
  <CertificateTypeID>1</CertificateTypeID>
  <UserID>1</UserID>
  <AddedDate>2025-01-09T20:22:24.5062731+00:00</AddedDate>
  <UpdatedDate>2025-01-09T20:22:24.5062731+00:00</UpdatedDate>
  <Reference>sample string 1</Reference>
  <StartDate>2025-01-09T20:22:24.5062731+00:00</StartDate>
  <EndDate>2025-01-09T20:22:24.5062731+00:00</EndDate>
  <Status>64</Status>
  <EERCurrent>1</EERCurrent>
  <EERPotential>1</EERPotential>
  <EIRCurrent>1</EIRCurrent>
  <EIRPotential>1</EIRPotential>
  <EERCurrentMin>1</EERCurrentMin>
  <EERPotentialMin>1</EERPotentialMin>
  <EIRCurrentMin>1</EIRCurrentMin>
  <EIRPotentialMin>1</EIRPotentialMin>
  <UploadPDF>64</UploadPDF>
  <InActive>64</InActive>
</CertificatesUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

ContactID

integer

None.

PropertyID

integer

None.

IssuerID

integer

None.

CertificateTypeID

integer

None.

UserID

integer

None.

AddedDate

date

None.

UpdatedDate

date

None.

Reference

string

String length: inclusive between 0 and 30

StartDate

date

None.

EndDate

date

None.

Status

byte

None.

EERCurrent

decimal number

None.

EERPotential

decimal number

None.

EIRCurrent

decimal number

None.

EIRPotential

decimal number

None.

EERCurrentMin

decimal number

None.

EERPotentialMin

decimal number

None.

EIRCurrentMin

decimal number

None.

EIRPotentialMin

decimal number

None.

UploadPDF

byte

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "contactID": 2,
  "propertyID": 3,
  "issuerID": 4,
  "certificateTypeID": 5,
  "userID": 6,
  "addedDate": "2025-01-09T20:22",
  "updatedDate": "2025-01-09T20:22",
  "reference": "sample string 9",
  "startDate": "2025-01-09T20:22",
  "endDate": "2025-01-09T20:22",
  "status": 64,
  "eerCurrent": 13.0,
  "eerPotential": 14.0,
  "eirCurrent": 15.0,
  "eirPotential": 16.0,
  "eerCurrentMin": 17.0,
  "eerPotentialMin": 18.0,
  "eirCurrentMin": 19.0,
  "eirPotentialMin": 20.0,
  "uploadPDF": 64,
  "inActive": 64
}

application/xml, text/xml

Sample:
<Certificates xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <ContactID>2</ContactID>
  <PropertyID>3</PropertyID>
  <IssuerID>4</IssuerID>
  <CertificateTypeID>5</CertificateTypeID>
  <UserID>6</UserID>
  <AddedDate>2025-01-09T20:22:24.5218948+00:00</AddedDate>
  <UpdatedDate>2025-01-09T20:22:24.5218948+00:00</UpdatedDate>
  <Reference>sample string 9</Reference>
  <StartDate>2025-01-09T20:22:24.5218948+00:00</StartDate>
  <EndDate>2025-01-09T20:22:24.5218948+00:00</EndDate>
  <Status>64</Status>
  <EERCurrent>13</EERCurrent>
  <EERPotential>14</EERPotential>
  <EIRCurrent>15</EIRCurrent>
  <EIRPotential>16</EIRPotential>
  <EERCurrentMin>17</EERCurrentMin>
  <EERPotentialMin>18</EERPotentialMin>
  <EIRCurrentMin>19</EIRCurrentMin>
  <EIRPotentialMin>20</EIRPotentialMin>
  <UploadPDF>64</UploadPDF>
  <InActive>64</InActive>
</Certificates>