System Operations
This section documents the API operations for System service.
GetSchemaVersions
GetSchemaVersionsRequest
Type: common:string
Namespace: http://4psa.com/SystemMessages.xsd/1.5
Description: Get all available schema versions request
Properties
| Property | Value |
|---|---|
| content | complex |
XSD Source
xml
<xs:element name="GetSchemaVersionsRequest" type="common:string">
<xs:annotation>
<xs:documentation>Get all available schema versions request</xs:documentation>
</xs:annotation>
</xs:element>GetSchemaVersionsResponse
Type: messagesInfo:GetSchemaVersionsResponseType
Namespace: http://4psa.com/SystemMessages.xsd/1.5
Description: Get all available schema versions response
Properties
| Property | Value |
|---|---|
| content | complex |
XSD Source
xml
<xs:element name="GetSchemaVersionsResponse" type="messagesInfo:GetSchemaVersionsResponseType">
<xs:annotation>
<xs:documentation>Get all available schema versions response</xs:documentation>
</xs:annotation>
</xs:element>UpdateLicense
UpdateLicenseRequest
Namespace: http://4psa.com/SystemMessages.xsd/1.5
Description: Update license on 4PSA DNS Manager server: request
Properties
| Property | Value |
|---|---|
| content | complex |
Elements
| Element | Type | Description |
|---|---|---|
| activationCode | common:string | Activation code for license update |
XSD Source
xml
<xs:element name="UpdateLicenseRequest">
<xs:annotation>
<xs:documentation>Update license on 4PSA DNS Manager server: request</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="activationCode" type="common:string">
<xs:annotation>
<xs:documentation>Activation code for license update</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>UpdateLicenseResponse
Type: messagesInfo:UpdateLicenseResponseType
Namespace: http://4psa.com/SystemMessages.xsd/1.5
Description: Update license on 4PSA DNS Manager server: response
Properties
| Property | Value |
|---|---|
| content | complex |
XSD Source
xml
<xs:element name="UpdateLicenseResponse" type="messagesInfo:UpdateLicenseResponseType">
<xs:annotation>
<xs:documentation>Update license on 4PSA DNS Manager server: response</xs:documentation>
</xs:annotation>
</xs:element>