POST SetTopicContentData
Request Information
URI Parameters
None.
Body Parameters
TopicContentMasterEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| TopicContentID | integer |
None. |
|
| TopicID | integer |
None. |
|
| ContentName | string |
None. |
|
| ContentDesc | string |
None. |
|
| ContentFileType | string |
None. |
|
| ContentFileName | string |
None. |
|
| ContentFileSize | decimal number |
None. |
|
| DisplayContentOnMobile | integer |
None. |
|
| IsShareable | integer |
None. |
|
| IsValid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TopicContentID": 1,
"TopicID": 2,
"ContentName": "sample string 3",
"ContentDesc": "sample string 4",
"ContentFileType": "sample string 5",
"ContentFileName": "sample string 6",
"ContentFileSize": 7.1,
"DisplayContentOnMobile": 8,
"IsShareable": 9,
"IsValid": 10
}
application/xml, text/xml
Sample:
<TopicContentMasterEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SF_API.Entity.Topic"> <ContentDesc>sample string 4</ContentDesc> <ContentFileName>sample string 6</ContentFileName> <ContentFileSize>7.1</ContentFileSize> <ContentFileType>sample string 5</ContentFileType> <ContentName>sample string 3</ContentName> <DisplayContentOnMobile>8</DisplayContentOnMobile> <IsShareable>9</IsShareable> <IsValid>10</IsValid> <TopicContentID>1</TopicContentID> <TopicID>2</TopicID> </TopicContentMasterEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |