POST api/documentgeneration/recreateepc

Creates a new epc document.

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.DocumentGeneration.CreateEpc.CreateEpcDataContract
NameDescriptionTypeAdditional information
RoleId

integer

None.

PropertyId

integer

None.

EPCType

Dezrez.Core.DataContracts.External.Api.System.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

Dezrez.Core.DataContracts.External.Api.Job.Query.Get.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": "11699518-b0c9-45d1-9069-560946bc9df0",
  "Success": true
}