PUT api/ArticleCategory/UpdateSeoById/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
ArticleCategorySeoItemName | Description | Type | Additional information |
---|---|---|---|
SeoUrl | string |
None. |
|
SeoTitle | string |
None. |
|
SeoKeywords | string |
None. |
|
SeoDescription | string |
None. |
|
Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SeoUrl": "sample string 1", "SeoTitle": "sample string 2", "SeoKeywords": "sample string 3", "SeoDescription": "sample string 4", "Id": 5 }
application/xml, text/xml
Sample:
<ArticleCategorySeoItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArNikAPI.Services.Articles.Models"> <Id xmlns="http://schemas.datacontract.org/2004/07/ArNikCo.Domain.Entities">5</Id> <SeoDescription>sample string 4</SeoDescription> <SeoKeywords>sample string 3</SeoKeywords> <SeoTitle>sample string 2</SeoTitle> <SeoUrl>sample string 1</SeoUrl> </ArticleCategorySeoItem>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |