...
This web service inserts or updates a single client based on a detailed client structure (PwsClientDetail). The service returns the identity (PwsClientRef) of the client that has been inserted or updated. The caller can optionally request that the full client detail (PwsClientDetailPwsClientElement) be included in the response.
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information | 1 | |
SessionTicket | String (50) | Yes | Click here for more information | AavFwbZgVb9V4tr3R7BbzQ== | |
Client Detail | PwsClientDetail | Yes | The detailed client information to be inserted or updated. Click here for more information. | ||
FullDetailFlag | Boolean | No | false | If set to true, include full detailed client element in response | true/false |
ParentClientClearFlag | Boolean | No | false | If set to true, null out parent client | true/false |
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | PwsMessage | The web service response status and message. Click here for more information | |
ResponseId | Int32 | Click here for more information | 0 |
Status | RequestStatus | Click here for more information | Ok |
ServerTimestampUtc | DateTime | Click here for more information | 2017-12-27T16:48:52.6790058Z |
ClientDetailClient | PwsClientElement [1] | The complete set of information about the client (less any subordinate entities). Click here for more information. | |
ClientIdentity | PwsClientRef [1] | The unique keys used to identify the client. Click here for more information. |
...