fsreqInventoryRemnant Class |
A single external remnant to be saved by InventoryRemnant_Upsert command.
Inheritance Hierarchy
Namespace: FabSuiteRequestApi
Assembly: FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-request-v0108.xsd")] public class fsreqInventoryRemnant
The fsreqInventoryRemnant type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsreqInventoryRemnant |
fsreqInventoryRemnant class constructor
|
Properties
Name | Description | |
---|---|---|
Area |
Area of plate remnant
| |
BillOfLadingNumber |
Bill of Lading Number of Remnant
| |
Category |
Category of Remnant
| |
CountryOfOrigin |
Origin of Remnant
| |
CurrentPrice |
Price of remnant. Default currency for shape will be used on import
| |
Dimensions |
Dimensions of Remnant
| |
Grade |
Grade of Remnant
| |
HeatNumber |
Heat Number of Remnant
| |
HeatSerialNumber |
Heat Serial Number of Remnant
| |
IsSkeleton |
Set to true if this remnant is a skeleton
| |
Length |
Length of remnant
| |
Location |
Location of Remnant
| |
MillOfOriginFirmAddressID |
Mill of origin of Remnant
| |
PartNumber |
Part Number of Remnant
| |
PONumber |
Purchase Order Number of Remnant
| |
Quantity |
Quantity of remnant
| |
ReferenceNumber |
Reference Number of Remnant
| |
Remarks |
Remarks to put on Remnant. If left blank will be auto-populated with Source Software + Remnant ID
| |
RemnantDefinitionText |
Remnant definition to store in file.
| |
RemnantID |
Unique Identifer of this Remnant
| |
RemnantImageBase64 |
Base64 text of nest image.
| |
RemnantName |
String name of Remnant
| |
ReserveToJob |
Reserve this remnant to this job
| |
SecondaryLocation |
Secondary Location of Remnant
| |
Shape |
Shape of remnant
| |
ShapeDimensions |
Specifies both shape and dimensions of remnant. Either this field or Shape must be included
| |
SubCategory |
SubCategory of Remnant
| |
Supplier |
Supplier of Remnant
| |
SurfaceArea |
SurfaceArea of remnant
| |
Thickness |
Plate Thickness of remnant
| |
Weight |
Weight of remnant
| |
Width |
Width of remnant
|
See Also