GET api/external/v1/ProductionInterval

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SFE.Common.PublicEntities.ProductionIntervalVM
NameDescriptionTypeAdditional information
Id

integer

None.

StartTime

date

None.

EndTime

date

None.

LocalDate

date

None.

DepartmentAlphaNumId

string

None.

DepartmentName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "startTime": "2024-11-15T04:10:34.3008645Z",
    "endTime": "2024-11-15T04:10:34.3008645Z",
    "localDate": "2024-11-15T04:10:34.3008645Z",
    "departmentAlphaNumId": "sample string 2",
    "departmentName": "sample string 3"
  },
  {
    "id": 1,
    "startTime": "2024-11-15T04:10:34.3008645Z",
    "endTime": "2024-11-15T04:10:34.3008645Z",
    "localDate": "2024-11-15T04:10:34.3008645Z",
    "departmentAlphaNumId": "sample string 2",
    "departmentName": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProductionIntervalVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFE.Common.PublicEntities">
  <ProductionIntervalVM>
    <DepartmentAlphaNumId>sample string 2</DepartmentAlphaNumId>
    <DepartmentName>sample string 3</DepartmentName>
    <EndTime>2024-11-15T00:10:34.3008645-04:00</EndTime>
    <Id>1</Id>
    <LocalDate>2024-11-15T00:10:34.3008645-04:00</LocalDate>
    <StartTime>2024-11-15T00:10:34.3008645-04:00</StartTime>
  </ProductionIntervalVM>
  <ProductionIntervalVM>
    <DepartmentAlphaNumId>sample string 2</DepartmentAlphaNumId>
    <DepartmentName>sample string 3</DepartmentName>
    <EndTime>2024-11-15T00:10:34.3008645-04:00</EndTime>
    <Id>1</Id>
    <LocalDate>2024-11-15T00:10:34.3008645-04:00</LocalDate>
    <StartTime>2024-11-15T00:10:34.3008645-04:00</StartTime>
  </ProductionIntervalVM>
</ArrayOfProductionIntervalVM>