POST api/documentgeneration/recreateepc
Creates a new epc document.
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.DocumentGeneration.CreateEpc.CreateEpcDataContractName | Description | Type | Additional 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.JobInvocationDetailsDataContractName | Description | Type | Additional 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": "0c0e2d3e-9a58-4a66-8347-d303bdbdeb2b", "Success": true }