POST api/Blog
Request Information
URI Parameters
None.
Body Parameters
Blogs| Name | 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": "2025-11-04T19:15:14.1268578+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>2025-11-04T19:15:14.1268578+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.