1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
[API response :][mandatory][retrait.pointrelais] => Array
(
[lecode] => retrait.pointrelais
[label] => Choice of pick-up point
[type] => enum
[array] => Array
(
[0] => Array
(
[lecode] => SOGP-O3127
[name] => LE ROYAL DERBY
[address] => 5, RUE ROYALE
[city] => ORLEANS
[zipcode] => 45000
[country] => FR
[latitude] => 47.8984
[longitude] => 1.90415
[phone] =>
[description] =>
[schedule] => Array
(
[0] => Array
(
[weekday] => 1
[open_am] => 06:30:00
[close_am] => 12:00:00
[open_pm] => 12:00:00
[close_pm] => 19:30:00
)
[1] => Array
(
[weekday] => 2
[open_am] => 06:30:00
[close_am] => 12:00:00
[open_pm] => 12:00:00
[close_pm] => 19:30:00
)
)
)
[1] => Array etc.... |