POST News/FinalDeleteNews

Request Information

URI Parameters

None.

Body Parameters

NewsDataContext
NameDescriptionTypeAdditional information
filterStatus

boolean

None.

paginationStatus

boolean

None.

textSearch

string

None.

language

string

None.

statusWithAll

boolean

None.

pageSize

integer

None.

page

integer

None.

sortToken

string

None.

userAuthorizeToken

string

None.

newsToken

string

None.

userToken

string

None.

newsCategoryToken

string

None.

newsCategoryNameCurrent

string

None.

userNameCurrent

string

None.

newsMediaPath

string

None.

newsMediaTypeToken

string

None.

newsMediaTypeNameCurrent

string

None.

newsMediaTypeNameAr

string

None.

newsMediaTypeNameEn

string

None.

newsMediaTypeNameUnd

string

None.

newsCode

string

None.

newsNameCurrent

string

None.

newsNameEn

string

None.

newsNameAr

string

None.

newsNameUnd

string

None.

newsDescriptionCurrent

string

None.

newsDescriptionEn

string

None.

newsDescriptionAr

string

None.

newsDescriptionUnd

string

None.

publisherNameCurrent

string

None.

publisherNameEn

string

None.

publisherNameAr

string

None.

publisherNameUnd

string

None.

newsNotes

string

None.

actionDateTime

string

None.

dateTime

string

None.

newsArchiveStatus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "filterStatus": true,
  "paginationStatus": true,
  "textSearch": "sample string 3",
  "language": "sample string 4",
  "statusWithAll": true,
  "pageSize": 6,
  "page": 7,
  "sortToken": "sample string 8",
  "userAuthorizeToken": "sample string 9",
  "newsToken": "sample string 10",
  "userToken": "sample string 11",
  "newsCategoryToken": "sample string 12",
  "newsCategoryNameCurrent": "sample string 13",
  "userNameCurrent": "sample string 14",
  "newsMediaPath": "sample string 15",
  "newsMediaTypeToken": "sample string 16",
  "newsMediaTypeNameCurrent": "sample string 17",
  "newsMediaTypeNameAr": "sample string 18",
  "newsMediaTypeNameEn": "sample string 19",
  "newsMediaTypeNameUnd": "sample string 20",
  "newsCode": "sample string 21",
  "newsNameCurrent": "sample string 22",
  "newsNameEn": "sample string 23",
  "newsNameAr": "sample string 24",
  "newsNameUnd": "sample string 25",
  "newsDescriptionCurrent": "sample string 26",
  "newsDescriptionEn": "sample string 27",
  "newsDescriptionAr": "sample string 28",
  "newsDescriptionUnd": "sample string 29",
  "publisherNameCurrent": "sample string 30",
  "publisherNameEn": "sample string 31",
  "publisherNameAr": "sample string 32",
  "publisherNameUnd": "sample string 33",
  "newsNotes": "sample string 34",
  "actionDateTime": "sample string 35",
  "dateTime": "sample string 36",
  "newsArchiveStatus": true
}

application/xml, text/xml

Sample:
<NewsDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.News">
  <actionDateTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 35</actionDateTime>
  <dateTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 36</dateTime>
  <newsArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">true</newsArchiveStatus>
  <newsCategoryNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 13</newsCategoryNameCurrent>
  <newsCategoryToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 12</newsCategoryToken>
  <newsCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 21</newsCode>
  <newsDescriptionAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 28</newsDescriptionAr>
  <newsDescriptionCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 26</newsDescriptionCurrent>
  <newsDescriptionEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 27</newsDescriptionEn>
  <newsDescriptionUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 29</newsDescriptionUnd>
  <newsMediaPath xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 15</newsMediaPath>
  <newsMediaTypeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 18</newsMediaTypeNameAr>
  <newsMediaTypeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 17</newsMediaTypeNameCurrent>
  <newsMediaTypeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 19</newsMediaTypeNameEn>
  <newsMediaTypeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 20</newsMediaTypeNameUnd>
  <newsMediaTypeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 16</newsMediaTypeToken>
  <newsNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 24</newsNameAr>
  <newsNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 22</newsNameCurrent>
  <newsNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 23</newsNameEn>
  <newsNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 25</newsNameUnd>
  <newsNotes xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 34</newsNotes>
  <newsToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 10</newsToken>
  <publisherNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 32</publisherNameAr>
  <publisherNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 30</publisherNameCurrent>
  <publisherNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 31</publisherNameEn>
  <publisherNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 33</publisherNameUnd>
  <userNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 14</userNameCurrent>
  <userToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.News">sample string 11</userToken>
  <filterStatus>true</filterStatus>
  <language>sample string 4</language>
  <page>7</page>
  <pageSize>6</pageSize>
  <paginationStatus>true</paginationStatus>
  <sortToken>sample string 8</sortToken>
  <statusWithAll>true</statusWithAll>
  <textSearch>sample string 3</textSearch>
  <userAuthorizeToken>sample string 9</userAuthorizeToken>
</NewsDataContext>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.