POST customerservice/problemtypes
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| arg | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"arg": "sample string 1",
"appkey": "sample string 2",
"timestamp": "sample string 3",
"md5": "sample string 4",
"version": "sample string 5",
"macAddress": "sample string 6",
"ip": "sample string 7",
"appId": "sample string 8",
"token": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": [
{
"problemTypeId": 1,
"problemTypeCode": "sample string 2",
"problemTypeName": "sample string 3",
"problemTypePinyin": "sample string 4",
"problemTypeOrder": 5,
"parentProblemTypeId": 6,
"areaLevel": 7,
"remark": "sample string 8",
"createdBy": 9,
"createdTime": "2026-02-04T10:05:33.406641+08:00",
"modifiedBy": 10,
"modifiedTime": "2026-02-04T10:05:33.406641+08:00",
"rdStatus": 11,
"blLackewb": 12,
"proPrompt": "sample string 13",
"opaction": "sample string 14"
},
{
"problemTypeId": 1,
"problemTypeCode": "sample string 2",
"problemTypeName": "sample string 3",
"problemTypePinyin": "sample string 4",
"problemTypeOrder": 5,
"parentProblemTypeId": 6,
"areaLevel": 7,
"remark": "sample string 8",
"createdBy": 9,
"createdTime": "2026-02-04T10:05:33.406641+08:00",
"modifiedBy": 10,
"modifiedTime": "2026-02-04T10:05:33.406641+08:00",
"rdStatus": 11,
"blLackewb": 12,
"proPrompt": "sample string 13",
"opaction": "sample string 14"
},
{
"problemTypeId": 1,
"problemTypeCode": "sample string 2",
"problemTypeName": "sample string 3",
"problemTypePinyin": "sample string 4",
"problemTypeOrder": 5,
"parentProblemTypeId": 6,
"areaLevel": 7,
"remark": "sample string 8",
"createdBy": 9,
"createdTime": "2026-02-04T10:05:33.406641+08:00",
"modifiedBy": 10,
"modifiedTime": "2026-02-04T10:05:33.406641+08:00",
"rdStatus": 11,
"blLackewb": 12,
"proPrompt": "sample string 13",
"opaction": "sample string 14"
}
],
"Counts": 1,
"Code": "sample string 2",
"Message": "sample string 3",
"IsSuccess": true
}