- URL:
- https://<root>/<serviceName>/NetworkDiagramServer/diagrams/<diagramName>/overwriteFromFeatures
- Methods:
- POST
- Version Introduced:
- 10.6
Description
The overwrite operation overwrites the diagram content using a set of input network elements Global IDs. It is performed on a Diagram resource. The result of this operation is a Diagram JSON Information object, and the moment (date) the operation happens for a stored diagram.
Request Parameters
| Parameter | Details | 
|---|---|
| 
 | The name of the geodatabase version. Syntax:  Example:  | 
| 
 | The token (guid) used to lock the version. Syntax:  Example:  | 
| 
 (Required) | An array of utility network feature Global IDs, those features being those used to overwrite the diagram resource. Syntax:  Example:  | 
| 
 | The response format. The default response format is html. Values:  | 
Example Usage
Overwriting the diagram called DiagramTest1 with the following set of utility network features Global IDs ["{22E157ED-68A0-407D-9F06-A030C5A1995F}","BDCD6D28-D03B-4099-8F2E-DCB7665DD0F0}"]; that is:
- 
URL: https://myserver.esri.com/server/rest/services/ Naperville/ Network Diagram Server/diagrams/ Diagram Test1/overwrite From Features 
- 
Parameters: Use dark colors for code blocks Copy gdbVersion= sessionId= initialFeatures=["{22E157ED-68A0-407D-9F06-A030C5A1995F}","BDCD6D28-D03B-4099-8F2E-DCB7665DD0F0}"] f=pjson
- 
Sent URL (GET): https://myserver.esri.com/server/rest/services/ Naperville/ Network Diagram Server/diagrams/ Diagram Test1/overwrite From Features?gdb Version=&session Id=&initial Features=%5 B%22%7 B22 E157 E D-68 A0-407 D-9 F06- A030 C5 A1995 F%7 D%22%2 C%22 BDC D6 D28- D03 B-4099-8 F2 E- DC B7665 D D0 F0%7 D%22%5 D&f=pjson 
JSON Response Syntax
A JSON object composed of a Diagram JSON Information object and a moment: {"diagram
JSON Response Example
{
 "diagramInfo": {
  "tag": "",
  "isStored": true,
  "canStore": false,
  "canExtend": false,
  "isSystem": false,
  "creator": "acb7352",
  "creationDate": 1503065870000,
  "lastUpdateBy": "acb7352",
  "lastUpdateDate": 1503066458000,
  "containerMargin": 0.5,
  "junctionCount": 11,
  "edgeCount": 10,
  "containerCount": 2,
  "aggregationCount": 0,
  "isHistorical": false,
  "access": "esriDiagramPublicAccess",
  "diagramExtent": {
   "xmin": 1034510.4869008437,
   "ymin": 1871859.3734351993,
   "xmax": 1034521.7178495117,
   "ymax": 1871863.1050550342,
   "spatialReference": {
    "wkid": 102671,
    "latestWkid": 3435
   }
  },
  "networkExtent": {
   "xmin": 1034510.9868998453,
   "ymin": 1871859.8734342009,
   "xmax": 1034521.2178505138,
   "ymax": 1871862.6050560325,
   "spatialReference": {
    "wkid": 102671,
    "latestWkid": 3435
   }
  },
  "name": "DiagramTest1",
  "id": "{22C1EEB8-1152-440F-B2FF-6B7C6A43076E}",
  "template": "ExpandContainers"
 },
 "moment": 1503066456693
}