This method is used to update SDX regarding how many packages have been submitted by the 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 |
| packageCountSinceRegistered | xsd:int | optional - can be null or empty | The number of packages the web service client has submitted to SDX since the client was registered |
| packageCountSinceReport | xsd:int | optional - can be null or empty | The number of packages the web service client has submitted since to SDX since the client called this web service call. |
Response Type: String
Successful response returns a simple OK otherwise will return error.
OK