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

Description

Creates an EPC record for the passed property from the uploaded EPC pdf

URI Parameters

Name Description Type Additional information
id

Id of the property to create the Epc for

integer

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>