Changes between Version 6 and Version 7 of JsonApi


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

--

Legend:

Unmodified
Added
Removed
Modified
  • JsonApi

    v6 v7  
    202202}
    203203}}}
     204
     205== Brochure simple ==
     206{{{
     207{
     208        "clariprint_product": {
     209                "reference": "",
     210                "kind": "book",
     211                "quantity": "2000",
     212                "size": "21x29",
     213                "binding": "Stitching3",
     214                "cover": {
     215                        "papers": {
     216                                "of": {
     217                                        "quality": "Couché Brillant PEFC",
     218                                        "weight": "300",
     219                                        "brand": "",
     220                                        "color": ""
     221                                }
     222                        },
     223                        "front_colors": [
     224                                "4-color"
     225                        ]
     226                },
     227                "components": {
     228                        "component_5490c092c962e": {
     229                                "papers": {
     230                                        "of": {
     231                                                "quality": "Offset Blanc",
     232                                                "weight": "100",
     233                                                "brand": "",
     234                                                "color": ""
     235                                        }
     236                                },
     237                                "front_colors": [
     238                                        "4color"
     239                                ],
     240                                "back_colors": [
     241                                        "4color"
     242                                ],
     243                        }
     244                }
     245        }
     246}
     247}}}