PwsScheduleClient

Overview


This structure represents the client associated with a project role's scheduled time / booked hours.

Format


PwsScheduleClient
  • PwsScheduleClient
    • ClientId: Int32
    • ClientNumber: String (20)
    • ClientUid: Int64
    • ClientName: String (50)

Elements


Element

Data Type

Description

Sample Data

ClientId

Int32

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


ClientNumber

String (20)

The client number is a unique identifier for a client.

PR-PSA

ClientUid

Int64

The client Uid is a unique and immutable identifier for a client.

1152921504606961482 

ClientName

String (50)

The client name is a unique identifier for a client.

Projector PSA

Usage Example(s)


Example 01
                          <a:ClientDescriptor>
                              <ClientId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                              <ClientNumber xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">PR-PSA</ClientNumber>
                              <ClientUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504606961482</ClientUid>
                              <a:ClientName>Projector PSA</a:ClientName>
                           </a:ClientDescriptor>