POST Stock/GetNextDeliveriesDatesForActiveSuppliers
Verkrijg de eerst volgende leverdatums van alle actieve leveranciers, vanaf een specifieke datum
Request Information
URI Parameters
None.
Body Parameters
dateRequest Formats
application/json, text/json
Sample:
"2021-01-16T15:45:19.6491944+01:00"
application/xml, text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2021-01-16T15:45:19.6491944+01:00</dateTime>
Response Information
Resource Description
Logic4ResponseListOfProductSupplierNextDeliveryName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of ProductSupplierNextDelivery |
None. |
|
RecordsCounter | integer |
None. |
|
ValidationMessages |
Eventuele foutmeldingen |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "ProductId": 1, "SupplierId": 2, "DeliveryDate": "2021-01-16T15:45:19.6511944+01:00" }, { "ProductId": 1, "SupplierId": 2, "DeliveryDate": "2021-01-16T15:45:19.6511944+01:00" } ], "RecordsCounter": 2, "ValidationMessages": [ "sample string 1", "sample string 2" ] }
application/xml, text/xml
Sample:
<Logic4ResponseListOfProductSupplierNextDeliveryLnN1pw8Y 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:ProductSupplierNextDelivery> <d2p1:DeliveryDate>2021-01-16T15:45:19.6511944+01:00</d2p1:DeliveryDate> <d2p1:ProductId>1</d2p1:ProductId> <d2p1:SupplierId>2</d2p1:SupplierId> </d2p1:ProductSupplierNextDelivery> <d2p1:ProductSupplierNextDelivery> <d2p1:DeliveryDate>2021-01-16T15:45:19.6511944+01:00</d2p1:DeliveryDate> <d2p1:ProductId>1</d2p1:ProductId> <d2p1:SupplierId>2</d2p1:SupplierId> </d2p1:ProductSupplierNextDelivery> </Records> </Logic4ResponseListOfProductSupplierNextDeliveryLnN1pw8Y>