GET api/products/material/file_schedule

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

FileScheduleResponseModel
NameDescriptionTypeAdditional information
DataError

string

None.

Token

globally unique identifier

None.

FetchAfterDateUtc

date

None.

Response Formats

application/json, text/json

Sample:
{
  "DataError": "sample string 1",
  "Token": "8d7bc360-e449-4e31-8059-62da39692d1d",
  "FetchAfterDateUtc": "2026-08-19T06:02:47.4880716+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-08-19T06:02:47.4880716+02:00</FetchAfterDateUtc>
  <Token>8d7bc360-e449-4e31-8059-62da39692d1d</Token>
</FileScheduleResponseModel>