GET donations/product/{idOrNum}/raised/
Mis à jour, 2015-24-03 09:11
Retourne les statistiques d'un don en particulier
Information sur la ressource
Taux limité ? | Non |
Authentification | Facultatif |
Formats de réponse | json,xml |
Methodes HTTP | GET |
Objet de réponse | Donation |
URL de la ressource
https://ecommerce.dexero.com/service/rest/2/marchand/catalogue/donations/product/{id}/raised.format
Paramètres
Paramètre | Description |
---|---|
goal | Le montant cible pour la campagne de dons Exemple de valeur : 5800 |
locale | Formatage des montants Exemple de valeur : fr, en |
Exemple de requête
https://ecommerce.dexero.com/service/rest/2/merchand/catalogue/donations/product/123/raised.json
Exemple de réponse
XML
JSON
{ "donation" : { "amount" : "4830.00", "percent" : 83, "formattedPercent" : "83%", "formattedGoal" : "4 830,00 $", "formattedTarget" : "5 800,00 $", "goal" : 5800 } }
Objet de réponse "Donation"
Champ | Type de donnée | Description |
---|---|---|
amount | decimal(20,2) | Le montant amassé |
percent | string | Le pourcentage de l'objectif |
formattedPercent | string | Le pourcentage de l'objectif formaté |
formattedAmount | string | Le montant amassé formaté |
formattedGoal | int | Le montant cible formaté |
goal | decimal(20,2) | Le montant cible à atteindre |