Overview
The PwsEngagementSummary data type This structure includes basic information about an engagement. The information represented in this structure is not comprehensive and only includes certain key attributes of an engagement deemed to be useful in a listing of engagements.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required?Default | Description | Sample Data | |
---|---|---|---|---|---|
EngagementCode | String (20) | On Insert: Yes On Update: Yes (if EngagementUid is not supplied)One of EngagementCode or EngagementUid is required | The engagement code is a unique identifier for an engagement. See "NewEngagementCode" in PwsEngagementDetail for guidance on how to change the engagement code of an existing engagement. | P001320 | |
EngagementId | Int32 | On Insert: No On Update: No | The engagement Id is a unique identifier for an engagement. For internal use only. | ||
EngagementUid | Int64 | On Insert: No On Update: Yes (if EngagementCode is not supplied) | The engagement Uid is a See EngagementCode | A unique and immutable identifier for an engagement. | 1152921504607326368 |
ClientIdentity | On Insert: Yes On Update: No | The The client associated with the engagement. Click here for more information. | |||
EngagementName | String (255) | On Insert: Yes On Update: No | The The engagement name. | Web Services Documentation |
...