<back to all web services

DeliveryDateChanges

Requires Authentication
Requires any of the roles:Klant, Vertegenwoordiger, Admin, Fietsenportal
The following routes are available for this service:
GET/Customer/DeliveryDateChanges
GET/Customer/{CustomerNumber}/DeliveryDateChanges
DeliveryDateChanges Parameters:
NameParameterData TypeRequiredDescription
CustomerNumberpathstringNo
DaysBackqueryint?No
DeliveryDateChangesResponse Parameters:
NameParameterData TypeRequiredDescription
DeliveryDateChangesformList<DeliveryDateChange>No
ResponseStatusformResponseStatusNo
DeliveryDateChange Parameters:
NameParameterData TypeRequiredDescription
OrderNumberformstringNo
LineNumformdoubleNo
CustomerNumberformstringNo
ProductCodeformstringNo
ProductDescriptionformstringNo
QuantityOpenformintNo
ReferenceformstringNo
NewShippingDateConfirmedformDateTimeNo
PreviousShippingDateConfirmedformDateTime?No
DateChangedformDateTime?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/DeliveryDateChanges HTTP/1.1 
Host: acc-webservice.kruitbosch.nl 
Content-Type: application/json
Content-Length: length

{"CustomerNumber":"String","DaysBack":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"DeliveryDateChanges":[{"OrderNumber":"String","LineNum":0,"CustomerNumber":"String","ProductCode":"String","ProductDescription":"String","QuantityOpen":0,"Reference":"String","NewShippingDateConfirmed":"\/Date(-62135596800000-0000)\/","PreviousShippingDateConfirmed":"\/Date(-62135596800000-0000)\/","DateChanged":"\/Date(-62135596800000-0000)\/"}],"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}