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-05-28T10:50:58.894476-07:00"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"PeriodDetails": null
}