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": "7502f057-8831-4ddd-943a-e6a283cf4198",
  "FetchAfterDateUtc": "2026-03-24T22:22:22.0625277+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-03-24T22:22:22.0625277+02:00</FetchAfterDateUtc>
  <Token>7502f057-8831-4ddd-943a-e6a283cf4198</Token>
</FileScheduleResponseModel>