Advertisement
dhimasg

Untitled

Sep 7th, 2018
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.83 KB | None | 0 0
  1. {
  2.   "_token": "bECboKzX4ShG7vzXDGPzLerPSgfDiN6U19UMwdm3",
  3.   "project_id": "30",
  4.   "resource_name": "users",
  5.   "field": {
  6.     "field1": {
  7.       "key": "id",
  8.       "value": "ObjectID"
  9.     },
  10.     "field2": {
  11.       "key": "Name",
  12.       "value": {
  13.         "array": {
  14.           "data": [
  15.             "FirstName",
  16.             "LastName"
  17.           ],
  18.           "type": [
  19.             "firstName",
  20.             "lastName"
  21.           ]
  22.         }
  23.       }
  24.     },
  25.     "field3": {
  26.       "key": "State",
  27.       "value": "state"
  28.     },
  29.     "field4": {
  30.       "key": "Phone",
  31.       "value": "postcode"
  32.     },
  33.     "field5": {
  34.       "key": "Address",
  35.       "value": {
  36.         "array": {
  37.           "data": [
  38.             "Address1"
  39.           ],
  40.           "type": [
  41.             "streetAddress"
  42.           ]
  43.         }
  44.       }
  45.     }
  46.   }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement