• Getting Started
  • API Reference
  • KuberWMS.Models
  • OutgoingOrder
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 OutgoingOrder

OutgoingOrder

Inheritance
System.Object
OutgoingOrder
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 OutgoingOrder

Constructors

OutgoingOrder()

Initializes a new instance of the OutgoingOrder class.

Declaration
public OutgoingOrder()

Properties

_Client

Gets or Sets _Client

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

Awbs

Airway Bill Nos for shipping

Declaration
[JsonProperty("awbs")]
public List<string> Awbs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

Airway Bill Nos for shipping

BillingAddressAvatar

Gets or Sets BillingAddressAvatar

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

BillingAddressCity

Gets or Sets BillingAddressCity

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

BillingAddressCompanyName

Gets or Sets BillingAddressCompanyName

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

BillingAddressCountry

Gets or Sets BillingAddressCountry

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

BillingAddressEmail

Gets or Sets BillingAddressEmail

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

BillingAddressFirstName

Gets or Sets BillingAddressFirstName

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

BillingAddressLastName

Gets or Sets BillingAddressLastName

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

BillingAddressLine1

Gets or Sets BillingAddressLine1

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

BillingAddressLine2

Gets or Sets BillingAddressLine2

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

BillingAddressMobile

Gets or Sets BillingAddressMobile

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

BillingAddressPostalCode

Gets or Sets BillingAddressPostalCode

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

BillingAddressState

Gets or Sets BillingAddressState

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

BillingAddressTaxNumber

Gets or Sets BillingAddressTaxNumber

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

BillingAddressWorkPhone

Gets or Sets BillingAddressWorkPhone

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

BillingTaxState

State for GST purpose (e.g.: UTTAR PRADESH)

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

State for GST purpose (e.g.: UTTAR PRADESH)

BillingTaxStatecode

State Code for GST purpose (e.g.: 09)

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

State Code for GST purpose (e.g.: 09)

BOSFirst

BOSFirst in Order.

Declaration
[JsonProperty("bos_first")]
public bool BOSFirst { get; set; }
Property Value
Type Description
System.Boolean

BOSFirst in Order.

BOSSecond

BOSSecond in Order.

Declaration
[JsonProperty("bos_second")]
public bool BOSSecond { get; set; }
Property Value
Type Description
System.Boolean

BOSSecond in Order.

BOSThird

BOSThird in Order.

Declaration
[JsonProperty("bos_third")]
public bool BOSThird { get; set; }
Property Value
Type Description
System.Boolean

BOSThird in Order.

BulkOrder

Bulk Order Number

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

Bulk Order Number to connect this order with its Bulk Order

ClientOrderNo

Order Number of Client for client's own purposes

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

Order Number of Client for client's own purposes

CustomerCode

Customer Number

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

Customer Number

Details

Gets or Sets Details

Declaration
[JsonProperty("details")]
public List<OutgoingOrderDetail> Details { get; set; }
Property Value
Type Description
System.Collections.Generic.List<OutgoingOrderDetail>

DispatchedAwbs

Dispatched AWB Numbers list

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

Dispatched AWB Numbers list

ExtraCharges

Gets or Sets extra_charges

Declaration
[JsonProperty("extra_charges")]
public List<OrderExtraCharge> ExtraCharges { get; set; }
Property Value
Type Description
System.Collections.Generic.List<OrderExtraCharge>

FreightPayable

Freight payable (if any)

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

Freight payable (if any)

GrossWeightGms

Gross weight (of complete order) in grams

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

Gross weight (of complete order) in grams

Id

Gets or Sets Id

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

Logs

Gets or Sets Logs

Declaration
[JsonProperty("logs")]
public List<OrderLog> Logs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<OrderLog>

NetWeightGms

Net weight (of complete order) in grams

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

Net weight (of complete order) in grams

NoOfBoxes

No of boxes shipped

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

No of boxes shipped

Notes

Notes related to this order

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

Notes related to this order

OrderModified

Gets or Sets OrderModified

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

OrderNo

PIM Generated order number

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

PIM Generated order number

OrderSource

Order Source (e.g. Website, Phone, Email, CRM)

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

Order Source (e.g. Website, Phone, Email, CRM)

PaymentTerms

Payment terms (if any)

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

Payment terms (if any)

PlaceOfSupply

Place of supply (e.g.: Ship to State)

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

Place of supply (e.g.: Ship to State)

Priority

Gets or sets the priority.

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

The priority.

ShipBy

Date for delivery of outgoing order for urgent orders

Declaration
[JsonProperty("ship_by")]
public DateTime? ShipBy { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Date for delivery of outgoing order for urgent orders

ShipmentMode

Gets or Sets ShipmentMode

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

ShipmentType

Gets or Sets ShipmentType

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

ShippingAddressAvatar

Gets or Sets ShippingAddressAvatar

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

ShippingAddressCity

Gets or Sets ShippingAddressCity

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

ShippingAddressCompanyName

Gets or Sets ShippingAddressCompanyName

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

ShippingAddressCountry

Gets or Sets ShippingAddressCountry

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

ShippingAddressEmail

Gets or Sets ShippingAddressEmail

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

ShippingAddressFirstName

Gets or Sets ShippingAddressFirstName

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

ShippingAddressLastName

Gets or Sets ShippingAddressLastName

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

ShippingAddressLine1

Gets or Sets ShippingAddressLine1

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

ShippingAddressLine2

Gets or Sets ShippingAddressLine2

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

ShippingAddressMobile

Gets or Sets ShippingAddressMobile

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

ShippingAddressPostalCode

Gets or Sets ShippingAddressPostalCode

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

ShippingAddressState

Gets or Sets ShippingAddressState

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

ShippingAddressTaxNumber

Gets or Sets ShippingAddressTaxNumber

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

ShippingAddressWorkPhone

Gets or Sets ShippingAddressWorkPhone

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

ShippingStation

Shipping Station (e.g. KANPUR)

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

Shipping Station (e.g. KANPUR)

Status

Gets or sets the status.

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

The status.

TotalOrderValue

Gets or Sets TotalOrderValue

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

Transport

Gets or Sets Transport

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

Uids

UIDs in Order.

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

UIDs in Order.

UseReserved

True if we want to use reserved_quantity for this order.

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

True if we want to use reserved_quantity for this order.

Warehouse

Gets or Sets Warehouse

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

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
  • Constructors
    • OutgoingOrder()
  • Properties
    • _Client
    • Awbs
    • BillingAddressAvatar
    • BillingAddressCity
    • BillingAddressCompanyName
    • BillingAddressCountry
    • BillingAddressEmail
    • BillingAddressFirstName
    • BillingAddressLastName
    • BillingAddressLine1
    • BillingAddressLine2
    • BillingAddressMobile
    • BillingAddressPostalCode
    • BillingAddressState
    • BillingAddressTaxNumber
    • BillingAddressWorkPhone
    • BillingTaxState
    • BillingTaxStatecode
    • BOSFirst
    • BOSSecond
    • BOSThird
    • BulkOrder
    • ClientOrderNo
    • CustomerCode
    • Details
    • DispatchedAwbs
    • ExtraCharges
    • FreightPayable
    • GrossWeightGms
    • Id
    • Logs
    • NetWeightGms
    • NoOfBoxes
    • Notes
    • OrderModified
    • OrderNo
    • OrderSource
    • PaymentTerms
    • PlaceOfSupply
    • Priority
    • ShipBy
    • ShipmentMode
    • ShipmentType
    • ShippingAddressAvatar
    • ShippingAddressCity
    • ShippingAddressCompanyName
    • ShippingAddressCountry
    • ShippingAddressEmail
    • ShippingAddressFirstName
    • ShippingAddressLastName
    • ShippingAddressLine1
    • ShippingAddressLine2
    • ShippingAddressMobile
    • ShippingAddressPostalCode
    • ShippingAddressState
    • ShippingAddressTaxNumber
    • ShippingAddressWorkPhone
    • ShippingStation
    • Status
    • TotalOrderValue
    • Transport
    • Uids
    • UseReserved
    • Warehouse
  • Methods
    • ToJson()
    • ToString()
Back to top Generated by DocFX