POST api/RepairRegister/DeleteGUid
“DeleteGUid”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
DataParameters | “DataParameters”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "org_id": "sample string 1", "keywords": "sample string 2", "user_id": "sample string 3", "fault_type": "sample string 4", "repair_state": "sample string 5", "register_time_start": "sample string 6", "register_time_end": "sample string 7", "repair_biling": "sample string 8", "repair_guid": "sample string 9", "tel": "sample string 10", "pageIndex": 11, "pageSize": 12, "provider_guid": "sample string 13", "remark": "sample string 14", "fault_level": "sample string 15", "priority": "sample string 16", "repair_code": "sample string 17", "name": "sample string 18", "type": "sample string 19", "is_default": "sample string 20", "address_guid": "sample string 21", "address": "sample string 22", "contacts": "sample string 23", "eqs": "sample string 24", "name_invoice": "sample string 25", "kcode": "sample string 26", "billing_type": "sample string 27", "tag": "sample string 28", "desc": "sample string 29", "pay_sum": "sample string 30" }
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 } }