OPTIONS api/FMOverview

Request Information

URI Parameters

None.

Body Parameters

FMOverview
NameDescriptionTypeAdditional information
Id

integer

None.

DocumentFile

string

None.

quarter

integer

None.

description

string

None.

financialyear

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DocumentFile": "sample string 2",
  "quarter": 3,
  "description": "sample string 4",
  "financialyear": "sample string 5",
  "CreatedOn": "2024-04-20T03:24:32.8368187+05:30"
}

application/xml, text/xml

Sample:
<FMOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrustLine.Models">
  <CreatedOn>2024-04-20T03:24:32.8368187+05:30</CreatedOn>
  <DocumentFile>sample string 2</DocumentFile>
  <Id>1</Id>
  <description>sample string 4</description>
  <financialyear>sample string 5</financialyear>
  <quarter>3</quarter>
</FMOverview>

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 'FMOverview'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.