GET /tf/:id

A propos

Cette ressource retourne des informations concernant un rôle d'imposition de la Taxe Foncière.

URL

https://api.solutions-territoire.fr/v0/tf/:id

Informations

Disponibilité 0.5.1
Authentification requise Authorization Code ou Client Credentials
Scope requis Données fiscales
Formats disponibles JSON & PDF
Code HTTP attendu 200

Réponse

role Object Un rôle avec toutes ses propriétés étendues.

Exemple

$ http -jv GET https://api.solutions-territoire.fr/v0/tf/357289 \
    Authorization:"Bearer dGCMv3RWEcgWjgeKS5D6IUw0gv2VKmaPqJzZg9mM_3A" \
    Accept:"application/json"
GET /v0/tf/357289 HTTP/1.1
Accept: application/json
Authorization: Bearer dGCMv3RWEcgWjgeKS5D6IUw0gv2VKmaPqJzZg9mM_3A
Content-Type: application/json; charset=utf-8

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
  "role": {
    "id":            "357289",
    "annee":         2018,
    "commune":       "Montpellier",
    "codcom":        "340172",
    "nocpte":        "001041",
    "nom":           "M DUCHEMIN CHARLES",
    "nom_bis":       "M DUCHEMIN GERARD",
    "teom":          159,
    "montant":       912,
    "url":           "/v0/tf/357289",
    "base":          2203,
    "cotisation":    876,
    "base_nb":       0,
    "cotisation_nb": 0,
    "bati":          [
      {
        "adresse":    "24 RUE GEORGES CLEMENCEAU",
        "base":       2203,
        "teom":       159,
        "cotisation": 876
      }
    ],
    ...
  }
}