POST api/RepairRegister/RegFK

“RegFK”的文档。

Request Information

Parameters

NameDescriptionAdditional information
FkData
“FkData”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "info": {
    "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 20:59:10",
    "feedback_time2": "2024-07-27 20:59:10",
    "feedback_user_id1": "sample string 12",
    "feedback_user_id2": "sample string 13",
    "guarantee_day": "2024-07-27 20:59:10",
    "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 20:59:10",
    "org_id": "sample string 22",
    "pay_type": 23,
    "payed_time": "2024-07-27 20:59:10",
    "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 20:59:10",
    "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 20:59:10",
    "repair_state": 37,
    "repair_time": "2024-07-27 20:59:10",
    "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"
  },
  "charge": [
    {
      "repair_guid": "sample string 1",
      "charge_type": 2,
      "product_model": "sample string 3",
      "eq_address": "sample string 4",
      "type_id": 5,
      "model_type": 6,
      "charge_price": "sample string 7",
      "charge_desc": "sample string 8",
      "over_time": "sample string 9"
    },
    {
      "repair_guid": "sample string 1",
      "charge_type": 2,
      "product_model": "sample string 3",
      "eq_address": "sample string 4",
      "type_id": 5,
      "model_type": 6,
      "charge_price": "sample string 7",
      "charge_desc": "sample string 8",
      "over_time": "sample string 9"
    },
    {
      "repair_guid": "sample string 1",
      "charge_type": 2,
      "product_model": "sample string 3",
      "eq_address": "sample string 4",
      "type_id": 5,
      "model_type": 6,
      "charge_price": "sample string 7",
      "charge_desc": "sample string 8",
      "over_time": "sample string 9"
    }
  ],
  "mat": [
    {
      "material_guid": "sample string 1",
      "Quantity": "sample string 2"
    },
    {
      "material_guid": "sample string 1",
      "Quantity": "sample string 2"
    },
    {
      "material_guid": "sample string 1",
      "Quantity": "sample string 2"
    }
  ]
}

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