TimeCard |
Name | Description | Type | Required | Generic | Enum | Ignore |
---|---|---|---|---|---|---|
@type | string | true | true | |||
JobCode | A code that represents a position that this employee works in. | string | true | false | ||
JobCodeName | A description for the job code. | string | false | false | ||
Rate | The pay rate for this position. | number | false | false | ||
ExtensionPoint | ExtensionPoint | false | true |
{ "@type" : "string", "jobCode" : "string", "jobCodeName" : "string", "rate" : "number", "extensionPoint" : { } }