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 .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/oneway/UpdateGaikSubmissionInfoRequest HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: application/json
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}}