POST api/documentgeneration/recreateepc

Creates a new epc document.

Request Information

URI Parameters

None.

Body Parameters

CreateEpcDataContract
NameDescriptionTypeAdditional information
RoleId

integer

None.

PropertyId

integer

None.

EPCType

EnumDataContract

None.

EERCurrent

integer

None.

EERPotential

integer

None.

EIRCurrent

integer

None.

EIRPotential

integer

None.

EPARCurrent

integer

None.

EPARPotential

integer

None.

CurrentEPCDocumentId

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "RoleId": 1,
  "PropertyId": 2,
  "EPCType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "EERCurrent": 3,
  "EERPotential": 4,
  "EIRCurrent": 5,
  "EIRPotential": 6,
  "EPARCurrent": 7,
  "EPARPotential": 8,
  "CurrentEPCDocumentId": 1
}

Response Information

Resource Description

JobInvocationDetailsDataContract
NameDescriptionTypeAdditional information
SupportsCancellation

boolean

None.

ReportsProgress

boolean

None.

InitialStatusText

string

None.

JobReference

globally unique identifier

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "SupportsCancellation": true,
  "ReportsProgress": true,
  "InitialStatusText": "sample string 3",
  "JobReference": "62236699-ba91-41fb-ad7a-59cc073ddf5f",
  "Success": true
}