<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 .jsv suffix or ?format=jsv

HTTP + JSV

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

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

{
	CustomerNumber: String,
	DaysBack: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	DeliveryDateChanges: 
	[
		{
			OrderNumber: String,
			LineNum: 0,
			CustomerNumber: String,
			ProductCode: String,
			ProductDescription: String,
			QuantityOpen: 0,
			Reference: String,
			NewShippingDateConfirmed: 0001-01-01,
			PreviousShippingDateConfirmed: 0001-01-01,
			DateChanged: 0001-01-01
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}