Table des matières


Comment ça marche? Trucs & astuces
Produit Accountix
Projet Webservice
Mot clé ACX WS
Statut :V:

Rédacteur(s)

Yassine 14/09/2015 07:39

Description

Validation

Object

{"id": "AC_DOS","$schema": "http://json-schema.org/schema#","title": "Dossiers autorisés","type": "object","properties": {"id": {"title": "Dossier","type": "string"},"label": {"title": "Nom Société","type": "string"}},"required": ["id","label"]}

Links

 

Human Text - specification

ReturnValues

Response code Response Header Body
Content-Type: application/json

Example

Request
Response
[
    {
        "id": "AC.BRASIL",
        "label": "BRASIL"
    },
    {
        "id": "AC.CERMIA",
        "label": "CERMIA TEST RUDY"
    },
    {
        "id": "AC.COMPTA",
        "label": "COMPTA CLEAN"
    },
    {
        "id": "AC.PP",
        "label": "Pontoise"
    },
    {
        "id": "AC.PROG",
        "label": "INFODATA S.à.R.L."
    }
]