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": "2025-04-03T21:31:28.3571578-07:00"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "PeriodDetails": null
}