offers.json 264 B

12345678910111213
  1. [
  2. {
  3. "pk": 1,
  4. "model": "offers.offer",
  5. "fields": {
  6. "initial_fees": "50.00",
  7. "billing_period": 1,
  8. "period_fees": "30.00",
  9. "name": "ADSL Lasotel",
  10. "type": 'dsl'
  11. }
  12. }
  13. ]