GET api/FrontierWeb/PackagingSchedule/GetPackagingLineScheduleList/{packagingLineIdNo}

Get the Packaging Line Schedule list.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
packagingLineIdNo

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of PackagingLineSchedule

Collection of TransferAssetSchedule
NameDescriptionTypeAdditional information
IdNo

integer

None.

TransferAssetIdNo

integer

None.

ShiftType

TransferAssetShiftType

None.

ShiftTypeValue

integer

None.

ParentIdNo

integer

None.

RecurrenceException

string

None.

RecurrenceRule

string

None.

RecurrenceID

integer

None.

Notes

string

None.

Title

string

None.

StartDateTime

date

None.

EndDateTime

date

None.

ObjectKeyStringWithVersion

string

None.

VersionNo

integer

None.

IsActive

boolean

None.

LastModifiedBy

string

None.

ObjectKeyString

string

None.

PrimaryKey

Collection of Object

None.

IsPrimaryKeyInitialized

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IdNo": 1,
    "TransferAssetIdNo": 2,
    "ShiftType": 1,
    "ShiftTypeValue": 1,
    "ParentIdNo": 1,
    "RecurrenceException": "sample string 3",
    "RecurrenceRule": "sample string 4",
    "RecurrenceID": 1,
    "Notes": "sample string 5",
    "Title": "First",
    "StartDateTime": "2025-06-18T15:00:04.1328669Z",
    "EndDateTime": "2025-06-18T15:00:04.1328669Z",
    "ObjectKeyStringWithVersion": "sample string 7",
    "VersionNo": 8,
    "IsActive": true,
    "LastModifiedBy": "sample string 10",
    "ObjectKeyString": "sample string 11",
    "PrimaryKey": [
      1
    ],
    "IsPrimaryKeyInitialized": true
  },
  {
    "IdNo": 1,
    "TransferAssetIdNo": 2,
    "ShiftType": 1,
    "ShiftTypeValue": 1,
    "ParentIdNo": 1,
    "RecurrenceException": "sample string 3",
    "RecurrenceRule": "sample string 4",
    "RecurrenceID": 1,
    "Notes": "sample string 5",
    "Title": "First",
    "StartDateTime": "2025-06-18T15:00:04.1328669Z",
    "EndDateTime": "2025-06-18T15:00:04.1328669Z",
    "ObjectKeyStringWithVersion": "sample string 7",
    "VersionNo": 8,
    "IsActive": true,
    "LastModifiedBy": "sample string 10",
    "ObjectKeyString": "sample string 11",
    "PrimaryKey": [
      1
    ],
    "IsPrimaryKeyInitialized": true
  }
]

text/html

Sample:
[{"IdNo":1,"TransferAssetIdNo":2,"ShiftType":1,"ShiftTypeValue":1,"ParentIdNo":1,"RecurrenceException":"sample string 3","RecurrenceRule":"sample string 4","RecurrenceID":1,"Notes":"sample string 5","Title":"First","StartDateTime":"2025-06-18T15:00:04.1328669Z","EndDateTime":"2025-06-18T15:00:04.1328669Z","ObjectKeyStringWithVersion":"sample string 7","VersionNo":8,"IsActive":true,"LastModifiedBy":"sample string 10","ObjectKeyString":"sample string 11","PrimaryKey":[1],"IsPrimaryKeyInitialized":true},{"IdNo":1,"TransferAssetIdNo":2,"ShiftType":1,"ShiftTypeValue":1,"ParentIdNo":1,"RecurrenceException":"sample string 3","RecurrenceRule":"sample string 4","RecurrenceID":1,"Notes":"sample string 5","Title":"First","StartDateTime":"2025-06-18T15:00:04.1328669Z","EndDateTime":"2025-06-18T15:00:04.1328669Z","ObjectKeyStringWithVersion":"sample string 7","VersionNo":8,"IsActive":true,"LastModifiedBy":"sample string 10","ObjectKeyString":"sample string 11","PrimaryKey":[1],"IsPrimaryKeyInitialized":true}]