POST api/documentgeneration/recreateepc
Creates a new epc document.
Request Information
URI Parameters
None.
Body Parameters
CreateEpcDataContract| Name | Description | Type | Additional 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| Name | 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": "c1bf636c-090a-4e2e-8422-78b3deda6892",
"Success": true
}