<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:Name | Parameter | Data Type | Required | Description |
---|
CartItemId | path | string | Yes | The car item id |
Submission | body | GaikUpdateSubmissionModel | Yes | The submission |
To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/UpdateGaikSubmissionInfoRequest HTTP/1.1
Host: s1-api-tst.fource.nl
Content-Type: application/xml
Content-Length: length
<UpdateGaikSubmissionInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/S1.Api.Domain.Models.Gaik">
<CartItemId>String</CartItemId>
<Submission>
<Applicant>String</Applicant>
<ExtraIdentity>String</ExtraIdentity>
<Identity>String</Identity>
<IssuingVehicleRegistrationPlateCode>String</IssuingVehicleRegistrationPlateCode>
<LicensePlate>String</LicensePlate>
<LicensePlateCardCode>String</LicensePlateCardCode>
<LicensePlateDuplicateCode>String</LicensePlateDuplicateCode>
<Quantity>0</Quantity>
<ReconfirmGaik>false</ReconfirmGaik>
<ReportingCode>String</ReportingCode>
<RequiresLegitimation>false</RequiresLegitimation>
<SaveGaik>false</SaveGaik>
<SelectedExtraIdentityType>String</SelectedExtraIdentityType>
<SelectedIdentityType>String</SelectedIdentityType>
<SelectedReasonForIssue>String</SelectedReasonForIssue>
<TakenPlate1>String</TakenPlate1>
<TakenPlate1Type>String</TakenPlate1Type>
<TakenPlate2>String</TakenPlate2>
<TakenPlate2Type>String</TakenPlate2Type>
<VehicleRegistrationDuplicateCode>String</VehicleRegistrationDuplicateCode>
</Submission>
</UpdateGaikSubmissionInfoRequest>