Advertisement
Guest User

Untitled

a guest
Apr 9th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  2. | company |status| license_id |acct status| last_inv_date | acctnum | owner | entlmt | roles |subscribed|attr_type| attr_key |attr_value|
  3. |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  4. | company name 1|Active|02iq0000000xlBBAAY| Active |2016-02-25 22:50:04|A100001135|myemail@email.com|Standard|Admin;wcl_admin;wcl_support| 1 | cloud |cloud_num_247_t_streams| 1 |
  5. |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  6. | company name 1|Active|02iq0000000xlBBAAY| Active |2016-02-25 22:50:04|A100001135|myemail@email.com|Standard|Admin;wcl_admin;wcl_support| 1 | cloud | api_access | 1 |
  7. |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  8. | company name 1|Active|02iq0000000xlBBAAY| Active |2016-02-25 22:50:04|A100001135|myemail@email.com|Standard|Admin;wcl_admin;wcl_support| 1 | cloud |cloud_num_247_p_streams| 1 |
  9. |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  10. | company name 2|Active|02iq0000000xlBBBBZ| Active |2016-02-25 22:50:04|A100001166|myblah1@email.com|Standard| Admin | 1 | cloud |cloud_num_247_p_streams| 0 |
  11. |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  12. | company name 2|Active|02iq0000000xlBBBBZ| Active |2016-02-25 22:50:04|A100001166|myblah1@email.com|Standard| Admin | 1 | cloud | api_access | 1 |
  13. |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  14.  
  15. {
  16. "records": [
  17. {
  18. "company": "company name 1",
  19. "has_active_subscriptions": true,
  20. "license_status": "Active",
  21. "license_id": "02iq0000000xlBBAAY",
  22. "account_status": "Prospect",
  23. "last_invoice_date": "2016-02-25 22:50:04",
  24. "cloud_owner_email": "myemail@email.com",
  25. "role": [
  26. "Admin",
  27. "wcl_admin",
  28. "wcl_support"
  29. ],
  30. "account_number": "A100001135",
  31. "attributes": {
  32. "cloud": {
  33. "api_access": 1,
  34. "cloud_num_247_t_streams": 1,
  35. "cloud_num_247_p_streams": 1
  36. }
  37. },
  38. "entitlement_plan": "Standard"
  39. },
  40. {
  41. "company": "company name 2",
  42. "has_active_subscriptions": true,
  43. "license_status": "Active",
  44. "license_id": "02iq0000000xlBBBBZ",
  45. "account_status": "Active",
  46. "last_invoice_date": "2016-02-25 22:50:04",
  47. "cloud_owner_email": "myblah@email.com",
  48. "role": [
  49. "Admin"
  50. ],
  51. "account_number": "A100001166",
  52. "attributes": {
  53. "cloud": {
  54. "cloud_num_247_p_streams": 0,
  55. "api_access": 1
  56. }
  57. },
  58. "entitlement_plan": "Standard"
  59. }
  60. ]
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement