Advertisement
Guest User

create Account from SOa Platform

a guest
Aug 5th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.70 KB | None | 0 0
  1. {
  2.     "contacts": [
  3.         {
  4.             "contactData": {
  5.                 "contactingModes": [
  6.                     {
  7.                         "details": "iddyppiffa-1262@yopmail.com",
  8.                         "contactMode": "email",
  9.                         "isPreferred": true
  10.                     },
  11.                     {
  12.                         "details": "+07878787981",
  13.                         "contactMode": "phone",
  14.                         "isPreferred": false
  15.                     }
  16.                 ],
  17.                 "contactStatus": "active",
  18.                 "name": {
  19.                     "fullName": "Defect Retest",
  20.                     "givenName": "Defect",
  21.                     "familyName": "Retest"
  22.                 },
  23.                 "personal": {}
  24.             },
  25.             "contactType": "administrative"
  26.         },
  27.         {
  28.             "contactData": {
  29.                 "contactingModes": [
  30.                     {
  31.                         "details": "iddyppiffa-1262@yopmail.com",
  32.                         "contactMode": "email",
  33.                         "isPreferred": true
  34.                     },
  35.                     {
  36.                         "details": "+07878787981",
  37.                         "contactMode": "phone",
  38.                         "isPreferred": false
  39.                     }
  40.                 ],
  41.                 "contactStatus": "active",
  42.                 "name": {
  43.                     "fullName": "Defect Retest",
  44.                     "givenName": "Defect",
  45.                     "familyName": "Retest"
  46.                 },
  47.                 "personal": {}
  48.             },
  49.             "contactType": "billing"
  50.         },
  51.         {
  52.             "contactData": {
  53.                 "contactingModes": [
  54.                     {
  55.                         "details": "iddyppiffa-1262@yopmail.com",
  56.                         "contactMode": "email",
  57.                         "isPreferred": true
  58.                     },
  59.                     {
  60.                         "details": "+07878787981",
  61.                         "contactMode": "phone",
  62.                         "isPreferred": false
  63.                     }
  64.                 ],
  65.                 "contactStatus": "active",
  66.                 "name": {
  67.                     "fullName": "Defect Retest",
  68.                     "givenName": "Defect",
  69.                     "familyName": "Retest"
  70.                 },
  71.                 "personal": {}
  72.             },
  73.             "contactType": "technical"
  74.         }
  75.     ],
  76.     "account": {
  77.         "segment": "smb",
  78.         "accType": "Business",
  79.         "accountName": "Defect Retests DSMB",
  80.         "additionalData": [
  81.             {
  82.                 "key": "customerClass",
  83.                 "value": "Default"
  84.             },
  85.             {
  86.                 "key": "userName",
  87.                 "value": "admin@5424411ABS.onmicrosoft.com"
  88.             }
  89.         ],
  90.         "correlatorId": "5424411",
  91.         "accountStatus": "active"
  92.     },
  93.     "contactingModes": [
  94.         {
  95.             "details": "iddyppiffa-1262@yopmail.com",
  96.             "contactMode": "email",
  97.             "isPreferred": true
  98.         },
  99.         {
  100.             "details": "+07878787981",
  101.             "contactMode": "phone",
  102.             "isPreferred": false
  103.         }
  104.     ],
  105.     "address": [
  106.         {
  107.             "postalCode": "SL1 2EZ",
  108.             "country": "gb",
  109.             "locality": "SLOUGH",
  110.             "addressNumber": {
  111.                 "value": ""
  112.             },
  113.             "region": "United Kingdom",
  114.             "addressName": ""
  115.         }
  116.     ],
  117.     "identification": [],
  118.     "name": {
  119.         "fullName": "Defect Retest",
  120.         "givenName": "Defect",
  121.         "familyName": "Retest"
  122.     },
  123.     "personal": {}
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement