PATCH apioauth/installationportal/services/{serviceId}
Patch a service to change its registration and install date
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serviceId |
The service id to be patched. |
unsigned integer |
Required |
Body Parameters
The PatchInstallationPortalServiceRequest
PatchInstallationPortalServiceRequestName | Description | Type | Additional information |
---|---|---|---|
Registration |
The registration of the vehicle |
string |
None. |
InstallDate |
When the installation was completed in UTC |
date |
None. |
MobileNumber |
The users mobile number |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Registration": "sample string 1", "InstallDate": "2025-04-27T16:17:28.7478766+00:00", "MobileNumber": "sample string 2" }
application/xml, text/xml
Sample:
<PatchInstallationPortalServiceRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Registration>sample string 1</Registration> <InstallDate>2025-04-27T16:17:28.7478766+00:00</InstallDate> <MobileNumber>sample string 2</MobileNumber> </PatchInstallationPortalServiceRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
200 on a success
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>