Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsClientSummary
  • PwsClientSummary
    • ClientId: Int32
    • ClientNumber: String
    • ClientUid: Int64
    • ClientName: String
    • InactiveFlag: Boolean
    • ParentClientIdentity: PwsClientRef

Elements


Element

Data Type

Required?

Default

Description

Sample Data

ClientId

Int32

The Client Id is a unique identifier for a Client. For internal use only.


ClientNumber

String

The Client Number is a unique identifier for a Client.

Client-001

ClientUid

Int64

The Client Uid is a unique and immutable identifier for a Client

1152921504606961482

ClientName

String

The Client Name is a unique identifier for a Client.

Projector PSA

InactiveFlag

Boolean

If "true" the client has a status of "Inactive", if "false" the client has a status of "Active".

true/false

ParentClientIdentity

PwsClientRef

Parent Client Identity associated with the Client


...