Advertisement
gundev

Untitled

Oct 10th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. {
  2.   "applicant_first_name": "string",
  3.   "applicant_last_name": "string",
  4.   "title": "string",
  5.   "iswc": "string",
  6.   "isrc": "string",
  7.   "genre": "string",
  8.   "performer_name": "string",
  9.   "duration": {
  10.     "type": "string",
  11.     "value": "string",
  12.     "years": 0,
  13.     "months": 0,
  14.     "days": 0,
  15.     "hours": 0,
  16.     "minutes": 0,
  17.     "seconds": 0
  18.   },
  19.   "accept_ma_rules_and_conditions": true,
  20.   "authors": [
  21.     {
  22.       "role": "string",
  23.       "name": "string",
  24.       "ipnn": "string",
  25.       "ipbn": "string",
  26.       "pr_share": 0,
  27.       "mr_share": 0
  28.     }
  29.   ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement