WebOrderLine:
{
"Id": 0,
"VariantId": 0,
"Status": "Reserved",
"ModifiedOn": "2017-03-09T11:16:58.856Z",
"SalesPrice": 0,
"EffectiveSalesPrice": 0,
"DiscountAmount": 0,
"DeliveryNo": "string",
"Notes": "string"
}
| Property | Type | Nullable | Description |
|---|---|---|---|
| Id | int | no | Set by DB. Is unique |
| VariantId | int | no | This is the unique id which identifies an item. |
| Status | enum | no | This is the status of the line. (WebOrderLineStatus) |
| ModifiedOn | Utc DateTime | no | Set on updates by DdD. |
| SalesPrice | decimal | no | This is the sales price. |
| EffectiveSalesPrice | decimal | no | This is the effective sales price. |
| DiscountAmount | decimal | no | This is the discount amount. |
| DeliveryNo | string(50) | no | This is the delivery number. |
| Notes | string(255) | yes | This is for notes. |