Versions Compared

Key

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

...

Element

Data Type

Required?

Default

Description

Sample Data

ResourceDisplayName

String

On Insert: Yes

On Update: Yes (if ResourceReferenceSystemId or One of ResourceDisplayName, ResourceReferenceSystemId, ResourceUid or EmailAddress is not supplied)required


The resource display name

Matt Jones

ResourceId

Int32

On Insert: No

On Update: No 


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


ResourceReferenceSystemId

String

On Insert: No

On Update: Yes (if ResourceDisplayName or ResourceUid or EmailAddress is not supplied)See ResourceDisplayName


The resource reference system id / employee id is a unique identifier for a resource

IT (USA) - 01

ResourceUid

Int64

On Insert: No

On Update: Yes (if ResourceDisplayName or ResourceReferenceSystemId or EmailAddress is not supplied)See ResourceDisplayName



A unique and immutable identifier for a resource

1152921504607057128

EmailAddress

String

On Insert: Yes

On Update: Yes (if ResourceDisplayName or ResourceReferenceSystemId or ResourceUid is not supplied)See ResourceDisplayName



The resource's email address. This is a unique identifier for a resource. 

matt@revcorp.bb

FirstName

String

On Insert: Yes

On Update: No


The resource's first name 

Matt

LastName

String

On Insert: Yes

On Update: No 


The resource's last name

Jones

MiddleName

String

On Insert: Yes

On Update: No


The resource's middle name 


InactiveFlag

Boolean

On Insert: Yes

On Update: No

 false

If set to 'true' the resource has a status of "Inactive", if set to 'false' the resource has a status of "Active"

false

...