PUT blogs/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
BlogRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Title | string |
None. |
|
SubTitle | string |
None. |
|
Published | boolean |
None. |
|
Featured | boolean |
None. |
|
ProductId | integer |
None. |
|
Content | string |
None. |
|
BlogUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "0b18f94b-366d-409a-916a-0323751fd6b0", "title": "sample string 2", "subTitle": "sample string 3", "published": true, "featured": true, "productId": 5, "content": "sample string 6", "blogUrl": "sample string 7" }
text/html, multipart/form-data
Sample:
{"id":"0b18f94b-366d-409a-916a-0323751fd6b0","title":"sample string 2","subTitle":"sample string 3","published":true,"featured":true,"productId":5,"content":"sample string 6","blogUrl":"sample string 7"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.