name | data type | description |
---|---|---|
ConnectionLinkRef | ConnectionLinkRef | |
FeederStopPointRef | StopPointRef | |
DistributorStopPointRef | StopPointRef | |
Monitored | boolean | |
ConnectionLinkName | array of NaturalLanguageStringStructure | |
FeederStopPointName | array of NaturalLanguageStringStructure | |
DistributorStopPointName | array of NaturalLanguageStringStructure | |
Url | string |
Example
{ "ConnectionLinkRef" : { "value" : "..." }, "FeederStopPointRef" : { "value" : "..." }, "DistributorStopPointRef" : { "value" : "..." }, "Monitored" : true, "ConnectionLinkName" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ], "FeederStopPointName" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ], "DistributorStopPointName" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ], "Url" : "..." }