POST api/crmconnect/property/getsalesepc
Get the epc details a EPCCommandDataContract so that it can be added and a job started when a property is created in rezi Processes this crm connect API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
A value usable to identify the item in the crm, this key is generated by the selected domain service
ObjectNone.
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json, text/json
{}
Response Information
Resource Description
The response returned after the operation completes.
EPCCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| EPCType |
The epc type value. |
EnumDataContract |
None. |
| EERCurrent |
The eer current value. |
integer |
None. |
| EERPotential |
The eer potential value. |
integer |
None. |
| EIRCurrent |
The eir current value. |
integer |
None. |
| EIRPotential |
The eir potential value. |
integer |
None. |
| EPARCurrent |
The epar current value. |
integer |
None. |
| EPARPotential |
The epar potential value. |
integer |
None. |
| EpcOrderDate |
The epc order date, expressed as a date and time. |
date |
None. |
| EpcExpiryDate |
The epc expiry date, expressed as a date and time. |
date |
None. |
| CompanyRoleId |
The unique identifier of the related company role resource. |
integer |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json, text/json
{
"EPCType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"EERCurrent": 1,
"EERPotential": 1,
"EIRCurrent": 1,
"EIRPotential": 1,
"EPARCurrent": 1,
"EPARPotential": 1,
"EpcOrderDate": "2026-07-23T08:23:03.3374612Z",
"EpcExpiryDate": "2026-07-23T08:23:03.3374612Z",
"CompanyRoleId": 1,
"Id": 1
}