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: api-beta.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
	}
}