Changes between Version 8 and Version 9 of JsonApi


Ignore:
Timestamp:
Mar 11, 2021, 4:09:12 PM (4 years ago)
Author:
x.pechoultres@clariprint.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JsonApi

    v8 v9  
    255255
    256256}}}
     257
     258
     259
     260== Reponse ==
     261{{{
     262
     263{
     264"success":true,
     265"action":"QuoteRequest",
     266"total_process_duration":30,
     267"delais":1,
     268"weight":7.371, // masse en kg
     269"html":"",  // description html de la demande
     270"text":"",  // description texte de la demande
     271"quote_process":"",  // gamme en PDF en base 64
     272
     273// details des couts
     274"costs":{
     275        "paper":8.098834,
     276        "print":129.49,
     277        "makeready":37.36,
     278        "packaging":4.0,
     279        "delivery":0.0,
     280        "total":178.948834},
     281 // cout simplifié
     282"response":178
     283}
     284
     285
     286}}}