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

  • Constitue la liste des comptes auxquels le user identifié a droit.
  • Les champs sont simplement : id,label.
  • La sélection se base sur FAC.DOS / DOS.US.CODE ←→ FWI.SES.US.CODE

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."
    }
]
insoft/ac/doc/webservice/usr.txt · Dernière modification: 15/09/2015 07:32 par Yassine
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki