POST api/v1/accountv1/GetPlatformCustomerServiceInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PlatformCustomerServiceInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| KataoTalkUrl | string |
None. |
|
| TelegramUrl | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
application/xml
Sample:
<PlatformCustomerServiceInfoDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <KataoTalkUrl>sample string 1</KataoTalkUrl> <TelegramUrl>sample string 2</TelegramUrl> </PlatformCustomerServiceInfoDto>
text/json
Sample:
{
"KataoTalkUrl": "sample string 1",
"TelegramUrl": "sample string 2"
}
text/xml
Sample:
<PlatformCustomerServiceInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Finance.SMH"> <KataoTalkUrl>sample string 1</KataoTalkUrl> <TelegramUrl>sample string 2</TelegramUrl> </PlatformCustomerServiceInfoDto>