PATCH apioauth/matrixv2/services/{serviceId}/staticinformation
Update the static service information
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serviceId |
The service id to be updated |
unsigned integer |
Required |
Body Parameters
A PatchStaticServiceInformationRequest
PatchStaticServiceInformationRequestName | Description | Type | Additional information |
---|---|---|---|
installerName | string |
None. |
|
installDate | date |
None. |
|
networkId | integer |
None. |
|
regionalZone | integer |
None. |
|
installType | integer |
None. |
|
latitude | decimal number |
None. |
|
longitude | decimal number |
None. |
|
address | string |
None. |
|
locationNotes | string |
None. |
|
friendlyName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "installerName": "sample string 1", "installDate": "2025-06-15T20:20:18.886731+00:00", "networkId": 1, "regionalZone": 1, "installType": 1, "latitude": 1.1, "longitude": 1.1, "address": "sample string 2", "locationNotes": "sample string 3", "friendlyName": "sample string 4" }
application/xml, text/xml
Sample:
<PatchStaticServiceInformationRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InstallerName>sample string 1</InstallerName> <InstallDate>2025-06-15T20:20:18.886731+00:00</InstallDate> <NetworkId>1</NetworkId> <RegionalZone>1</RegionalZone> <InstallType>1</InstallType> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <Address>sample string 2</Address> <LocationNotes>sample string 3</LocationNotes> <FriendlyName>sample string 4</FriendlyName> </PatchStaticServiceInformationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
200 on success
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |