POST api/BizNote
Request Information
URI Parameters
None.
Body Parameters
BizNotes| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| Title | string | None. | |
| DocumentFile | string | None. | |
| CreatedOn | date | None. | |
| monthnumber | integer | None. | |
| description | string | None. | |
| financialyear | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "Id": 1,
  "Title": "sample string 2",
  "DocumentFile": "sample string 3",
  "CreatedOn": "2025-10-31T07:04:01.3158827+05:30",
  "monthnumber": 5,
  "description": "sample string 6",
  "financialyear": "sample string 7"
}
        application/xml, text/xml
            Sample:
        <BizNotes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrustLine.Models"> <CreatedOn>2025-10-31T07:04:01.3158827+05:30</CreatedOn> <DocumentFile>sample string 3</DocumentFile> <Id>1</Id> <Title>sample string 2</Title> <description>sample string 6</description> <financialyear>sample string 7</financialyear> <monthnumber>5</monthnumber> </BizNotes>
application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.