wiki:JsonApi

Version 2 (modified by x.pechoultres@clariprint.com, 9 years ago) ( diff )

--

Clariprint Json API

Structure d'une requête

Requête

  • Type : HTTP POST
  • url : [clariprint host]/optimproject/json.wcl
  • variables :
    • login (Client Optimproject)
    • password
    • action : chaine de charatere
    • datas : donnes au formant JSON

Réponse

  • format : Json encoded raw

Actions

CheckAuth

Vérification des données d'authentification

  • datas : null

Réponse :

{
   'success' : (true|false)
}

QuoteRequest

Demande de prix

datas : 
{
   clariprint_product: {
       group:string // groupe de classement dans optimproject),
       reference:string // reference du projet
       labels:list[string] // liste de label
       quantity:integer // quantité du produit
  
}

Attachments (5)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.