aadhar-matellio

essential-docs

Apr 8th, 2022 (edited)
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.57 KB | None | 0 0
  1. {
  2.     "response": {
  3.         "code": 200,
  4.         "message": "Essential Documents list.",
  5.         "data": [
  6.             {
  7.                 "id": 1,
  8.                 "title": "Operating agreement",
  9.                 "description": "An operating agreement is your company's constitution. Set guidelines, settle disputes, and protect your assets.",
  10.                 "price": "99",
  11.                 "services": {
  12.                     "operating_bylaws_agreement": "yes",
  13.                     "ein_obtainment": "no",
  14.                     "blcp": "no"
  15.                 }
  16.             },
  17.             {
  18.                 "id": 2,
  19.                 "title": "Operating agreement plus EIN",
  20.                 "description": "An EIN is your llc's Social Security number. Use it to file taxes, build your staff, and access financial resources.",
  21.                 "price": "159",
  22.                 "services": {
  23.                     "operating_bylaws_agreement": "yes",
  24.                     "ein_obtainment": "yes",
  25.                     "blcp": "no"
  26.                 }
  27.             },
  28.             {
  29.                 "id": 3,
  30.                 "title": "Operating agreement, EIN, and licenses",
  31.                 "description": "Licenses keep your business compliant and running smoothly. Ensure you have what's required for your specific industry and state.",
  32.                 "price": "199",
  33.                 "services": {
  34.                     "operating_bylaws_agreement": "yes",
  35.                     "ein_obtainment": "yes",
  36.                     "blcp": "yes"
  37.                 }
  38.             }
  39.         ]
  40.     }
  41. }
Add Comment
Please, Sign In to add comment