• Getting Started
  • API Reference
  • KuberWMS.Models
  • PackingBoxCreateOnly
Show / Hide Table of Contents
  • KuberWMS.API
    • DeleteRequest<TRequestData, TResponseData>
    • GetRequest<TRequestData, TResponseData>
    • NoData
    • PostRequest<TRequestData, TResponseData>
    • PutRequest<TRequestData, TResponseData>
    • Request<TRequestData, TResponseData>
    • RequestDefaults
    • Response<TRequestData, TResponseData>
  • KuberWMS.Models
    • BulkOrder
    • BulkOrderOrders
    • Customer
    • ErrorResponse
    • IncomingShipment
    • IncomingShipmentDetail
    • IncomingShipmentSummary
    • Item
    • LoginReponseData
    • LoginRequestData
    • OrderExtraCharge
    • OrderLog
    • OutgoingOrder
    • OutgoingOrderDetail
    • OutgoingOrderSummary
    • OutgoingPacking
    • PackingBox
    • PackingBoxCreateOnly
    • PostAttachmentResponseData
    • ProductQuantity
    • ProductQuantityRequestData
    • PurchaseOrder
    • PurchaseOrderDetail
    • ReturnDetail
    • ReturnSummary
    • Transport
    • UserDetails
  • KuberWMS.Request
    • CreateBulkOrderRequest
    • CreateCustomerRequest
    • CreateIncomingShipmentRequest
    • CreateIncomingShipmentSummaryRequest
    • CreateItemRequest
    • CreateOrderRequest
    • CreateOrderSummaryRequest
    • CreatePurchaseOrderRequest
    • CreateReturnsRequest
    • CreateTransportRequest
    • DeleteBulkOrderRequest
    • DeleteCustomerRequest
    • DeleteIncomingShipmentRequest
    • DeleteIncomingShipmentSummaryRequest
    • DeleteItemRequest
    • DeleteOrderRequest
    • DeleteOrderSummaryRequest
    • DeletePurchaseOrderRequest
    • DeleteReturnsRequest
    • DeleteTransportRequest
    • GetBulkBulkOrderRequest
    • GetBulkOrderListRequest
    • GetCustomerListRequest
    • GetCustomerRequest
    • GetIncomingShipmentListRequest
    • GetIncomingShipmentRequest
    • GetIncomingShipmentSummaryListRequest
    • GetIncomingShipmentSummaryRequest
    • GetItemListRequest
    • GetItemRequest
    • GetOrderListRequest
    • GetOrderRequest
    • GetOrderSummaryRequest
    • GetPackingBoxListRequest
    • GetProductQuantityListRequest
    • GetPurchaseOrderListRequest
    • GetPurchaseOrderRequest
    • GetReturnsListRequest
    • GetReturnsRequest
    • GetTransportListRequest
    • GetTransportRequest
    • LoginRequest
    • UpdateBulkOrderRequest
    • UpdateCustomerRequest
    • UpdateIncomingShipmentRequest
    • UpdateIncomingShipmentSummaryRequest
    • UpdateItemRequest
    • UpdateOrderRequest
    • UpdateOrderSummaryRequest
    • UpdatePurchaseOrderRequest
    • UpdateReturnsRequest
    • UpdateTransportRequest
    • UploadOrderAttachmentRequest

Class PackingBoxCreateOnly

PackingBoxCreateOnly

Inheritance
System.Object
PackingBoxCreateOnly
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: KuberWMS.Models
Assembly: KuberWMS.dll
Syntax
public class PackingBoxCreateOnly

Properties

AwbNo

Airway Bill no for this box

Declaration
[JsonProperty("awb_no")]
public string AwbNo { get; set; }
Property Value
Type Description
System.String

Airway Bill no for this box

BoxNo

Gets or Sets BoxNo

Declaration
[JsonProperty("box_no")]
public int? BoxNo { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Closed

Box status if it is closed or not.

Declaration
[JsonProperty("closed")]
public bool? Closed { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Box status if it is closed or not.

GrossWeightGms

Gross weight (of box) in grams

Declaration
[JsonProperty("gross_weight_gms")]
public int? GrossWeightGms { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Gross weight (of box) in grams

Id

Gets or Sets Id

Declaration
[JsonProperty("id")]
public int? Id { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Materials

Gets or Sets Materials

Declaration
[JsonProperty("materials")]
public string Materials { get; }
Property Value
Type Description
System.String

NetWeightGms

Net weight (of box) in grams

Declaration
[JsonProperty("net_weight_gms")]
public int? NetWeightGms { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Net weight (of box) in grams

OrderSummary

Outgoing order associated with this box

Declaration
[JsonProperty("order_summary")]
public int? OrderSummary { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Outgoing order associated with this box

OutgoingOrder

Outgoing order associated with this box

Declaration
[JsonProperty("outgoing_order")]
public int? OutgoingOrder { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Outgoing order associated with this box

Outgoingpackings

Gets or Sets Outgoingpackings

Declaration
[JsonProperty("outgoingpackings")]
public string Outgoingpackings { get; }
Property Value
Type Description
System.String

TotalItems

No. of items in the box

Declaration
[JsonProperty("total_items")]
public int? TotalItems { get; }
Property Value
Type Description
System.Nullable<System.Int32>

No. of items in the box

Methods

ToJson()

Returns the JSON string presentation of the object

Declaration
public virtual string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object

ToString()

Returns the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
System.String

String presentation of the object

Overrides
System.Object.ToString()
In This Article
  • Properties
    • AwbNo
    • BoxNo
    • Closed
    • GrossWeightGms
    • Id
    • Materials
    • NetWeightGms
    • OrderSummary
    • OutgoingOrder
    • Outgoingpackings
    • TotalItems
  • Methods
    • ToJson()
    • ToString()
Back to top Generated by DocFX