NVR Device Model DS-7608NXI-I2 / 8P/S
Firmware Version V4.62.225 build 240123
 
for enable enable Notify Surveillance Center send HTTP PUT ....
<?xml version
"1.0" encoding="UTF-8"?>
<EventTrigger>
  <id>fielddetection-4
  </id>
  <eventType>fielddetection
  </eventType>
  <dynVideoInputChannelID>4
  </dynVideoInputChannelID>
  <EventTriggerNotificationList>
    <EventTriggerNotification>
      <id>record-4
      </id>
      <notificationMethod>record
      </notificationMethod>
      <dynVideoInputID>4
      </dynVideoInputID>
    </EventTriggerNotification>
    <EventTriggerNotification>
      <id>center
      </id>
      <notificationMethod>center
      </notificationMethod>
    </EventTriggerNotification>
  </EventTriggerNotificationList>
</EventTrigger>
for disable Notify Surveillance Center HTTP PUT ....
<?xml version
"1.0" encoding="UTF-8"?>
<EventTrigger>
  <id>fielddetection-4
  </id>
  <eventType>fielddetection
  </eventType>
  <dynVideoInputChannelID>4
  </dynVideoInputChannelID>
  <EventTriggerNotificationList>
    <EventTriggerNotification>
      <id>record-4
      </id>
      <notificationMethod>record
      </notificationMethod>
      <dynVideoInputID>4
      </dynVideoInputID>
    </EventTriggerNotification>
  </EventTriggerNotificationList>
</EventTrigger>
To enable or disable the "Surveillance Center" notification, which HTTP PUT should I send without modifying other parts? 
Sending the above strings strangely overwrites the "Area Settings" previously configured by the camera because the draw areas set by the camera have more points than those of the NVR.