PUT api/APIPropertyPermission/Bulk

Create/Update APIPropertyPermission objects in bulk

Request Information

Request body formats

application/json, text/json

Sample:
[
  {
    "GroupName": "sample string 1",
    "ObjectName": "sample string 2",
    "PropertyName": "sample string 3",
    "RetrieveProperty": true,
    "UpdateProperty": true,
    "UserFieldData": [
      {},
      {},
      {}
    ],
    "UserFieldNames": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Notifications": null
  },
  {
    "GroupName": "sample string 1",
    "ObjectName": "sample string 2",
    "PropertyName": "sample string 3",
    "RetrieveProperty": true,
    "UpdateProperty": true,
    "UserFieldData": [
      {},
      {},
      {}
    ],
    "UserFieldNames": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Notifications": null
  },
  {
    "GroupName": "sample string 1",
    "ObjectName": "sample string 2",
    "PropertyName": "sample string 3",
    "RetrieveProperty": true,
    "UpdateProperty": true,
    "UserFieldData": [
      {},
      {},
      {}
    ],
    "UserFieldNames": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Notifications": null
  }
]

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "GroupName": "sample string 1",
    "ObjectName": "sample string 2",
    "PropertyName": "sample string 3",
    "RetrieveProperty": true,
    "UpdateProperty": true,
    "UserFieldData": [
      {},
      {},
      {}
    ],
    "UserFieldNames": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Notifications": null
  },
  {
    "GroupName": "sample string 1",
    "ObjectName": "sample string 2",
    "PropertyName": "sample string 3",
    "RetrieveProperty": true,
    "UpdateProperty": true,
    "UserFieldData": [
      {},
      {},
      {}
    ],
    "UserFieldNames": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Notifications": null
  },
  {
    "GroupName": "sample string 1",
    "ObjectName": "sample string 2",
    "PropertyName": "sample string 3",
    "RetrieveProperty": true,
    "UpdateProperty": true,
    "UserFieldData": [
      {},
      {},
      {}
    ],
    "UserFieldNames": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Notifications": null
  }
]