DataPlaneRequestResponseDto
acceptedbooleanrequired
Example: 
trueidentifierstringrequired
Example: 
req-identifierdataAddress object
endpointstringrequired
Example: 
http://data-plane-endpointproperties object[]required
Array [
namestringrequired
Example: 
propertyNamevaluestringrequired
Example: 
propertyValue]
callbackAddressstring
Example: 
http://callback-addressDataPlaneRequestResponseDto
{
  "accepted": true,
  "identifier": "req-identifier",
  "dataAddress": {
    "endpoint": "http://address",
    "properties": [
      {
        "name": "key",
        "value": "value"
      }
    ]
  },
  "callbackAddress": "http://callback-address"
}