Changes between Version 2 and Version 3 of JsonApi


Ignore:
Timestamp:
Sep 27, 2016, 3:12:49 PM (9 years ago)
Author:
x.pechoultres@clariprint.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JsonApi

    v2 v3  
    4545}
    4646}}}
     47
     48
     49= Exemples produits =
     50== Feuillet ==
     51{{{
     52{
     53        "clariprint_product": {
     54                "reference": "Feuillet simple",
     55                "kind": "leaflet",
     56                "quantity": "2000",
     57                "models": [
     58                        {
     59                                "reference": "Model 2",
     60                                "quantity": "3000"
     61                        },
     62                        {
     63                                "reference": "Model 3",
     64                                "quantity": "1500"
     65                        },
     66                        {
     67                                "reference": "",
     68                                "quantity": ""
     69                        },
     70                        {
     71                                "reference": "",
     72                                "quantity": ""
     73                        },
     74                        {
     75                                "reference": "",
     76                                "quantity": ""
     77                        },
     78                        {
     79                                "reference": "",
     80                                "quantity": ""
     81                        },
     82                        {
     83                                "reference": "",
     84                                "quantity": ""
     85                        },
     86                        {
     87                                "reference": "",
     88                                "quantity": ""
     89                        },
     90                        {
     91                                "reference": "",
     92                                "quantity": ""
     93                        },
     94                        {
     95                                "reference": "",
     96                                "quantity": ""
     97                        }
     98                ],
     99                "size": "21x29.7:A4\r\n",
     100                "with_bleeds": "1",
     101                "pms1": {
     102                        "class": "PMS",
     103                        "back": "1",
     104                        "code": "253"
     105                },
     106                "pms2": {
     107                        "class": "PMS",
     108                        "code": "pms2"
     109                },
     110                "front_colors": [
     111                        "4-color"
     112                ],
     113                "pms3": {
     114                        "front": "",
     115                        "back": ""
     116                },
     117                "pms4": {
     118                        "front": "",
     119                        "back": ""
     120                },
     121                "back_colors": [
     122                        "4-color"
     123                ],
     124                "finishing_front": "OFFSET_SATIN",
     125                "finishing_back": "",
     126                "papers": {
     127                        "of": {
     128                                "quality": "Couché Brillant PEFC",
     129                                "weight": "250",
     130                                "brand": "",
     131                                "color": ""
     132                        }
     133                },
     134                "creasing": "0",
     135                "embossing_top": "",
     136                "embossing_left": "",
     137                "embossing_height": "",
     138                "embossing_width": "",
     139                "gilding": "",
     140                "gilding_side": "",
     141                "gilding_top": "",
     142                "gilding_left": "",
     143                "gilding_height": "",
     144                "gilding_width": "",
     145                "gilding3d": "",
     146                "cutting_die_exists": "0",
     147                "cutting_die": "0",
     148                "holes": "0",
     149                "wrapping_0": {
     150                        "method": "shrink",
     151                        "quantity": "1000"
     152                },
     153                "wrapping_1": {
     154                        "method": "cardboard",
     155                        "quantity": "10"
     156                },
     157                "wrapping_2": {
     158                        "method": "",
     159                        "quantity": ""
     160                },
     161                "deliveries": {
     162                        "d55044": {
     163                                "iso": "FRA",
     164                                "address": "",
     165                                "quantity": ""
     166                        }
     167                },
     168                "proofing": "soft",
     169                "discounts_group": ""
     170        },
     171        "clariprint_product_paper_iso": ""
     172}
     173}}}