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 unique key fields associated with identifying a resource. Resources can be identified by ResourceDisplayName, ResourceReferenceSystemId or ResourceUid. When specifying a PwsResourceRef as an input to a web service, you may specify one or all three fields the ResourceDisplayName, ResourceReferenceSystemId and/or ResourceUid. However, if you do specify more than one, they must refer to the same resource or the resource reference will not be considered valid. When a PwsResourceRef is returned in the response to a web service, the ResourceDisplayName, ResourceReferenceSystemId or ResourceUid will be populated, and guaranteed to refer to a single resource.

Format

PwsOnBehalfOfResource
  • PwsOnBehalfOfResource
    • ResourceDisplayName: String
    • ResourceId: Int32
    • ResourceReferenceSystemId: String
    • ResourceUid: Int64
    • EmailAddress: String
    • FirstName: String
    • LastName: String
    • MiddleName: String
    • InactiveFlag: Boolean
    • DashboardOboFlag: Boolean
    • ExpenseReportingOboFlag: Boolean
    • TimeEntryOboFlag: Boolean
    • TimeOffOboFlag: Boolean

Elements

Element

Data Type

Description

Sample Data

ResourceDisplayName

String

 

 

ResourceId

Int32

 

 

ResourceReferenceSystemId

String

 

 

ResourceUid

Int64

 

 

EmailAddress

String

 

 

FirstName

String

 

 

LastName

String

 

 

MiddleName

String

 

 

InactiveFlag

Boolean

 

 

DashboardOboFlag

Boolean

 

 

ExpenseReportingOboFlag

Boolean

 

 

TimeEntryOboFlag

Boolean

 

 

TimeOffOboFlag

Boolean

 

 

Usage Example(s)


Example 01
               <b:PwsOnBehalfOfResource>
                  <b:ResourceDisplayName>Gabrielle Gonzalez</b:ResourceDisplayName>
                  <b:ResourceId i:nil="true"/>
                  <b:ResourceReferenceSystemId>023</b:ResourceReferenceSystemId>
                  <b:ResourceUid>1152921504606963004</b:ResourceUid>
                  <b:EmailAddress>Gabrielle@revcorp.doc</b:EmailAddress>
                  <b:FirstName>Gabrielle</b:FirstName>
                  <b:LastName>Gonzalez</b:LastName>
                  <b:MiddleName i:nil="true"/>
                  <b:InactiveFlag>false</b:InactiveFlag>
                  <b:DashboardOboFlag>false</b:DashboardOboFlag>
                  <b:ExpenseReportingOboFlag>false</b:ExpenseReportingOboFlag>
                  <b:TimeEntryOboFlag>true</b:TimeEntryOboFlag>
                  <b:TimeOffOboFlag>true</b:TimeOffOboFlag>
               </b:PwsOnBehalfOfResource>

                          
  • No labels