Create, update or delete multiple applicationTarget elements

This method updates multiple elements based on JSON input. You can pass a JSON array of elements that need to be created, updated or even deleted. The method will update the elements based on the 'externalId' properties of the JSON object(s).In order to delete a model the property deleted = true must be provided in the Json Object

Request

PUT http://{hostname}:{port}
  /applicationTargets/sync
Accept: application/json
Content-Type: application/json
Table 1. Header parameters
Parameter Type Required Description
Content-Type application/json true
Accept application/json true