POST api/SYGetPeriodDetails
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"ApplCode": "sample string 1",
"FiscalYear": 1,
"Period": 1,
"DateToFind": "2026-07-19T02:26:35.7676968-07:00"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"PeriodDetails": null
}