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": "2024-09-19T04:57:00.791589-07:00"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "PeriodDetails": null
}