Documentation de service Web / Catégories / Services de compteur / Obtenir l’achat d’énergie verte produite hors site
Mise à jour le 30 juin 2024
Ce service Web permet de récupérer les renseignements d’un enregistrement précis d’achat d’énergie verte produite hors site. La propriété correspondante doit déjà être partagée avec vous.
23.0
GET
/offsiteGreenPowerPurchases/(id)
Nom du champ | Valeur | Commentaires |
---|---|---|
Autorisation | Basic authentifiant |
Oui
Nom du paramètre | Description |
---|---|
id | Numéro d’identification de l’enregistrement d’achat d’énergie verte produite hors site |
Demande/réponse | Nom de schéma |
---|---|
Demande | Aucun |
Réponse | offsitePurchase.xsd |
L’exemple suivant permet de récupérer un enregistrement précis d’achat d’énergie verte produite hors site ayant un numéro d’identification 181.
GET /offsiteGreenPowerPurchases/181
L’exemple suivant renvoie l’enregistrement d’achat d’énergie verte produite hors site.
<?xml version="1.0" encoding="UTF-8"?>
<offsiteGreenPowerPurchase>
<id>181</id>
<recOwnedAndRetired>true</recOwnedAndRetired>
<startDate>2020-01-01</startDate>
<endDate>2020-01-31</endDate>
<amountPurchased>
<percentage>
<value>80</value>
<includeAllMeters>true</includeAllMeters>
</percentage>
</amountPurchased>
<estimate>false</estimate>
<generationLocation>
<unknown>unknown</unknown>
</generationLocation>
<type>Community Choice Aggregation</type>
<certifiedByGreene>true</certifiedByGreene>
<provider>Green Providers</provider>
<facilityName>DC Warehouse</facilityName>
<operationDate>2020-01-01</operationDate>
<contractStartDate>2020-01-01</contractStartDate>
<contractEndDate>2022-12-31</contractEndDate>
<audit>
<createdBy>Green_ESP</createdBy>
<createdDate>2024-05-30T07:09:18.000-04:00</createdDate>
<lastUpdatedBy>Green_ESP</lastUpdatedBy>
<lastUpdatedDate>2024-05-30T07:09:26.000-04:00</lastUpdatedDate>
</audit>
</offsiteGreenPowerPurchase>