s1 API Host

<back to all web services

UpdateGaikSubmissionInfoRequest

The following routes are available for this service:
PUT, OPTIONS/api/gaik/{CartItemId}Updates the GAIK artical with the specified submission info.Only possible if the user is authenticated
Parameters:
NameParameterData TypeRequiredDescription
CartItemIdpathstringYesThe car item id
SubmissionbodyGaikUpdateSubmissionModelYesThe submission

To override the Content-type in your clients 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/oneway/UpdateGaikSubmissionInfoRequest HTTP/1.1 
Host: api2.ghs-automotive.nl 
Content-Type: text/jsv
Content-Length: length

{
	cartItemId: String,
	submission: 
	{
		requiresLegitimation: False,
		applicant: String,
		licensePlate: String,
		quantity: 0,
		selectedIdentityType: String,
		identity: String,
		selectedExtraIdentityType: String,
		extraIdentity: String,
		selectedReasonForIssue: String,
		takenPlate1: String,
		takenPlate1Type: String,
		takenPlate2: String,
		takenPlate2Type: String,
		licensePlateDuplicateCode: String,
		vehicleRegistrationDuplicateCode: String,
		reportingCode: String,
		licensePlateCardCode: String,
		issuingVehicleRegistrationPlateCode: String,
		reconfirmGaik: False,
		saveGaik: False
	}
}