Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.68 KB | None | 0 0
  1. {
  2.   "Id": "MT19-CBGG-208C8Z",
  3.   "Program": "CBEP",
  4.   "NoLaterThan": "2019-05-01",
  5.  
  6.   "Personnel": [
  7.     {
  8.       "Id": 123,
  9.       "Name": "David M",
  10.       "Email": "david@culmen.com",
  11.       "Role": "Requestor"
  12.     },
  13.     {
  14.       "Id": 124,
  15.       "Name": "Susan M",
  16.       "Email": "susan@culmen.com",
  17.       "Role": "Destination Contact"
  18.     }
  19.   ],
  20.  
  21.   "LineItems": [
  22.     {
  23.       "Id": 1,
  24.       "PartNum": "XYZ123",
  25.       "Description": "Vehicle tyres",
  26.       "PO_Ref": "PO1237685",
  27.       "PO_Line_Num": "1"
  28.     },
  29.     {
  30.       "Id": 2,
  31.       "PartNum": "XYZ456",
  32.       "Description": "Hub caps",
  33.       "PO_Ref": "PO1237685",
  34.       "PO_Line_Num": "2"
  35.     }
  36.   ]
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement