POST api/BizNote

Request Information

URI Parameters

None.

Body Parameters

BizNotes
NameDescriptionTypeAdditional 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": "2024-04-24T00:16:50.0518679+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>2024-04-24T00:16:50.0518679+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BizNotes'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.