GET mobile/GetOnlineServicesCategory?market={market}&language={language}&categoryCode={categoryCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| market | string |
Required |
|
| language | string |
Required |
|
| categoryCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SupportOnlineServicesCategoriesResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Category | SupportCategory |
None. |
|
| ResponseStatus |
Response status after API request |
ApiResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Category": {
"Code": "sample string 1",
"Description": "sample string 2",
"OnlineServices": null
},
"ResponseStatus": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.