GET api/Values/QuerySiemensTrackTrace?key={key}&PO={PO}&STO={STO}&ServiceOrder={ServiceOrder}&BID={BID}&EntrustNO={EntrustNO}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

PO

string

None.

STO

string

None.

ServiceOrder

string

None.

BID

string

None.

EntrustNO

string

None.

Body Parameters

None.

Response Information

Resource Description

ResultValue
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Error

string

None.

Message

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Error": "sample string 2",
  "Message": [
    {},
    {}
  ]
}