During the current lapse in appropriations, EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. Many services may not be available during this time.
Documentation de service Web / Catégories / Services du bâtiment / Associer un bâtiment à une propriété
Mise à jour le 17 juillet 2013
Ce service Web associe un bâtiment spécifique à une propriété particulière.
25.0
POST
/association/property/(propertyId)/building/(buildingId)
Nom du champ | Valeur | Commentaires |
---|---|---|
Autorisation | Basic authentifiant |
Oui
Nom du paramètre | Description |
---|---|
buildingId | Identifiant du bâtiment qui sera associé |
propertyId | Identifiant de la propriété à laquelle sera associé le bâtiment |
Demande/réponse | Nom de schéma |
---|---|
Demande | Aucun |
Réponse | response.xsd |
L'exemple suivant montre l'association d'un bâtiment dont l'identifiant correspond à 3998 pour la propriété dont l'identifiant correspond à 3523.
POST /association/property/3523/building/3998
L'exemple suivant indique que l'association a été réussie avec succès.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>