POST api/home/generateCoordinate

Request Information

URI Parameters

None.

Body Parameters

GenerateCoordinateParametes
NameDescriptionTypeAdditional information
LineId

string

None.

Position

string

None.

RingNumberStr

string

None.

RingCount

integer

None.

ListRingWidth

Collection of PRO_R_Section_LineRingWidth

None.

Request Formats

application/json, text/json

Sample:
{
  "LineId": "sample string 1",
  "Position": "sample string 2",
  "RingNumberStr": "sample string 3",
  "RingCount": 4,
  "ListRingWidth": [
    {
      "<Pro_Id>k__BackingField": 1.0,
      "<Section_Id>k__BackingField": 2.0,
      "<Line_Id>k__BackingField": 3.0,
      "<RingNumEnd>k__BackingField": 4,
      "<RingWidth>k__BackingField": 5.0
    },
    {
      "<Pro_Id>k__BackingField": 1.0,
      "<Section_Id>k__BackingField": 2.0,
      "<Line_Id>k__BackingField": 3.0,
      "<RingNumEnd>k__BackingField": 4,
      "<RingWidth>k__BackingField": 5.0
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PRO_LineGeolocation
NameDescriptionTypeAdditional information
LG_Id

integer

None.

Line_Id

decimal number

None.

LongLat

string

None.

RingNumber

integer

None.

RingNumFlag

integer

None.

InputTime

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LG_Id": 1,
    "Line_Id": 2.0,
    "LongLat": "sample string 3",
    "RingNumber": 4,
    "RingNumFlag": 5,
    "InputTime": "2024-09-20 09:35:22"
  },
  {
    "LG_Id": 1,
    "Line_Id": 2.0,
    "LongLat": "sample string 3",
    "RingNumber": 4,
    "RingNumFlag": 5,
    "InputTime": "2024-09-20 09:35:22"
  }
]