Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. {
  2. "policy": {
  3. "id": 2,
  4. "type": "commercial auto",
  5. "number": "",
  6. "policy_start": null,
  7. "policy_end": null,
  8. "canceled": false,
  9. "status": "active",
  10. "premium": null,
  11. "carrier": null,
  12. "wholesaler": null
  13. },
  14. "account": {
  15. "id": 87,
  16. "status": "active",
  17. "type": "prospect",
  18. "business_description": "",
  19. "alert": false,
  20. "alert_message": null,
  21. "dot_number": "234",
  22. "mc_mx_number": "MC-123310",
  23. "saved": false,
  24. "names": [
  25. {
  26. "id": 84,
  27. "priority": null,
  28. "format": "organization",
  29. "type": "",
  30. "federal_tax_id_type": null,
  31. "federal_tax_id_number": null,
  32. "dba": "",
  33. "value": "DOUG ANDRUS DISTRIBUTING LLS",
  34. "business_started_day": null,
  35. "business_started_month": null,
  36. "business_started_year": null,
  37. "years_in_business": null
  38. }
  39. ],
  40. "addresses": [
  41. {
  42. "id": 118,
  43. "priority": null,
  44. "street": "6300 S 45TH WES",
  45. "city": "IDAHO FALLS",
  46. "state": "ID",
  47. "zip": "83402",
  48. "type": ""
  49. }
  50. ],
  51. "phones": [
  52. {
  53. "id": 98,
  54. "priority": null,
  55. "number": "2085336700",
  56. "extension": "",
  57. "type": ""
  58. }
  59. ],
  60. "emails": [
  61. {
  62. "id": 87,
  63. "priority": null,
  64. "value": "",
  65. "type": ""
  66. }
  67. ],
  68. "websites": [
  69. {
  70. "id": 20,
  71. "priority": null,
  72. "url": "",
  73. "type": ""
  74. }
  75. ],
  76. "linkedin": {
  77. "id": 20,
  78. "priority": null,
  79. "value": "",
  80. "type": ""
  81. },
  82. "pinned_entities": [],
  83. "favorite_contact": null,
  84. "assigned_users": []
  85. },
  86. "lists": [
  87. {
  88. "id": 1,
  89. "content": "vehicles",
  90. "vehicles": [],
  91. "policy": {
  92. "id": 2,
  93. "type": "commercial auto",
  94. "number": "",
  95. "policy_start": null,
  96. "policy_end": null,
  97. "canceled": false,
  98. "status": "active",
  99. "premium": null,
  100. "carrier": null,
  101. "wholesaler": null
  102. }
  103. }
  104. ]
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement