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

Object

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{}

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Role.Command.EPC.EPCCommandDataContract
NameDescriptionTypeAdditional information
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.

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": "2024-04-26T04:44:11.6740054Z",
  "EpcExpiryDate": "2024-04-26T04:44:11.6740054Z",
  "CompanyRoleId": 1,
  "Id": 1
}