GET /th/:id

A propos

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

URL

https://api.solutions-territoire.fr/v0/th/: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/th/357289 \
    Authorization:"Bearer dGCMv3RWEcgWjgeKS5D6IUw0gv2VKmaPqJzZg9mM_3A" \
    Accept:"application/json"
GET /v0/th/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":             "2018340172001041",
    "annee":          2018,
    "commune":        "Montpellier",
    "codcom":         "340172",
    "nocpte":         "001041",
    "invariant":      "20219027173 X",
    "occupant":       "LEFORT STANISLAS",
    "adresse":        "24 RUE GEORGES CLEMENCEAU",
    "montant":        1034,
    "url":            "/v0/th/2018340172001041",
    "nature":         "Habitation",
    "reduction":      null,
    "pers_charge":    1,
    "pers_alternee":  0
    ...
  }
}