GET api/FrontierWeb/PackagingSchedule/GetPackagingLine/{packagingLineIdNo}
Get the Packaging Line based on the IdNo.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
packagingLineIdNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PackagingLine
TransferAssetName | Description | Type | Additional information |
---|---|---|---|
LocationType | LocationType |
None. |
|
LocationTypeValue | integer |
None. |
|
LocationDescription | string |
None. |
|
LocationCostCenter | string |
None. |
|
GeoLocationIdNo | integer |
None. |
|
GeoLocationDescription | string |
None. |
|
TransferAssetTypeName | string |
None. |
|
IsOverlapped | boolean |
None. |
|
IsProfileDataEmpty | boolean |
None. |
|
IsScheduleDataEmpty | boolean |
None. |
|
IsAvailableToSchedule | boolean |
None. |
|
IdNo | integer |
None. |
|
TransferAssetType | InventoryTransferAssetType |
None. |
|
TransferAssetTypeValue | integer |
None. |
|
CompanyCode | string |
None. |
|
Label | string |
None. |
|
LocationIdNo | integer |
None. |
|
IsMobile | boolean |
None. |
|
DepartmentCode | string |
None. |
|
MaximumConcurrentPackouts | integer |
None. |
|
BnaAssetId | string |
None. |
|
StagingLocationIdNo | integer |
None. |
|
IsPackoutVerificationEnabled | boolean |
None. |
|
LegacyPkgLineId | string |
None. |
|
LegacyStagingLocation | string |
None. |
|
IsVarianceTracked | boolean |
None. |
|
DefaultOveragePercent | decimal number |
None. |
|
DefaultShortagePercent | decimal number |
None. |
|
RailcarWashOption | RailcarWashOption |
None. |
|
RailCarWashHours | decimal number |
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:
{ "LocationType": 1, "LocationTypeValue": 1, "LocationDescription": "sample string 1", "LocationCostCenter": "sample string 2", "GeoLocationIdNo": 3, "GeoLocationDescription": "sample string 4", "TransferAssetTypeName": "sample string 5", "IsOverlapped": true, "IsProfileDataEmpty": true, "IsScheduleDataEmpty": true, "IsAvailableToSchedule": false, "IdNo": 9, "TransferAssetType": 10, "TransferAssetTypeValue": 10, "CompanyCode": "sample string 11", "Label": "sample string 12", "LocationIdNo": 13, "IsMobile": true, "DepartmentCode": "sample string 15", "MaximumConcurrentPackouts": 16, "BnaAssetId": "sample string 17", "StagingLocationIdNo": 1, "IsPackoutVerificationEnabled": true, "LegacyPkgLineId": "sample string 19", "LegacyStagingLocation": "sample string 20", "IsVarianceTracked": true, "DefaultOveragePercent": 22.0, "DefaultShortagePercent": 23.0, "RailcarWashOption": 0, "RailCarWashHours": 24.0, "ObjectKeyStringWithVersion": "sample string 25", "VersionNo": 26, "IsActive": true, "LastModifiedBy": "sample string 28", "ObjectKeyString": "sample string 29", "PrimaryKey": [ 9 ], "IsPrimaryKeyInitialized": true }
text/html
Sample:
{"LocationType":1,"LocationTypeValue":1,"LocationDescription":"sample string 1","LocationCostCenter":"sample string 2","GeoLocationIdNo":3,"GeoLocationDescription":"sample string 4","TransferAssetTypeName":"sample string 5","IsOverlapped":true,"IsProfileDataEmpty":true,"IsScheduleDataEmpty":true,"IsAvailableToSchedule":false,"IdNo":9,"TransferAssetType":10,"TransferAssetTypeValue":10,"CompanyCode":"sample string 11","Label":"sample string 12","LocationIdNo":13,"IsMobile":true,"DepartmentCode":"sample string 15","MaximumConcurrentPackouts":16,"BnaAssetId":"sample string 17","StagingLocationIdNo":1,"IsPackoutVerificationEnabled":true,"LegacyPkgLineId":"sample string 19","LegacyStagingLocation":"sample string 20","IsVarianceTracked":true,"DefaultOveragePercent":22.0,"DefaultShortagePercent":23.0,"RailcarWashOption":0,"RailCarWashHours":24.0,"ObjectKeyStringWithVersion":"sample string 25","VersionNo":26,"IsActive":true,"LastModifiedBy":"sample string 28","ObjectKeyString":"sample string 29","PrimaryKey":[9],"IsPrimaryKeyInitialized":true}