Querying Service Ticket Problem Type
Function Description
Users can select the problem type when creating a service ticket.
URI
GET /v1.0/servicerequest/case/businesstype
Request
Request Parameters
| Parameter | Mandatory | Type | Value Range | Description |
|---|---|---|---|---|
| productCategoryId | No | String | 64 | Indicates the product ID. See Querying Service Ticket Related Product to get the ID. |
Request Example
productCategoryId=xxx
Response Message
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| totalCount | Integer | Specifies the total number of problem types. |
| businessTypeList | List<BusinessType> | Specifies the problem type list. For details, see Table 2. |
| Parameter | Type | Description |
|---|---|---|
| businessTypeId | String | Specifies the problem type ID. |
| businessTypeName | String | Specifies the problem type name. |
Example Response
{
"totalCount": 13,
"businessTypeList": [
{
"businessTypeId": "b6dc3d3bf7ef434fa3f23d79cfc41449",
"businessTypeName": "Quota adjustment application"
},
{
"businessTypeId": "9b1a349c3a2849a391d58c10f9dc55a1",
"businessTypeName": "Consulting about renewal"
},
...
]
} Status Code
For details about status codes, see Status Code.
Error Code
For details about error codes, see Historical Error Codes.
Last Article: Querying Service Ticket Related Product
Next Article: Querying Templates
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.