POST Orders/GetOrderRows
Verkrijg ordersregels o.b.v. het filter.
Request Information
URI Parameters
None.
Body Parameters
OrderFilter
OrderRowFilterName | Description | Type | Additional information |
---|---|---|---|
OrderId |
Ordernummer |
integer |
None. |
BrandName |
Merknaam |
string |
None. |
LoadNextDeliveryDate |
Laad de volgende leveringsdatum in |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrderId": 1, "BrandName": "sample string 1", "LoadNextDeliveryDate": true }
application/xml, text/xml
Sample:
<OrderRowFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.Filters"> <BrandName>sample string 1</BrandName> <LoadNextDeliveryDate>true</LoadNextDeliveryDate> <OrderId>1</OrderId> </OrderRowFilter>
Response Information
Resource Description
Logic4ResponseListOfOrderRowName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of OrderRow |
None. |
|
RecordsCounter | integer |
None. |
|
ValidationMessages |
Eventuele foutmeldingen |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "SerialNumbers": [ "sample string 1", "sample string 2" ], "ExpectedNextQtyOnDelivery": 1.0, "Id": 1, "Description": "sample string 1", "Description2": "sample string 2", "ProductId": 1, "Qty": 3.0, "BuyPrice": 1.0, "GrossPrice": 1.0, "NettPrice": 1.0, "DiscountPercent": 1.0, "QtyDeliverd": 4.0, "QtyDeliverd_NotInvoiced": 5.0, "ProductCode": "sample string 6", "ProductBarcode1": "sample string 7", "VATPercentage": 1.0, "Notes": "sample string 8", "DebtorId": 9, "OrderId": 1, "InclPrice": 1.0, "WarehouseId": 1, "Commission": "sample string 10", "DeliveryOptionId": 1, "VatCodeId": 1, "VatCodeIdOverrule": 1, "FreeValue1": "sample string 11", "FreeValue2": "sample string 12", "FreeValue3": "sample string 13", "FreeValue4": "sample string 14", "FreeValue5": "sample string 15", "ExpectedNextDelivery": "2021-01-16T16:08:55.5385857+01:00", "ExternalValue": { "TypeId": 1, "Value": "sample string 2" }, "AgreedDeliveryDate": "2021-01-16T16:08:55.5395959+01:00", "Type1Id": 1, "Type2Id": 1, "Type3Id": 1, "Type4Id": 1, "Type5Id": 1 }, { "SerialNumbers": [ "sample string 1", "sample string 2" ], "ExpectedNextQtyOnDelivery": 1.0, "Id": 1, "Description": "sample string 1", "Description2": "sample string 2", "ProductId": 1, "Qty": 3.0, "BuyPrice": 1.0, "GrossPrice": 1.0, "NettPrice": 1.0, "DiscountPercent": 1.0, "QtyDeliverd": 4.0, "QtyDeliverd_NotInvoiced": 5.0, "ProductCode": "sample string 6", "ProductBarcode1": "sample string 7", "VATPercentage": 1.0, "Notes": "sample string 8", "DebtorId": 9, "OrderId": 1, "InclPrice": 1.0, "WarehouseId": 1, "Commission": "sample string 10", "DeliveryOptionId": 1, "VatCodeId": 1, "VatCodeIdOverrule": 1, "FreeValue1": "sample string 11", "FreeValue2": "sample string 12", "FreeValue3": "sample string 13", "FreeValue4": "sample string 14", "FreeValue5": "sample string 15", "ExpectedNextDelivery": "2021-01-16T16:08:55.5385857+01:00", "ExternalValue": { "TypeId": 1, "Value": "sample string 2" }, "AgreedDeliveryDate": "2021-01-16T16:08:55.5395959+01:00", "Type1Id": 1, "Type2Id": 1, "Type3Id": 1, "Type4Id": 1, "Type5Id": 1 } ], "RecordsCounter": 2, "ValidationMessages": [ "sample string 1", "sample string 2" ] }
application/xml, text/xml
Sample:
<Logic4ResponseListOfOrderRowLnN1pw8Y xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.ResponseModels"> <ValidationMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ValidationMessages> <Records xmlns:d2p1="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.Models"> <d2p1:OrderRow> <d2p1:AgreedDeliveryDate>2021-01-16T16:08:55.5395959+01:00</d2p1:AgreedDeliveryDate> <d2p1:BuyPrice>1</d2p1:BuyPrice> <d2p1:Commission>sample string 10</d2p1:Commission> <d2p1:DebtorId>9</d2p1:DebtorId> <d2p1:DeliveryOptionId>1</d2p1:DeliveryOptionId> <d2p1:Description>sample string 1</d2p1:Description> <d2p1:Description2>sample string 2</d2p1:Description2> <d2p1:DiscountPercent>1</d2p1:DiscountPercent> <d2p1:ExpectedNextDelivery>2021-01-16T16:08:55.5385857+01:00</d2p1:ExpectedNextDelivery> <d2p1:ExternalValue> <d2p1:TypeId>1</d2p1:TypeId> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:ExternalValue> <d2p1:FreeValue1>sample string 11</d2p1:FreeValue1> <d2p1:FreeValue2>sample string 12</d2p1:FreeValue2> <d2p1:FreeValue3>sample string 13</d2p1:FreeValue3> <d2p1:FreeValue4>sample string 14</d2p1:FreeValue4> <d2p1:FreeValue5>sample string 15</d2p1:FreeValue5> <d2p1:GrossPrice>1</d2p1:GrossPrice> <d2p1:Id>1</d2p1:Id> <d2p1:InclPrice>1</d2p1:InclPrice> <d2p1:NettPrice>1</d2p1:NettPrice> <d2p1:Notes>sample string 8</d2p1:Notes> <d2p1:OrderId>1</d2p1:OrderId> <d2p1:ProductBarcode1>sample string 7</d2p1:ProductBarcode1> <d2p1:ProductCode>sample string 6</d2p1:ProductCode> <d2p1:ProductId>1</d2p1:ProductId> <d2p1:Qty>3</d2p1:Qty> <d2p1:QtyDeliverd>4</d2p1:QtyDeliverd> <d2p1:QtyDeliverd_NotInvoiced>5</d2p1:QtyDeliverd_NotInvoiced> <d2p1:Type1Id>1</d2p1:Type1Id> <d2p1:Type2Id>1</d2p1:Type2Id> <d2p1:Type3Id>1</d2p1:Type3Id> <d2p1:Type4Id>1</d2p1:Type4Id> <d2p1:Type5Id>1</d2p1:Type5Id> <d2p1:VATPercentage>1</d2p1:VATPercentage> <d2p1:VatCodeId>1</d2p1:VatCodeId> <d2p1:VatCodeIdOverrule>1</d2p1:VatCodeIdOverrule> <d2p1:WarehouseId>1</d2p1:WarehouseId> <d2p1:ExpectedNextQtyOnDelivery>1</d2p1:ExpectedNextQtyOnDelivery> <d2p1:SerialNumbers xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>sample string 1</d4p1:string> <d4p1:string>sample string 2</d4p1:string> </d2p1:SerialNumbers> </d2p1:OrderRow> <d2p1:OrderRow> <d2p1:AgreedDeliveryDate>2021-01-16T16:08:55.5395959+01:00</d2p1:AgreedDeliveryDate> <d2p1:BuyPrice>1</d2p1:BuyPrice> <d2p1:Commission>sample string 10</d2p1:Commission> <d2p1:DebtorId>9</d2p1:DebtorId> <d2p1:DeliveryOptionId>1</d2p1:DeliveryOptionId> <d2p1:Description>sample string 1</d2p1:Description> <d2p1:Description2>sample string 2</d2p1:Description2> <d2p1:DiscountPercent>1</d2p1:DiscountPercent> <d2p1:ExpectedNextDelivery>2021-01-16T16:08:55.5385857+01:00</d2p1:ExpectedNextDelivery> <d2p1:ExternalValue> <d2p1:TypeId>1</d2p1:TypeId> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:ExternalValue> <d2p1:FreeValue1>sample string 11</d2p1:FreeValue1> <d2p1:FreeValue2>sample string 12</d2p1:FreeValue2> <d2p1:FreeValue3>sample string 13</d2p1:FreeValue3> <d2p1:FreeValue4>sample string 14</d2p1:FreeValue4> <d2p1:FreeValue5>sample string 15</d2p1:FreeValue5> <d2p1:GrossPrice>1</d2p1:GrossPrice> <d2p1:Id>1</d2p1:Id> <d2p1:InclPrice>1</d2p1:InclPrice> <d2p1:NettPrice>1</d2p1:NettPrice> <d2p1:Notes>sample string 8</d2p1:Notes> <d2p1:OrderId>1</d2p1:OrderId> <d2p1:ProductBarcode1>sample string 7</d2p1:ProductBarcode1> <d2p1:ProductCode>sample string 6</d2p1:ProductCode> <d2p1:ProductId>1</d2p1:ProductId> <d2p1:Qty>3</d2p1:Qty> <d2p1:QtyDeliverd>4</d2p1:QtyDeliverd> <d2p1:QtyDeliverd_NotInvoiced>5</d2p1:QtyDeliverd_NotInvoiced> <d2p1:Type1Id>1</d2p1:Type1Id> <d2p1:Type2Id>1</d2p1:Type2Id> <d2p1:Type3Id>1</d2p1:Type3Id> <d2p1:Type4Id>1</d2p1:Type4Id> <d2p1:Type5Id>1</d2p1:Type5Id> <d2p1:VATPercentage>1</d2p1:VATPercentage> <d2p1:VatCodeId>1</d2p1:VatCodeId> <d2p1:VatCodeIdOverrule>1</d2p1:VatCodeIdOverrule> <d2p1:WarehouseId>1</d2p1:WarehouseId> <d2p1:ExpectedNextQtyOnDelivery>1</d2p1:ExpectedNextQtyOnDelivery> <d2p1:SerialNumbers xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>sample string 1</d4p1:string> <d4p1:string>sample string 2</d4p1:string> </d2p1:SerialNumbers> </d2p1:OrderRow> </Records> </Logic4ResponseListOfOrderRowLnN1pw8Y>