Overview
This web service inserts or updates a single resource's history record (PwsResourceHistor) for a specified resource (PwsResourceRef). The service returns the identity () of the resource that has been inserted or updated. The caller can optionally request that the full resource detail () be included in the response.
Request Format
- PwsSaveResourceHistory
- serviceRequest: PwsSaveResourceHistoryRq
- RequestId: Int32
- SessionTicket: String
- History: PwsResourceHistory[]
- ResourceIdentity: PwsResourceRef
- ResourceTimestamp: String
- SetNullValuesFromResourceTypeFlag: Boolean
- serviceRequest: PwsSaveResourceHistoryRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information | |||
String | Yes | Click here for more information | |||
History | Yes | The resource history record | |||
ResourceIdentity | Yes | The resource identity | |||
ResourceTimestamp | String | No | This is a Base64 encoded timestamp optionally utilized for resource locking | ||
SetNullValuesFromResourceTypeFlag | Boolean | No | false | If set to 'true', resource attributes that are currently set to null will take on the values associated with the assigned resource type |