POST api/SetupGLFiscal/UpdateYearEndRowMonthlyOption
Request Information
URI Parameters
None.
Body Parameters
SetupGLFiscalPeriod| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| YearBegDate | date |
None. |
|
| PeriodNumber | string |
None. |
|
| PeriodStartDate | date |
None. |
|
| PeriodEndDate | date |
None. |
|
| Status | string |
None. |
|
| Days | integer |
None. |
|
| LastJournalNum | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": 1,
"CompanyId": "sample string 2",
"YearBegDate": "2025-12-16T20:11:28.9634454+00:00",
"PeriodNumber": "sample string 4",
"PeriodStartDate": "2025-12-16T20:11:28.9634454+00:00",
"PeriodEndDate": "2025-12-16T20:11:28.9634454+00:00",
"Status": "sample string 5",
"Days": 1,
"LastJournalNum": "sample string 6"
}
application/xml, text/xml
Sample:
<SetupGLFiscalPeriod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup"> <AccountId>1</AccountId> <CompanyId>sample string 2</CompanyId> <Days>1</Days> <LastJournalNum>sample string 6</LastJournalNum> <PeriodEndDate>2025-12-16T20:11:28.9634454+00:00</PeriodEndDate> <PeriodNumber>sample string 4</PeriodNumber> <PeriodStartDate>2025-12-16T20:11:28.9634454+00:00</PeriodStartDate> <Status>sample string 5</Status> <YearBegDate>2025-12-16T20:11:28.9634454+00:00</YearBegDate> </SetupGLFiscalPeriod>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.