1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- [
- {
- "pk": 1,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "VPN standard",
- "initial_fees": "0.00",
- "period_fees": "8.00",
- "type": "VPN",
- "backend": "openvpn_ldap"
- }
- },
- {
- "pk": 2,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "VPN préférentiel",
- "initial_fees": "0.00",
- "period_fees": "5.00",
- "type": "VPN",
- "backend": "openvpn_ldap"
- }
- },
- {
- "pk": 3,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "VPN gratuit",
- "initial_fees": "0.00",
- "period_fees": "0.00",
- "type": "VPN",
- "backend": "openvpn_ldap"
- }
- },
- {
- "pk": 4,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "Marque blanche FDN",
- "initial_fees": "70.00",
- "period_fees": "32.00",
- "type": "ADSL",
- "backend": "none"
- }
- },
- {
- "pk": 5,
- "model": "offers.offer",
- "fields": {
- "billing_period": 1,
- "name": "Marque blanche FDN (préférentiel)",
- "initial_fees": "70.00",
- "period_fees": "28.00",
- "type": "ADSL",
- "backend": "none"
- }
- }
- ]
|