POST WebContent/WebContentReaded
Request Information
URI Parameters
None.
Body Parameters
Collection of WebContentName | Description | Type | Additional information |
---|---|---|---|
MuhabirIDs | string |
None. |
|
Title | string |
None. |
|
Content | string |
None. |
|
Header | string |
None. |
|
SubHeader | string |
None. |
|
LinkTitle | string |
None. |
|
ContentType | ContentType |
None. |
|
WebContentCategoryID | integer |
None. |
|
ParentID | integer |
None. |
|
SubContent | integer |
None. |
|
StepIndex | integer |
None. |
|
StatusID | integer |
None. |
|
OldStatusID | integer |
None. |
|
CategoryID | integer |
None. |
|
Date | date |
None. |
|
UpdatedDate | date |
None. |
|
PublishDate | date |
None. |
|
ImageList | Collection of string |
None. |
|
ImageUrl | string |
None. |
|
PlainText | string |
None. |
|
ShortContent | string |
None. |
|
SummaryText | string |
None. |
|
Link | string |
None. |
|
Lang | string |
None. |
|
WebCategory | WebContentCategory |
None. |
|
Category | WebContentCategory |
None. |
|
CategoryName | string |
None. |
|
CategoryLink | string |
None. |
|
Viewed | integer |
None. |
|
Categories | Collection of WebContentCategory |
None. |
|
CategoryIDs | string |
None. |
|
AddedUserID | integer |
None. |
|
MuhabirYazarID | integer |
None. |
|
IsEditor | boolean |
None. |
|
IsYonetmen | boolean |
None. |
|
IsLocked | boolean |
None. |
|
YorumAdedi | integer |
None. |
|
Ekleyen | User |
None. |
|
MuhabirYazar | User |
None. |
|
Muhabirler | Collection of User |
None. |
|
Styles | string |
None. |
|
EditorOpenTime | date |
None. |
|
EditorID | integer |
None. |
|
ActiveUsers | Collection of User |
None. |
|
IsEditorOld | boolean |
None. |
|
IsYonetmenOld | boolean |
None. |
|
TVHaberID | integer |
None. |
|
IsSaveToDB | boolean |
None. |
|
IsUpdate | boolean |
None. |
|
ID | integer |
None. |
|
IsDeleted | boolean |
None. |
|
Active | boolean |
None. |
|
PostResult | PostResult |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PostResultName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
id | string |
None. |
|
isSuccess | boolean |
None. |
|
Message | Exception |
None. |
|
MessageCustom | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "id": "sample string 2", "isSuccess": true, "Message": { "ClassName": "System.Exception", "Message": null, "Data": null, "InnerException": null, "HelpURL": "sample string 1", "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": 3, "Source": "sample string 2", "WatsonBuckets": null }, "MessageCustom": "sample string 4" }
application/xml, text/xml
Sample:
<PostResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehriNet.ETicaret.Models"> <ID>1</ID> <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <ClassName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">System.Exception</ClassName> <Message i:nil="true" xmlns="" /> <Data i:nil="true" xmlns="" /> <InnerException i:nil="true" xmlns="" /> <HelpURL xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</HelpURL> <StackTraceString i:nil="true" xmlns="" /> <RemoteStackTraceString i:nil="true" xmlns="" /> <RemoteStackIndex xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">0</RemoteStackIndex> <ExceptionMethod i:nil="true" xmlns="" /> <HResult xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">3</HResult> <Source xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Source> <WatsonBuckets i:nil="true" xmlns="" /> </Message> <MessageCustom>sample string 4</MessageCustom> <id>sample string 2</id> <isSuccess>true</isSuccess> </PostResult>