PUT api/ntmsGeojson/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

ntm
NameDescriptionTypeAdditional information
ID

integer

None.

Valid

boolean

None.

Number

integer

None.

Year

integer

None.

XML

string

None.

XML2

string

None.

TypeID

integer

None.

Name

string

None.

GeometryType

string

None.

ntmpositions

Collection of ntmposition

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Valid": true,
  "Number": 3,
  "Year": 4,
  "XML": "sample string 5",
  "XML2": "sample string 6",
  "TypeID": 7,
  "Name": "sample string 8",
  "GeometryType": "sample string 9",
  "ntmpositions": [
    {
      "ID": 1,
      "NtmID": 2,
      "Lat": 3.0,
      "Lon": 4.0,
      "Sortorder": 1
    },
    {
      "ID": 1,
      "NtmID": 2,
      "Lat": 3.0,
      "Lon": 4.0,
      "Sortorder": 1
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.