GET api/fy/get-fy/{financialYearId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
financialYearId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FinancialYearDurationTypesDTO
NameDescriptionTypeAdditional information
Id

integer

None.

FinancialYearEntryId

integer

None.

DurationType

string

None.

DurationTypeId

integer

None.

FinancialYearFrom

date

None.

FinancialYearTo

date

None.

GracePeriod

integer

None.

GracePeriodEndDate

date

None.

GracePeriodStatusId

integer

None.

Parts

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

Status

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "FinancialYearEntryId": 1,
    "DurationType": "sample string 2",
    "DurationTypeId": 1,
    "FinancialYearFrom": "2025-12-06T11:37:02.2584317+00:00",
    "FinancialYearTo": "2025-12-06T11:37:02.2584317+00:00",
    "GracePeriod": 1,
    "GracePeriodEndDate": "2025-12-06T11:37:02.2584317+00:00",
    "GracePeriodStatusId": 1,
    "Parts": 1,
    "CreatedBy": 1,
    "CreatedDate": "2025-12-06T11:37:02.2584317+00:00",
    "ModifiedBy": 1,
    "ModifiedDate": "2025-12-06T11:37:02.2584317+00:00",
    "Status": true
  },
  {
    "Id": 1,
    "FinancialYearEntryId": 1,
    "DurationType": "sample string 2",
    "DurationTypeId": 1,
    "FinancialYearFrom": "2025-12-06T11:37:02.2584317+00:00",
    "FinancialYearTo": "2025-12-06T11:37:02.2584317+00:00",
    "GracePeriod": 1,
    "GracePeriodEndDate": "2025-12-06T11:37:02.2584317+00:00",
    "GracePeriodStatusId": 1,
    "Parts": 1,
    "CreatedBy": 1,
    "CreatedDate": "2025-12-06T11:37:02.2584317+00:00",
    "ModifiedBy": 1,
    "ModifiedDate": "2025-12-06T11:37:02.2584317+00:00",
    "Status": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfFinancialYearDurationTypesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO.FinancialYear">
  <FinancialYearDurationTypesDTO>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">1</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">2025-12-06T11:37:02.2584317+00:00</CreatedDate>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">1</ModifiedBy>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">2025-12-06T11:37:02.2584317+00:00</ModifiedDate>
    <Status xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">true</Status>
    <DurationType>sample string 2</DurationType>
    <DurationTypeId>1</DurationTypeId>
    <FinancialYearEntryId>1</FinancialYearEntryId>
    <FinancialYearFrom>2025-12-06T11:37:02.2584317+00:00</FinancialYearFrom>
    <FinancialYearTo>2025-12-06T11:37:02.2584317+00:00</FinancialYearTo>
    <GracePeriod>1</GracePeriod>
    <GracePeriodEndDate>2025-12-06T11:37:02.2584317+00:00</GracePeriodEndDate>
    <GracePeriodStatusId>1</GracePeriodStatusId>
    <Id>1</Id>
    <Parts>1</Parts>
  </FinancialYearDurationTypesDTO>
  <FinancialYearDurationTypesDTO>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">1</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">2025-12-06T11:37:02.2584317+00:00</CreatedDate>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">1</ModifiedBy>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">2025-12-06T11:37:02.2584317+00:00</ModifiedDate>
    <Status xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">true</Status>
    <DurationType>sample string 2</DurationType>
    <DurationTypeId>1</DurationTypeId>
    <FinancialYearEntryId>1</FinancialYearEntryId>
    <FinancialYearFrom>2025-12-06T11:37:02.2584317+00:00</FinancialYearFrom>
    <FinancialYearTo>2025-12-06T11:37:02.2584317+00:00</FinancialYearTo>
    <GracePeriod>1</GracePeriod>
    <GracePeriodEndDate>2025-12-06T11:37:02.2584317+00:00</GracePeriodEndDate>
    <GracePeriodStatusId>1</GracePeriodStatusId>
    <Id>1</Id>
    <Parts>1</Parts>
  </FinancialYearDurationTypesDTO>
</ArrayOfFinancialYearDurationTypesDTO>