GET api/external/v1/ProductionInterval
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SFE.Common.PublicEntities.ProductionIntervalVMName | Description | Type | Additional 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": "2025-04-03T20:55:59.5705161Z", "endTime": "2025-04-03T20:55:59.5705161Z", "localDate": "2025-04-03T20:55:59.5705161Z", "departmentAlphaNumId": "sample string 1", "departmentName": "sample string 2" }, { "id": 1, "startTime": "2025-04-03T20:55:59.5705161Z", "endTime": "2025-04-03T20:55:59.5705161Z", "localDate": "2025-04-03T20:55:59.5705161Z", "departmentAlphaNumId": "sample string 1", "departmentName": "sample string 2" } ]
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 1</DepartmentAlphaNumId> <DepartmentName>sample string 2</DepartmentName> <EndTime>2025-04-03T16:55:59.5705161-04:00</EndTime> <Id>1</Id> <LocalDate>2025-04-03T16:55:59.5705161-04:00</LocalDate> <StartTime>2025-04-03T16:55:59.5705161-04:00</StartTime> </ProductionIntervalVM> <ProductionIntervalVM> <DepartmentAlphaNumId>sample string 1</DepartmentAlphaNumId> <DepartmentName>sample string 2</DepartmentName> <EndTime>2025-04-03T16:55:59.5705161-04:00</EndTime> <Id>1</Id> <LocalDate>2025-04-03T16:55:59.5705161-04:00</LocalDate> <StartTime>2025-04-03T16:55:59.5705161-04:00</StartTime> </ProductionIntervalVM> </ArrayOfProductionIntervalVM>