Documentation de service Web / Catégories / Services des propriétés / Ajouter un projet de rendement énergétique
Mise à jour le 17 juillet 2013
Ce service Web crée un projet de rendement énergétique pour une propriété particulière selon les informations fournies dans la demande XML. La propriété associée doit déjà être partagée avec vous. Le service Web retourne un identifiant unique pour le nouveau projet et un lien vers le service Web nécéssaire pour le récupérer.
22.0
POST
/property/(propertyId)/energyPerformanceProject
Nom du champ | Valeur | Commentaires |
---|---|---|
Autorisation | Basic authentifiant | |
Type de contenu | application/xml |
Oui
Nom du paramètre | Description |
---|---|
propertyId | Identifiant de la propriété à laquelle vous ajoutez le projet de rendement énergétique |
Demande/réponse | Nom de schéma |
---|---|
Demande | Aucun |
Réponse | energyPerformanceProject.xsd |
L'exemple ci-dessous crée un nouveau projet de rendement énergétique pour une propriété avec l'identifiant 893.
POST /property/893/energyPerformanceProject<?xml version="1.0" encoding="UTF-8"?> <energyPerformanceProject> <category>Recommissioning (Stage 1)</category> <investmentCost>650000</investmentCost> <projectDescription>Recommissioning of Ventalation in building</projectDescription> <evaluationPeriod> <preImplementationDate>2011-08-01</preImplementationDate> <postImplementationDate>2012-08-31</postImplementationDate> </evaluationPeriod> <projectName>Duct Work</projectName> <implementationDate>2011-08-01</implementationDate> <estimatedSavingsCost>750000</estimatedSavingsCost> </energyPerformanceProject>
L'exemple ci-dessous indique que le projet de rendement énergétique a été ajouté avec succès.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok">
<id>766</id>
<links>
<link httpMethod="GET" link="/energyPerformanceProject/766" id="766" hint="Duct Work" linkDescription="This is the GET url for this Energy Performance Project."/>
</links>
</response>