POST api/cbim/GetShieldCurrentData

Request Information

URI Parameters

None.

Body Parameters

ParamShieldCurrentData
NameDescriptionTypeAdditional information
lineId

string

Required

tbmId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "lineId": "sample string 1",
  "tbmId": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonFormatOfShieldCurrentData
NameDescriptionTypeAdditional information
Error

boolean

None.

Message

string

None.

Data

ShieldCurrentData

None.

Response Formats

application/json, text/json

Sample:
{
  "Error": true,
  "Message": "sample string 2",
  "Data": {
    "TotalRingNumber": 1,
    "CurrentRingNumber": 2,
    "CurrentLength": 3.0,
    "TunnelLength": 4.0,
    "TunnelTime": 5,
    "PassedTunnelTime": 6,
    "RILEI": 7,
    "YUELEI": 8,
    "startMileage": 9.0,
    "endMileage": 10.0
  }
}