Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {
  2. "status": "success",
  3. "data": {
  4. "dbid": 1000,
  5. "custid": 1135,
  6. "company_name": "PT Dummy",
  7. "subdomain": "dmy",
  8. "email": "justvaldirival@gmail.com",
  9. "start_date": "2017-03-02 00:10:45",
  10. "expired_date": "0000-00-00 00:00:00",
  11. "referral_code": "",
  12. "status": "Not Active",
  13. "variant": {
  14. "id": 4,
  15. "name": "Professional",
  16. "code": "423a35c7-7270dff-69f6c1f-69f6c1f-69f6f3f-69f8b5f-69f6bc7",
  17. "note": "Edisi Professional",
  18. "features" : di table f_variant kolom permissions
  19. },
  20. "period": {
  21. "id": 10,
  22. "price": 1737000,
  23. "period": "3 Bulan",
  24. "note": "3 User"
  25. },
  26. "user_limit": 3,
  27. "department_limit": 2,
  28. "storage": {
  29. "id": 1,
  30. "name": "Free",
  31. "size": 1024,
  32. "price": 0
  33. },
  34. "company_addons": [],
  35. "follow_up": null,
  36. "activation_code": di table activation code details, join kan dbid nya, ambil codenya,
  37. "custom_feature": (di dbid ada kolom variant_custom_id itu di join ke variant_customs){
  38. "id": 1,
  39. "name": "Bea Cukai",
  40. "code": "423a35c7-7270dff-69f6c1f-69f6c1f-69f6f3f-69f8b5f-69f6bc7",
  41. "features": di table custom_variant kolom permissions
  42. }
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement