POST 17.0/app/properties/{id}/epc/{epcreference}

Description

Creates an EPC on a Property

URI Parameters

Name Description Type Additional information
id

The PropertyID to create the EPC on

integer

Required

epcReference

The EPC Reference of the EPC to create

string

Required

None.

None.

Id of the created Epc certificate record

Name Description Type Additional information
Id

integer

None.

application/json, text/json

Sample:
{
  "id": 1
}

application/xml, text/xml

Sample:
<NewRecord xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
</NewRecord>