POST blogs
Request Information
URI Parameters
None.
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": "4f9cb7ad-de7e-4fdd-a3b1-4129022f93ae", "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":"4f9cb7ad-de7e-4fdd-a3b1-4129022f93ae","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.