POST api/FYMonth
Request Information
URI Parameters
None.
Body Parameters
FYMonth| Name | Description | Type | Additional information |
|---|---|---|---|
| FYMonthId | integer |
None. |
|
| FinancialYearId | integer |
None. |
|
| FYMonthStartDate | date |
None. |
|
| MonthYear | string |
None. |
|
| MonthSlNo | integer |
None. |
|
| MonthStartDate | date |
None. |
|
| MonthEndDate | date |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FYMonthId": 1,
"FinancialYearId": 2,
"FYMonthStartDate": "2025-12-08T01:19:43.5800957+05:30",
"MonthYear": "sample string 4",
"MonthSlNo": 5,
"MonthStartDate": "2025-12-08T01:19:43.5800957+05:30",
"MonthEndDate": "2025-12-08T01:19:43.5800957+05:30",
"CreatedDate": "2025-12-08T01:19:43.5800957+05:30",
"CreatedBy": "sample string 7"
}
application/xml, text/xml
Sample:
<FYMonth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Morph.Domain.Entities"> <CreatedBy>sample string 7</CreatedBy> <CreatedDate>2025-12-08T01:19:43.5800957+05:30</CreatedDate> <FYMonthId>1</FYMonthId> <FYMonthStartDate>2025-12-08T01:19:43.5800957+05:30</FYMonthStartDate> <FinancialYearId>2</FinancialYearId> <MonthEndDate>2025-12-08T01:19:43.5800957+05:30</MonthEndDate> <MonthSlNo>5</MonthSlNo> <MonthStartDate>2025-12-08T01:19:43.5800957+05:30</MonthStartDate> <MonthYear>sample string 4</MonthYear> </FYMonth>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |