Show / Hide Table of Contents

    CustomerOrderDeliveryRows

    Queryable, Introduced in version 2.36

    GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerOrderDeliveryRows
    

    Represents a customer delivery order row.

    CustomerOrderDeliveryRows

    GUID

    5FE65C60-1B7B-4993-AF57-CE8CEA055706
    

    Required permission

    Show customer orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the row.
    AffectStockBalance Boolean Specifies if row affect the stock balance.
    BusinessTransactionContextType Int32 The type of the business transaction context.

    • NotInitialized: 0
    • ArrivalReporting: 1
    • ManufacturingOrderReporting: 2
    • DeliveryReporting: 3
    • PhysicalInventory: 4
    • UnplannedStockWithdrawal: 5
    • MoveBetweenWarehouse: 6
    • MoveStockBalance: 7
    • NonconformityPosteriorRejection: 8
    • DirectlyRegisteredInvoice: 9
    • RemovalOfPartLocation: 10
    • ManufacturingOrderMaterialReporting: 11
    • UnplannedStockArrivalReporting: 12
    • StockImport: 13
    • DeliveryReportingStockOrder: 14
    • ArrivalReportingStockOrder: 15
    • UndoManufacturingOrderMaterialReporting: 16
    • UndoManufacturingOrderReporting: 17
    • UndoArrivalReporting: 18
    • UndoDeliveryReporting: 19
    • UndoArrivalReportingStockOrder: 20
    • UndoDeliveryReportingStockOrder: 21
    • OutgoingReusable: 22
    • ArrivalReusable: 23
    • UndoOutgoingReusable: 24
    • UndoArrivalReusable: 25
    • ToolWithdrawal: 26
    • ToolReturn: 27
    • CreditSupplierInvoice: 28
    • CreditCustomerInvoice: 29
    • ReturnPurchaseOrder: 30
    • SplitInvoiceBasis: 31
    • CreationOfPartLocation: 32
    • ArrivalsCorrection: 33
    CustomerOrderId Int64? The business key identifier of the customer order.

    References CustomerOrders
    CustomerOrderRowId Int64? The business key identifier of the customer order row.

    References CustomerOrderRows
    DeliveryDate DateTimeOffset The delivery date of the row.
    FreeTextHtml String The free text row's rich text HTML row data.

    • Max length is 0
    FreeText String The free text row's raw text.

    • Max length is 0
    InvoiceId Int64? The business key identifier of the customer order invoice.

    CustomerOrderInvoices
    ParentId Int64? The business key identifier of the parent.
    ParentInvoiceId Int64? The business key identifier of the parent invoice.
    PickListDeliveryDate DateTimeOffset? The delivery date of the pick list.
    QuantityChangeId Int64? The business key identifier of the quantity change.
    InvoiceRowId Int64? The business key identifier of the customer order invoice row.

    CustomerOrderInvoiceRows
    InvoiceRow CustomerOrderInvoiceRows The invoice row of the customer order delivery row.

    CustomerOrderInvoiceRows

    Example

    {
      "Id": 0,
      "AffectStockBalance": false,
      "BusinessTransactionContextType": 0,
      "CustomerOrderId": null,
      "CustomerOrderRowId": null,
      "DeliveryDate": "0001-01-01T00:00:00+00:00",
      "FreeTextHtml": null,
      "FreeText": null,
      "InvoiceId": null,
      "ParentId": null,
      "ParentInvoiceId": null,
      "PickListDeliveryDate": null,
      "QuantityChangeId": null,
      "InvoiceRowId": null,
      "InvoiceRow": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB