GET api/Equipment/AddEquipment

“AddEquipment”的文档。

Request Information

Parameters

NameDescriptionAdditional information
AddEquipment
“AddEquipment”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "org_id": "sample string 1",
  "user_id": "sample string 2",
  "eqtype": "sample string 3",
  "eq_address": "sample string 4",
  "province": "sample string 5",
  "city": "sample string 6",
  "county": "sample string 7",
  "street": "sample string 8",
  "area_code": "sample string 9",
  "eq_type": "sample string 10",
  "latitude": "sample string 11",
  "longitude": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Head": {
    "Code": 1,
    "Msg": "sample string 2"
  },
  "Body": {
    "Data": true
  }
}