89 | | "apikey" => "xxxxxxxxxxxx", |
90 | | "action" => "createpedido", |
91 | | "comprador_id" => 1234, |
92 | | "direccion" => { |
93 | | "nombre" => "Xabier", |
94 | | "apellidos" => "Vázquez", |
95 | | "entidad" => "ecliente", |
96 | | "direccion1" => "calle 25", |
97 | | "ciudad" => "ciudad", |
98 | | "provincia" => "Madrid", |
99 | | "cp" => "28670", |
100 | | "pais" => "España" |
| 89 | "apikey" : "xxxxxxxxxxxx", |
| 90 | "action" : "createpedido", |
| 91 | "comprador_id" : 1234, |
| 92 | "direccion" : { |
| 93 | "nombre" : "Xabier", |
| 94 | "apellidos" : "Vázquez", |
| 95 | "entidad" : "ecliente", |
| 96 | "direccion1" : "calle 25", |
| 97 | "ciudad" : "ciudad", |
| 98 | "provincia" : "Madrid", |
| 99 | "cp" : "28670", |
| 100 | "pais" : "España" |
106 | | "facturacion_nif" => "H123456789", |
107 | | "metodo_pago" => "DOMICILIACION", |
108 | | "cc_titular" => "Alfonso Lopez", |
109 | | "cc" => "12341234121234567890", |
110 | | "facturar_a_entidad" => 1, |
111 | | "observaciones" => "Creado via API" |
| 106 | "facturacion_nif" : "H123456789", |
| 107 | "metodo_pago" : "DOMICILIACION", |
| 108 | "cc_titular" : "Alfonso Lopez", |
| 109 | "cc" : "12341234121234567890", |
| 110 | "facturar_a_entidad" : 1, |
| 111 | "observaciones" : "Creado via API" |