offers.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [
  2. {
  3. "pk": 1,
  4. "model": "offers.offer",
  5. "fields": {
  6. "billing_period": 1,
  7. "name": "VPN standard",
  8. "initial_fees": "0.00",
  9. "period_fees": "8.00",
  10. "type": "VPN",
  11. "backend": "openvpn_ldap"
  12. }
  13. },
  14. {
  15. "pk": 2,
  16. "model": "offers.offer",
  17. "fields": {
  18. "billing_period": 1,
  19. "name": "VPN préférentiel",
  20. "initial_fees": "0.00",
  21. "period_fees": "5.00",
  22. "type": "VPN",
  23. "backend": "openvpn_ldap"
  24. }
  25. },
  26. {
  27. "pk": 3,
  28. "model": "offers.offer",
  29. "fields": {
  30. "billing_period": 1,
  31. "name": "VPN gratuit",
  32. "initial_fees": "0.00",
  33. "period_fees": "0.00",
  34. "type": "VPN",
  35. "backend": "openvpn_ldap"
  36. }
  37. },
  38. {
  39. "pk": 4,
  40. "model": "offers.offer",
  41. "fields": {
  42. "billing_period": 1,
  43. "name": "Marque blanche FDN",
  44. "initial_fees": "70.00",
  45. "period_fees": "32.00",
  46. "type": "ADSL",
  47. "backend": "none"
  48. }
  49. },
  50. {
  51. "pk": 5,
  52. "model": "offers.offer",
  53. "fields": {
  54. "billing_period": 1,
  55. "name": "Marque blanche FDN (préférentiel)",
  56. "initial_fees": "70.00",
  57. "period_fees": "28.00",
  58. "type": "ADSL",
  59. "backend": "none"
  60. }
  61. }
  62. ]