GET api/schemes/tarifffile/code/file_schedule?year={year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FileScheduleResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DataError | string |
None. |
|
| Token | globally unique identifier |
None. |
|
| FetchAfterDateUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"DataError": "sample string 1",
"Token": "813bc10c-3cc8-4cce-a555-15e3d4aaec94",
"FetchAfterDateUtc": "2026-07-21T06:04:04.3949181+02:00"
}
application/xml, text/xml
Sample:
<FileScheduleResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Medprax.WebAPI.Models.Models"> <DataError>sample string 1</DataError> <FetchAfterDateUtc>2026-07-21T06:04:04.3949181+02:00</FetchAfterDateUtc> <Token>813bc10c-3cc8-4cce-a555-15e3d4aaec94</Token> </FileScheduleResponseModel>