Advertisement
williansebastiao

Untitled

Jun 2nd, 2023
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.00 KB | None | 0 0
  1. {
  2.     "request_description": "Now that we know who you are, I know who I am",
  3.     "pi_number": 1,
  4.     "attach_pi": "pi.pdf",
  5.     "client": {
  6.         "corporate_name": "4v",
  7.         "cnpj": "010321601000109",
  8.         "contact": "Will",
  9.         "email": "willians@4vconnect.com",
  10.         "phone": "11981161097"
  11.     },
  12.     "intervening": {
  13.         "corporate_name": "4v",
  14.         "cnpj": "010321601000109",
  15.         "percentage":  10,
  16.         "contact": "Will",
  17.         "email": "willians@4vconnect.com",
  18.         "phone": "11981161097"
  19.     },
  20.     "representative": {
  21.         "corporate_name": "4v",
  22.         "cnpj": "010321601000109",
  23.         "percentage":  10,
  24.         "contact": "Will",
  25.         "email": "willians@4vconnect.com",
  26.         "phone": "11981161097"
  27.     },
  28.     "contract": {
  29.         "corporate_name": "4v",
  30.         "responsible_consultant": "Will",
  31.         "amount": 100.00,
  32.         "percentage":  10,
  33.         "start_contract": "2023-06-01",
  34.         "end_contract": "2023-06-15",
  35.         "initial_maturity": "2023-06-15",
  36.         "payment_type": "cash",
  37.         "observation": "",
  38.         "placement": [
  39.             {
  40.                 "start": "2023-06-01",
  41.                 "end": "2023-06-15",
  42.                 "observation": ""
  43.             }
  44.         ],
  45.         "cost_centers": [
  46.             {
  47.                 "code": 1,
  48.                 "description": ""
  49.             }
  50.         ]
  51.     },
  52.     "contracted_locations": [
  53.         {
  54.             "local_type": "A",
  55.             "local": "AAA",
  56.             "spot_code": 1,
  57.             "spot": "AAA",
  58.             "area": 200,
  59.             "faces": 200,
  60.             "dimensions": 200,
  61.             "contract_type": 1,
  62.             "display_type": "A",
  63.             "inserts_per_hour": 30
  64.         }
  65.     ],
  66.     "attachments": [
  67.         {
  68.             "activity": "Início",
  69.             "created_at": "2023-06-01 08:21:05",
  70.             "responsible": "Will",
  71.             "attachment": "File",
  72.             "observation": ""
  73.         }
  74.     ]
  75. }
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement