Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview


This structure represents the key fields associated with a client

Format


PwsClientDescriptor
  • PwsClientDescriptor
    • ClientId: Int32
    • ClientNumber: String
    • ClientUid: Int64
    • ClientName: String
    • ParentClientDescriptor: PwsClientDescriptor

Elements


Element

Data Type

Required?

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

 

ClientUid

Int64

 

 A unique and immutable identifier for a client

 

ClientName

String

 

 

 

ParentClientDescriptor

PwsClientDescriptor

 

 

 

  • No labels