GET v1/Orders/{id}/EPC
Returns EPC report reference number
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Order number |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EpcAssetsReturnViewModelName | Description | Type | Additional information |
---|---|---|---|
ReportReferenceNumber | string |
None. |
|
Url | string |
None. |
|
CurrentRating | integer |
None. |
|
PotentialRating | integer |
None. |
|
CertificateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "reportReferenceNumber": "sample string 1", "url": "sample string 2", "currentRating": 1, "potentialRating": 1, "certificateDate": "2025-04-24T12:27:26.1144957+01:00" }