POST api/Blog
Request Information
URI Parameters
None.
Body Parameters
BlogsName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Title | string |
None. |
|
URL | string |
None. |
|
socialmediatype | string |
None. |
|
CreatedOn | date |
None. |
|
Customer_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Title": "sample string 2", "URL": "sample string 3", "socialmediatype": "sample string 4", "CreatedOn": "2024-12-22T16:55:19.4609357+05:30", "Customer_Id": 6 }
application/xml, text/xml
Sample:
<Blogs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrustLine.Models"> <CreatedOn>2024-12-22T16:55:19.4609357+05:30</CreatedOn> <Customer_Id>6</Customer_Id> <Id>1</Id> <Title>sample string 2</Title> <URL>sample string 3</URL> <socialmediatype>sample string 4</socialmediatype> </Blogs>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.