...
This structure is used to uniquely identify a project issue category. Project issues category can be identified by ProjectIssueUid or ReferenceID. When specifying a PwsClientRef as an input to a web service, you may specify one or both the ClientNumber and ClientUid. However, if you do specify both they must both refer to the same client or the client reference will not be considered valid. When a PwsClientRef is returned in the response to a web service, both the ClientNumber and ClientUid will be populated, and guaranteed to refer to a single client. ProjectIssueCategoryUid.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? |
---|
Description | Sample Data |
---|
ProjectIssueCategoryId | Int32 |
ProjectIssueStatusUid
Int64
No | The project issue category Id is a unique identifier for a project issue category. For internal use only. | |||
ProjectIssueCategoryUid | Int64 | On Insert: Yes On update: No | A unique and immutable identifier for a project issue category. | 1152921504606992779 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:CategoryIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:ProjectIssueCategoryId>351612</b:ProjectIssueCategoryId>
<b:ProjectIssueCategoryUid>1152921504606992779</b:ProjectIssueCategoryUid>
</a:CategoryIdentity> |