CustomerOrderDeliveryRows
Queryable, Introduced in version 2.36
GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerOrderDeliveryRows
Represents a customer delivery order row.
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.
|
|
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.
|
|
FreeText | String | The free text row's raw text.
|
|
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
}