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 Codes.
Error Code
For details about error codes, see Historical Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot