GET api/FrontierWeb/PackagingSchedule/GetPackagingLineScheduleList/{packagingLineIdNo}
Get the Packaging Line Schedule list.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| packagingLineIdNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of PackagingLineSchedule
Collection of TransferAssetSchedule| Name | Description | Type | Additional 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-11-05T21:04:54.5214654Z",
"EndDateTime": "2025-11-05T21:04:54.5214654Z",
"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-11-05T21:04:54.5214654Z",
"EndDateTime": "2025-11-05T21:04:54.5214654Z",
"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-11-05T21:04:54.5214654Z","EndDateTime":"2025-11-05T21:04:54.5214654Z","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-11-05T21:04:54.5214654Z","EndDateTime":"2025-11-05T21:04:54.5214654Z","ObjectKeyStringWithVersion":"sample string 7","VersionNo":8,"IsActive":true,"LastModifiedBy":"sample string 10","ObjectKeyString":"sample string 11","PrimaryKey":[1],"IsPrimaryKeyInitialized":true}]