POST api/VmeduArticle/UpdateArticle
Request Information
URI Parameters
None.
Body Parameters
VmeduUpdateArticleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ArticleId | integer |
None. |
|
| Categories | string |
None. |
|
| Title | string |
None. |
|
| SACIds | string |
None. |
|
| ArticleLanguageId | integer |
None. |
|
| AltText | string |
None. |
|
| ArticleUrl | string |
None. |
|
| Body | string |
None. |
|
| MetaKeywords | string |
None. |
|
| MetaDescription | string |
None. |
|
| ArticleDate | date |
None. |
|
| Publish | integer |
None. |
|
| ArticleImage | HttpPostedFileBase |
None. |
|
| SelectedSACIds | Collection of integer |
None. |
|
| AddedBy | integer |
None. |
|
| QAttachment | string |
None. |
|
| FileType | string |
None. |
|
| UserId | integer |
None. |
|
| LanguageId | integer |
None. |
|
| CurrentTitle | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArticleId": 1,
"Categories": "sample string 2",
"Title": "sample string 3",
"SACIds": "sample string 4",
"ArticleLanguageId": 5,
"AltText": "sample string 6",
"ArticleUrl": "sample string 7",
"Body": "sample string 8",
"MetaKeywords": "sample string 9",
"MetaDescription": "sample string 10",
"ArticleDate": "2026-02-04T09:06:49.2885345+05:30",
"Publish": 12,
"ArticleImage": null,
"SelectedSACIds": [
1,
2
],
"AddedBy": 13,
"QAttachment": "sample string 14",
"FileType": "sample string 15",
"UserId": 16,
"LanguageId": 1,
"CurrentTitle": "sample string 17"
}
application/xml, text/xml
Sample:
<VmeduUpdateArticleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models">
<AddedBy>13</AddedBy>
<AltText>sample string 6</AltText>
<ArticleDate>2026-02-04T09:06:49.2885345+05:30</ArticleDate>
<ArticleId>1</ArticleId>
<ArticleImage xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" />
<ArticleLanguageId>5</ArticleLanguageId>
<ArticleUrl>sample string 7</ArticleUrl>
<Body>sample string 8</Body>
<Categories>sample string 2</Categories>
<CurrentTitle>sample string 17</CurrentTitle>
<FileType>sample string 15</FileType>
<LanguageId>1</LanguageId>
<MetaDescription>sample string 10</MetaDescription>
<MetaKeywords>sample string 9</MetaKeywords>
<Publish>12</Publish>
<QAttachment>sample string 14</QAttachment>
<SACIds>sample string 4</SACIds>
<SelectedSACIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</SelectedSACIds>
<Title>sample string 3</Title>
<UserId>16</UserId>
</VmeduUpdateArticleModel>
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. |