Changes between Version 5 and Version 6 of JsonApi
- Timestamp:
- Sep 27, 2016, 3:24:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JsonApi
v5 v6 130 130 } 131 131 }}} 132 == Dépliant == 133 {{{ 134 { 135 "clariprint_product": { 136 "reference": "depliant", 137 "kind": "folded", 138 "quantity": "3000", 139 "size": "21x29,7", 140 "with_bleeds": "", 141 "folds": "2", // !!! type de plis 142 "label": "", 143 "papers": { 144 "of": { 145 "quality": "Offset Blanc", 146 "weight": "100", 147 "brand": "", 148 "color": "BLANC" 149 } 150 }, 151 "front_colors": [ 152 "4color" 153 ], 154 "finishing_front": "", 155 "finishing_back": "", 156 "creasing": "0", 157 "embossing_top": "", 158 "embossing_left": "", 159 "embossing_height": "", 160 "embossing_width": "", 161 "gilding_top": "", 162 "gilding_left": "", 163 "gilding_height": "", 164 "gilding_width": "", 165 "gilding_material": "", 166 "cutting_die_exists": "0", 167 "cutting_die": "0", 168 "holes": "1", 169 "linear_perforating": "1", 170 "numbering": "1", 171 "wrapping_0": { 172 "method": "", 173 "quantity": "" 174 }, 175 "wrapping_1": { 176 "method": "", 177 "quantity": "" 178 }, 179 "wrapping_2": { 180 "method": "", 181 "quantity": "" 182 }, 183 "deliveries": [ 184 { 185 "iso": "", 186 "address": "", 187 "quantity": "" 188 } 189 ], 190 "proofing": "soft", 191 "extra": { 192 "justificative": { 193 "mode": "", 194 "delivery_cost": "", 195 "invoice_cost": "", 196 "other_cost": "", 197 "address": "" 198 } 199 }, 200 "discounts_group": "" 201 } 202 } 203 }}}