GET api/Equipment/AddRepairRegister1

“AddRepairRegister1”的文档。

Request Information

Parameters

NameDescriptionAdditional information
info
“info”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "file": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "amount": "sample string 1",
  "approve_type": 2,
  "approve_user_id": "sample string 3",
  "cancel_cause": "sample string 4",
  "check_state": 5,
  "eq_address": "sample string 6",
  "fault_address": "sample string 7",
  "fault_desc": "sample string 8",
  "fault_level": 9,
  "fault_source": 10,
  "fault_type": "sample string 11",
  "feedback_time1": "2024-07-27 10:48:44",
  "feedback_time2": "2024-07-27 10:48:44",
  "feedback_user_id1": "sample string 12",
  "feedback_user_id2": "sample string 13",
  "guarantee_day": "2024-07-27 10:48:44",
  "imgs": "sample string 14",
  "is_need_pay": 15,
  "is_payed": 16,
  "is_self_buy": 17,
  "labor_cost": "sample string 18",
  "link_tel": "sample string 19",
  "material_cost": "sample string 20",
  "mt_state": 21,
  "order_repair_time": "2024-07-27 10:48:44",
  "org_id": "sample string 22",
  "pay_type": 23,
  "payed_time": "2024-07-27 10:48:44",
  "priority": 24,
  "product_model": "sample string 25",
  "provider_guid": "sample string 26",
  "record_user_id": "sample string 27",
  "register_customer": "sample string 28",
  "register_customer_guid": "sample string 29",
  "register_dep_guid": "sample string 30",
  "register_eq": "sample string 31",
  "register_time": "2024-07-27 10:48:44",
  "remark": "sample string 32",
  "repair_code": "sample string 33",
  "repair_days": "sample string 34",
  "repair_desc": "sample string 35",
  "repair_guid": "sample string 36",
  "repair_over_time": "2024-07-27 10:48:44",
  "repair_state": 37,
  "repair_time": "2024-07-27 10:48:44",
  "repair_type": 38,
  "send_dep_guid": "sample string 39",
  "service_desc": "sample string 40",
  "service_state": 41,
  "treat_type": 42,
  "user": "sample string 43",
  "work_hour": "sample string 44",
  "imgurl": "sample string 45",
  "area_code": "sample string 46",
  "eqs": "sample string 47",
  "eqdesc": "sample string 48",
  "remote_fee": "sample string 49",
  "special_discount": "sample string 50",
  "discount": "sample string 51",
  "qc_type": "sample string 52",
  "is_call": "sample string 53",
  "tel": "sample string 54",
  "nf_agreement": "sample string 55",
  "dc_agreement": "sample string 56"
}

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
  }
}