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
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:
Sample not available.
application/json, text/json
Sample:
{}
Response Information
Resource Description
EPCCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| EPCType | EnumDataContract |
None. |
|
| EERCurrent | integer |
None. |
|
| EERPotential | integer |
None. |
|
| EIRCurrent | integer |
None. |
|
| EIRPotential | integer |
None. |
|
| EPARCurrent | integer |
None. |
|
| EPARPotential | integer |
None. |
|
| EpcOrderDate | date |
None. |
|
| EpcExpiryDate | date |
None. |
|
| CompanyRoleId | integer |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"EPCType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"EERCurrent": 1,
"EERPotential": 1,
"EIRCurrent": 1,
"EIRPotential": 1,
"EPARCurrent": 1,
"EPARPotential": 1,
"EpcOrderDate": "2025-11-18T14:08:23.2084626Z",
"EpcExpiryDate": "2025-11-18T14:08:23.2084626Z",
"CompanyRoleId": 1,
"Id": 1
}