This method is used to define additional detail and information about the calling system web service client.!
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| Username | xsd:string | mandatory - cannot be null or empty | Login Credentials. |
| password | xsd:string | mandatory - cannot be null or empty | Login Credentials. |
| pwordEncoded | xsd:boolean | optional - can be null(indicates false) | Indicates if the password parameter is MD5 hash and base64 encoded. |
| siteID | xsd:string | mandatory - cannot be null or empty | A unique identifier for the web service client |
| siteVersion | xsd:string | mandatory - cannot be null or empty | Version of the web service client |
| siteConfigPath | xsd:string | mandatory - cannot be null or empty | The file path to the configuration of the web service client |
| siteConfig | xsd:int | mandatory - cannot be null or empty | The configuration of the web service client |
Response Type: String
Successful response returns a simple OK otherwise will return error.
OK