Unique identifier for the payroll
get
/hcmRestApi/resources/11.13.18.05/personProcessResults
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Unique identifier for the payroll
Finder Variables- ObjectActionId; integer; Unique identifier for the payroll
- PrimaryKey Unique identifier for the payroll
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- ActionStatusCode; string; Unique identifier for the payroll
- ActionStatusLookupType; string; Unique identifier for the payroll
- ActionType; string; Unique identifier for the payroll
- ActionTypeCode; string; Unique identifier for the payroll
- AdditionalResults; string; Unique identifier for the payroll
- AssignmentId; string; Unique identifier for the payroll
- AssignmentNumber; string; Unique identifier for the payroll
- BaseFlowId; integer; Unique identifier for the payroll
- ConnectorTag; string; Unique identifier for the payroll
- ConsolidationSetId; integer; Unique identifier for the payroll
- ConsolidationSetName; string; Unique identifier for the payroll
- DateEarned; string; Unique identifier for the payroll
- EarnEndDate; string; Unique identifier for the payroll
- EarnStartDate; string; Unique identifier for the payroll
- EarnTimePeriodId; integer; Unique identifier for the payroll
- FlowInstanceId; integer; Unique identifier for the payroll
- FlowName; string; Unique identifier for the payroll
- LegislationCode; string; Unique identifier for the payroll
- LegislativeDataGroupId; integer; Unique identifier for the payroll
- LegislativeDataGroupName; string; Unique identifier for the payroll
- ObjectActionId; integer; Unique identifier for the payroll
- ObjectId; integer; Unique identifier for the payroll
- ObjectName; string; Unique identifier for the payroll
- ObjectReference; string; Unique identifier for the payroll
- ObjectType; string; Unique identifier for the payroll
- ObjectTypeCode; string; Unique identifier for the payroll
- ObjectTypeId; integer; Unique identifier for the payroll
- ParentActionId; integer; Unique identifier for the payroll
- PayRequestId; integer; Unique identifier for the payroll
- Payroll; string; Unique identifier for the payroll
- PayrollActionId; integer; Unique identifier for the payroll
- PayrollId; integer; Unique identifier for the payroll
- PayrollPeriodName; string; Unique identifier for the payroll
- PayrollPeriodNumber; integer; Unique identifier for the payroll
- PayrollRelationshipId; integer; Unique identifier for the payroll
- PersonId; integer; Unique identifier for the payroll
- PersonNumber; string; Unique identifier for the payroll
- PrimaryResults; string; Unique identifier for the payroll
- ProcessDate; string; Unique identifier for the payroll
- ProcessEndDate; string; Unique identifier for the payroll
- ProcessStartDate; string; Unique identifier for the payroll
- ProrationDates; string; Unique identifier for the payroll
- RelationshipNumber; string; Unique identifier for the payroll
- RetroRunId; integer; Unique identifier for the payroll
- RunTypeId; integer; Unique identifier for the payroll
- RunTypeName; string; Unique identifier for the payroll
- SourceActionId; integer; Unique identifier for the payroll
- Status; string; Unique identifier for the payroll
- SubmissionDate; string; Unique identifier for the payroll
- SubmittedBy; string; Unique identifier for the payroll
- TaskId; integer; Unique identifier for the payroll
- TaskInstanceId; integer; Unique identifier for the payroll
- TaskName; string; Unique identifier for the payroll
- VoidPaymentActionId; integer; Unique identifier for the payroll
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : personProcessResults
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-item-response
Type:
Show Source
object-
ActionStatusCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ActionStatusLookupType: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ActionType: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
ActionTypeCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
AdditionalResults: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
ArchiveResultsFlat: array
Person Process Results
Title:
Person Process ResultsUnique identifier for the payroll -
ArchiveResultTree: array
Person Process Results
Title:
Person Process ResultsUnique identifier for the payroll -
AssignmentId: string
Read Only:
trueMaximum Length:163Unique identifier for the payroll -
AssignmentNumber: string
Title:
Assignment NumberRead Only:trueMaximum Length:163Unique identifier for the payroll -
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
BalanceFeedDetails: array
Person Process Results Balance Feed
Title:
Person Process Results Balance FeedUnique identifier for the payroll -
BalanceGroupLOV: array
Person Process Results Balance Group
Title:
Person Process Results Balance GroupUnique identifier for the payroll -
BalanceTypeLOV: array
Person Process Results Balance Type
Title:
Person Process Results Balance TypeUnique identifier for the payroll -
BalanceView: array
Person Process Results Balance View
Title:
Person Process Results Balance ViewUnique identifier for the payroll -
BaseFlowId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
CalculationBreakdown: array
Person Process Results Calculation Breakdown
Title:
Person Process Results Calculation BreakdownUnique identifier for the payroll -
ConnectorTag: string
Read Only:
trueMaximum Length:250Unique identifier for the payroll -
ConsolidationSetId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ConsolidationSetName: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
correctiveActions: array
Person Process Results
Title:
Person Process ResultsUnique identifier for the payroll -
costAdjustments: array
Payslips Summary
Title:
Payslips SummaryUnique identifier for the payroll -
costingResults: array
Payslips Summary
Title:
Payslips SummaryUnique identifier for the payroll -
DateEarned: string
(date)
Read Only:
trueUnique identifier for the payroll -
EarnEndDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
EarnStartDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
EarnTimePeriodId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
FlowInstanceId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
FlowName: string
Read Only:
trueMaximum Length:200Unique identifier for the payroll -
LegislationCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
LegislativeDataGroupName: string
Read Only:
trueMaximum Length:240Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
messages: array
Person Process Results Messages
Title:
Person Process Results MessagesUnique identifier for the payroll -
NetPayment: array
Person Process Results
Title:
Person Process ResultsUnique identifier for the payroll -
ObjectActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ObjectId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ObjectName: string
Title:
NameRead Only:trueMaximum Length:1083Unique identifier for the payroll -
ObjectReference: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
ObjectType: string
Title:
NameRead Only:trueMaximum Length:255Unique identifier for the payroll -
ObjectTypeCode: string
Read Only:
trueMaximum Length:40Unique identifier for the payroll -
ObjectTypeId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ParentActionId: integer
Read Only:
trueUnique identifier for the payroll -
paymentCostingResults: array
Payslips Summary
Title:
Payslips SummaryUnique identifier for the payroll -
Payments: array
Person Process Results Prepayment
Title:
Person Process Results PrepaymentUnique identifier for the payroll -
PayRequestId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
Payroll: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
PayrollActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollAssignmentLOV: array
Person Process Results Assignment
Title:
Person Process Results AssignmentUnique identifier for the payroll -
PayrollId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollPeriodName: string
Read Only:
trueMaximum Length:70Unique identifier for the payroll -
PayrollPeriodNumber: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollRelationshipId: integer
Read Only:
trueUnique identifier for the payroll -
PersonId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PersonNumber: string
Title:
Person NumberRead Only:trueMaximum Length:1083Unique identifier for the payroll -
PersonProcessPCG: array
Person Process Results Process Configuration Group
Title:
Person Process Results Process Configuration GroupUnique identifier for the payroll -
Prepayments: array
Person Process Results Prepayment
Title:
Person Process Results PrepaymentUnique identifier for the payroll -
PrimaryClassificationLOV: array
Person Process Results Primary Classification
Title:
Person Process Results Primary ClassificationUnique identifier for the payroll -
PrimaryResults: string
Read Only:
trueMaximum Length:12Unique identifier for the payroll -
ProcessDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
ProcessEndDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
ProcessStartDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
ProrationDates: string
Read Only:
trueMaximum Length:1000Unique identifier for the payroll -
RelationshipNumber: string
Title:
Relationship NumberRead Only:trueMaximum Length:30Unique identifier for the payroll -
RetroResults: array
Retro Total
Title:
Retro TotalUnique identifier for the payroll -
RetroRunId: integer
Read Only:
trueUnique identifier for the payroll -
RunResult: array
Person Process Results Run Result
Title:
Person Process Results Run ResultUnique identifier for the payroll -
RunResultRateDetail: array
Person Process Results Rate Detail
Title:
Person Process Results Rate DetailUnique identifier for the payroll -
RunTypeId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
RunTypeName: string
Read Only:
trueUnique identifier for the payroll -
SOEBalanceView: array
Person Process Results Statements of Earnings
Title:
Person Process Results Statements of EarningsUnique identifier for the payroll -
SourceActionId: integer
Read Only:
trueUnique identifier for the payroll -
Status: string
Title:
StatusRead Only:trueMaximum Length:80Unique identifier for the payroll -
SubmissionDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
SubmittedBy: string
Read Only:
trueMaximum Length:250Unique identifier for the payroll -
TaskId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
TaskInstanceId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
TaskName: string
Read Only:
trueMaximum Length:250Unique identifier for the payroll -
TaxReportingUnitLOV: array
Person Process Results Tax Reporting Unit
Title:
Person Process Results Tax Reporting UnitUnique identifier for the payroll -
TaxUnit: array
Person Process Results
Title:
Person Process ResultsUnique identifier for the payroll -
VoidPayment: array
Person Process Results Prepayment
Title:
Person Process Results PrepaymentUnique identifier for the payroll -
VoidPaymentActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll
Nested Schema : Person Process Results
Type:
arrayTitle:
Person Process ResultsUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results
Type:
arrayTitle:
Person Process ResultsUnique identifier for the payroll
Show Source
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Person Process Results Balance Feed
Type:
arrayTitle:
Person Process Results Balance FeedUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Balance Group
Type:
arrayTitle:
Person Process Results Balance GroupUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Balance Type
Type:
arrayTitle:
Person Process Results Balance TypeUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Balance View
Type:
arrayTitle:
Person Process Results Balance ViewUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Calculation Breakdown
Type:
arrayTitle:
Person Process Results Calculation BreakdownUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results
Type:
arrayTitle:
Person Process ResultsUnique identifier for the payroll
Show Source
Nested Schema : Payslips Summary
Type:
arrayTitle:
Payslips SummaryUnique identifier for the payroll
Show Source
Nested Schema : Payslips Summary
Type:
arrayTitle:
Payslips SummaryUnique identifier for the payroll
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Person Process Results Messages
Type:
arrayTitle:
Person Process Results MessagesUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results
Type:
arrayTitle:
Person Process ResultsUnique identifier for the payroll
Show Source
Nested Schema : Payslips Summary
Type:
arrayTitle:
Payslips SummaryUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Prepayment
Type:
arrayTitle:
Person Process Results PrepaymentUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Assignment
Type:
arrayTitle:
Person Process Results AssignmentUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Process Configuration Group
Type:
arrayTitle:
Person Process Results Process Configuration GroupUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Prepayment
Type:
arrayTitle:
Person Process Results PrepaymentUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Primary Classification
Type:
arrayTitle:
Person Process Results Primary ClassificationUnique identifier for the payroll
Show Source
Nested Schema : Retro Total
Type:
arrayTitle:
Retro TotalUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Run Result
Type:
arrayTitle:
Person Process Results Run ResultUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Rate Detail
Type:
arrayTitle:
Person Process Results Rate DetailUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Statements of Earnings
Type:
arrayTitle:
Person Process Results Statements of EarningsUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Tax Reporting Unit
Type:
arrayTitle:
Person Process Results Tax Reporting UnitUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results
Type:
arrayTitle:
Person Process ResultsUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Prepayment
Type:
arrayTitle:
Person Process Results PrepaymentUnique identifier for the payroll
Show Source
Nested Schema : personProcessResults-ArchiveResultsFlat-item-response
Type:
Show Source
object-
ActionContextId: integer
(int64)
Unique identifier for the payroll
-
ActionContextType: string
Maximum Length:
15Unique identifier for the payroll -
ActionInformationCategory: string
Maximum Length:
80Unique identifier for the payroll -
ActionInformationId: integer
(int64)
Unique identifier for the payroll
-
AssignmentId: integer
(int64)
Unique identifier for the payroll
-
BaseDataElementName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
DataElementName: string
Title:
AttributeRead Only:trueMaximum Length:80Unique identifier for the payroll -
DataType: string
Title:
Data TypeRead Only:trueMaximum Length:80Unique identifier for the payroll -
Description: string
Read Only:
trueMaximum Length:240Unique identifier for the payroll -
EffectiveDate: string
(date)
Unique identifier for the payroll
-
EffectiveEndDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
EffectiveStartDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
ExtDataElementId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
HideFlag: boolean
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
InformationColumn: integer
Title:
Output ColumnRead Only:trueUnique identifier for the payroll -
InformationDisplayValue: string
Unique identifier for the payroll
-
InformationLabel: string
Title:
Output LabelRead Only:trueMaximum Length:80Unique identifier for the payroll -
InformationValue: string
Unique identifier for the payroll
-
LegislationCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MarkAsChanged: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ProcessCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
RecordName: string
Read Only:
trueMaximum Length:255Unique identifier for the payroll -
ReportRecordId: integer
(int64)
Unique identifier for the payroll
-
RequiredFlag: boolean
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ShortCode: string
Title:
Short CodeRead Only:trueMaximum Length:30Unique identifier for the payroll -
StartDate: string
(date)
Title:
Start DateRead Only:trueUnique identifier for the payroll -
TypeCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
UiHideFlag: boolean
Title:
Results Display OptionRead Only:trueMaximum Length:30Unique identifier for the payroll -
UpdatableDataElement: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
UpdatableRecord: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
VoName: string
Title:
View Object NameRead Only:trueMaximum Length:400Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : personProcessResults-ArchiveResultTree-item-response
Type:
Show Source
object-
ActionContextId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ActionContextType: string
Read Only:
trueMaximum Length:15Unique identifier for the payroll -
ActionInformationCategory: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
ActionInformationId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ArchiveResultDetails: array
Person Process Results
Title:
Person Process ResultsUnique identifier for the payroll -
AssignmentId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
Context: string
Title:
NameRead Only:trueUnique identifier for the payroll -
Description: string
Read Only:
trueMaximum Length:240Unique identifier for the payroll -
EffectiveDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
EffectiveEndDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
EffectiveStartDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
JurisdictionCode: string
Read Only:
trueMaximum Length:15Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Read Only:
trueUnique identifier for the payroll -
ParentActInfoId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
RecordName: string
Read Only:
trueMaximum Length:255Unique identifier for the payroll -
ReportRecordId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SysEffectiveDate: string
(date)
Unique identifier for the payroll
-
UpdatableRecord: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll
Nested Schema : Person Process Results
Type:
arrayTitle:
Person Process ResultsUnique identifier for the payroll
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-ArchiveResultTree-ArchiveResultDetails-item-response
Type:
Show Source
object-
ActionContextId: integer
(int64)
Unique identifier for the payroll
-
ActionContextType: string
Maximum Length:
15Unique identifier for the payroll -
ActionInformationCategory: string
Maximum Length:
80Unique identifier for the payroll -
ActionInformationId: integer
(int64)
Unique identifier for the payroll
-
BaseDataElementName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
ContextFlag: boolean
Title:
Context AttributeRead Only:trueMaximum Length:30Unique identifier for the payroll -
DataElementName: string
Title:
AttributeRead Only:trueMaximum Length:80Unique identifier for the payroll -
DataType: string
Title:
Data TypeRead Only:trueMaximum Length:80Unique identifier for the payroll -
Description: string
Title:
DescriptionRead Only:trueMaximum Length:240Unique identifier for the payroll -
ExtDataElementId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
HideFlag: boolean
Title:
HiddenRead Only:trueMaximum Length:30Unique identifier for the payroll -
InformationColumn: integer
Title:
Output ColumnRead Only:trueUnique identifier for the payroll -
InformationDisplayValue: string
Unique identifier for the payroll
-
InformationLabel: string
Title:
Output LabelRead Only:trueMaximum Length:80Unique identifier for the payroll -
InformationValue: string
Unique identifier for the payroll
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ReportRecordId: integer
(int64)
Unique identifier for the payroll
-
RequiredFlag: boolean
Title:
RequiredRead Only:trueMaximum Length:30Unique identifier for the payroll -
TypeCode: string
Title:
TypeRead Only:trueMaximum Length:30Unique identifier for the payroll -
UiHideFlag: boolean
Title:
Results Display OptionRead Only:trueMaximum Length:30Unique identifier for the payroll -
UpdatableDataElement: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
UpdatableRecord: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
VoName: string
Title:
View Object NameRead Only:trueMaximum Length:400Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-BalanceFeedDetails-item-response
Type:
Show Source
object-
BalanceName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
ClassificationName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
CtxString: string
Read Only:
trueMaximum Length:400Unique identifier for the payroll -
DefinedBalanceId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ElementName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
InputValue: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
InputValueId: integer
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ResultValue: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
RunResultId: integer
Read Only:
trueUnique identifier for the payroll -
Scale: integer
(int32)
Read Only:
trueUnique identifier for the payroll -
Uom: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-BalanceGroupLOV-item-response
Type:
Show Source
object-
BalanceReportType: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
BalGrpUsageId: integer
Read Only:
trueUnique identifier for the payroll -
BaseGroupUsageName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
FormatType: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
GroupUsageName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollRelActionId: integer
Read Only:
trueUnique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-BalanceTypeLOV-item-response
Type:
Show Source
object-
BalanceName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
BalanceTypeId: integer
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollRelActionId: integer
Read Only:
trueUnique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-BalanceView-item-response
Type:
Show Source
object-
BalanceContext: array
Person Process Results Balance Context
Title:
Person Process Results Balance ContextUnique identifier for the payroll -
BalanceFeed: array
Person Process Results Balance Feed
Title:
Person Process Results Balance FeedUnique identifier for the payroll -
BalanceName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
BalanceTypeId: integer
Read Only:
trueUnique identifier for the payroll -
BalGroupUsageId1: integer
Read Only:
trueUnique identifier for the payroll -
BalGroupUsageId2: integer
Read Only:
trueUnique identifier for the payroll -
BalTypeId: integer
Read Only:
trueUnique identifier for the payroll -
CtxString: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
CtxUserString: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
DefbalForBreakdown: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId1: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId10: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId2: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId3: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId4: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId5: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId6: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId7: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId8: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId9: integer
Read Only:
trueUnique identifier for the payroll -
DimensionName: string
Read Only:
trueMaximum Length:160Unique identifier for the payroll -
EmploymentBalance: array
Person Process Results Employment Balance
Title:
Person Process Results Employment BalanceUnique identifier for the payroll -
FeedCheckingType: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
LegislationCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
RowIndex: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
TotalValue1: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
TotalValue2: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
Uom: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
UomCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
Value1: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value10: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value2: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value3: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value4: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value5: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value6: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value7: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value8: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value9: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll
Nested Schema : Person Process Results Balance Context
Type:
arrayTitle:
Person Process Results Balance ContextUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Balance Feed
Type:
arrayTitle:
Person Process Results Balance FeedUnique identifier for the payroll
Show Source
Nested Schema : Person Process Results Employment Balance
Type:
arrayTitle:
Person Process Results Employment BalanceUnique identifier for the payroll
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-BalanceView-BalanceContext-item-response
Type:
Show Source
object-
ContextBaseName: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ContextDescription: string
Read Only:
trueMaximum Length:240Unique identifier for the payroll -
ContextMeaning: string
Read Only:
trueMaximum Length:250Unique identifier for the payroll -
ContextName: string
Read Only:
trueMaximum Length:255Unique identifier for the payroll -
ContextValue: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
CtxString: string
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-BalanceView-BalanceFeed-item-response
Type:
Show Source
object-
BalanceName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
ClassificationName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
CtxString: string
Read Only:
trueMaximum Length:400Unique identifier for the payroll -
DefinedBalanceId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ElementName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
InputValue: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
InputValueId: integer
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ResultValue: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
RunResultId: integer
Read Only:
trueUnique identifier for the payroll -
Scale: integer
(int32)
Read Only:
trueUnique identifier for the payroll -
Uom: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-BalanceView-EmploymentBalance-item-response
Type:
Show Source
object-
CxtString: string
Read Only:
trueMaximum Length:300Unique identifier for the payroll -
DefBalId: integer
Read Only:
trueUnique identifier for the payroll -
EmploymentId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
EmploymentLevel: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
EmploymentNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollRelActionId: integer
Read Only:
trueUnique identifier for the payroll -
PTDValue: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
QTDValue: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
RUNValue: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
YTDValue: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-CalculationBreakdown-item-response
Type:
Show Source
object-
CalcBreakdownId: integer
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Read Only:
trueMaximum Length:122Unique identifier for the payroll -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
Value: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-correctiveActions-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MarkforretryAllowedFlag: boolean
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
ObjectActionId: integer
Read Only:
trueUnique identifier for the payroll -
RollbackAllowedFlag: boolean
Read Only:
trueMaximum Length:4000Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-costAdjustments-item-response
Type:
Show Source
object-
AdjustmentDescription: string
Title:
DescriptionMaximum Length:4000Unique identifier for the payroll -
AdjustmentName: string
Maximum Length:
50Unique identifier for the payroll -
CostAdjustmentActionId: integer
Unique identifier for the payroll
-
CostAdjustmentId: integer
(int64)
Unique identifier for the payroll
-
costAdjustmentLines: array
Payslips Summary
Title:
Payslips SummaryUnique identifier for the payroll -
CreatedBy: string
Read Only:
trueMaximum Length:64Unique identifier for the payroll -
CreationDate: string
(date-time)
Read Only:
trueUnique identifier for the payroll -
EffectiveDate: string
(date)
Unique identifier for the payroll
-
LastUpdateDate: string
(date-time)
Read Only:
trueUnique identifier for the payroll -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Unique identifier for the payroll
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollRelActionId: integer
(int64)
Unique identifier for the payroll
-
PayrollRelationshipId: integer
(int64)
Unique identifier for the payroll
-
Status: string
Maximum Length:
10Unique identifier for the payroll
Nested Schema : Payslips Summary
Type:
arrayTitle:
Payslips SummaryUnique identifier for the payroll
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-costAdjustments-costAdjustmentLines-item-response
Type:
Show Source
object-
Account: string
Title:
Concatenated SegmentsUnique identifier for the payroll -
CostAdjustLineId: integer
(int64)
Unique identifier for the payroll
-
CostAdjustmentId: integer
(int64)
Default Value:
-999Unique identifier for the payroll -
CostAllocationKeyflexId: integer
(int64)
Unique identifier for the payroll
-
CostId: integer
(int64)
Unique identifier for the payroll
-
costKFF: array
costKFF
-
CreatedBy: string
Read Only:
trueMaximum Length:64Unique identifier for the payroll -
CreationDate: string
(date-time)
Read Only:
trueUnique identifier for the payroll -
DebitOrCredit: string
Maximum Length:
30Unique identifier for the payroll -
IdFlexNumber: integer
(int64)
Unique identifier for the payroll
-
LastUpdateDate: string
(date-time)
Read Only:
trueUnique identifier for the payroll -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Unique identifier for the payroll -
LineEndDate: string
(date)
Unique identifier for the payroll
-
LineStartDate: string
(date)
Unique identifier for the payroll
-
LineValue: number
Unique identifier for the payroll
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ReversalEntryFlag: boolean
Maximum Length:
1Default Value:falseUnique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-costAdjustments-costAdjustmentLines-costKFF-item-response
Type:
Show Source
object-
_COST_ALLOCATION_KEYFLEX_ID: integer
(int64)
-
_ID_FLEX_NUM: integer
(int64)
-
EnabledFlag: string
Maximum Length:
1 -
EndDateActive: string
(date)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
StartDateActive: string
(date)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-costingResults-item-response
Type:
Show Source
object-
Account: string
Title:
Concatenated SegmentsUnique identifier for the payroll -
AccountType: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
AccountTypeCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ActionType: string
Title:
Action TypeRead Only:trueMaximum Length:80Unique identifier for the payroll -
AdjustedFlag: boolean
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
AdjustmentStatusCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
Assignment: string
Title:
AssignmentRead Only:trueMaximum Length:15Unique identifier for the payroll -
AssignmentNumber: string
Read Only:
trueMaximum Length:50Unique identifier for the payroll -
CalcBreakdownId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ClassificationName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
CostAllocationKeyflexId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
CostId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
DistributedElementName: string
Title:
Distributed ElementRead Only:trueMaximum Length:80Unique identifier for the payroll -
DistributedInputValue: string
Title:
Distributed Input ValueRead Only:trueMaximum Length:80Unique identifier for the payroll -
DistributedRunResultId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ElementName: string
Title:
Element NameRead Only:trueMaximum Length:80Unique identifier for the payroll -
EndDate: string
(date)
Title:
End DateRead Only:trueUnique identifier for the payroll -
EntryType: string
Title:
Entry TypeRead Only:trueMaximum Length:80Unique identifier for the payroll -
HoursAccountedCredit: number
Title:
CreditRead Only:trueUnique identifier for the payroll -
HoursAccountedDebit: number
Title:
DebitRead Only:trueUnique identifier for the payroll -
IdFlexNumber: integer
Read Only:
trueUnique identifier for the payroll -
ImportedToProjectFlag: boolean
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
InputValue: string
Title:
Input ValueRead Only:trueMaximum Length:80Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Message: string
Title:
MessageRead Only:trueMaximum Length:2000Unique identifier for the payroll -
MoneyAccountedCredit: number
Title:
CreditRead Only:trueUnique identifier for the payroll -
MoneyAccountedDebit: number
Title:
DebitRead Only:trueUnique identifier for the payroll -
OutputCurrencyCode: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
PayrollActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollAssignmentId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollRelationshipId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollRelationshipNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
PersonId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
RunResultId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
StartDate: string
(date)
Title:
Start DateRead Only:trueUnique identifier for the payroll -
SubledgerEventDetails: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
TransferToProjectsStatus: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
UnitOfMeasure: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
UnitOfMeasureCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
UseAtAssignmentLevelFlag: boolean
Read Only:
trueMaximum Length:30Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-messages-item-response
Type:
Show Source
object-
LineSequence: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
LineText: string
Read Only:
trueMaximum Length:2000Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Message: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
MessageId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
MessageLevel: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
MessageLevelName: string
Title:
MeaningRead Only:trueMaximum Length:80Unique identifier for the payroll -
MessageUserDetail: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
ObjectId: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ObjectType: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ParentMessageId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceType: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-NetPayment-item-response
Type:
Show Source
object-
Amount: string
Read Only:
trueMaximum Length:255Unique identifier for the payroll -
AmountCredited: number
Read Only:
trueUnique identifier for the payroll -
AmountDebited: number
Read Only:
trueUnique identifier for the payroll -
DefaultCurrencyCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PaymentStatus: string
Read Only:
trueUnique identifier for the payroll -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-paymentCostingResults-item-response
Type:
Show Source
object-
Account: string
Title:
Concatenated SegmentsUnique identifier for the payroll -
AccountingDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
AccountType: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
ActionType: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
CalcBreakdownId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
CostAllocationKeyflexId: number
Read Only:
trueUnique identifier for the payroll -
Credit: number
Read Only:
trueUnique identifier for the payroll -
CurrencyCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
Debit: number
Read Only:
trueUnique identifier for the payroll -
IdFlexNumber: number
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationPaymentMethod: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
PaymentCostId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PaymentReference: string
Read Only:
trueMaximum Length:40Unique identifier for the payroll -
PaymentSource: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
PayrollName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PersonId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PersonNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
PrePaymentId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceInstanceName: string
Read Only:
trueMaximum Length:200Unique identifier for the payroll -
SubledgerEventDetails: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
SystemEffectiveDate: string
(date)
Read Only:
trueUnique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-Payments-item-response
Type:
Show Source
object-
AccountNumber: string
Title:
Bank Account NumberMaximum Length:80Unique identifier for the payroll -
AccountNumberVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
Amount: number
Title:
AmountUnique identifier for the payroll -
BankAccountId: integer
(int64)
Unique identifier for the payroll
-
BankAccountNumberLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BankAccountType: string
Read Only:
trueMaximum Length:25Unique identifier for the payroll -
BankAccountTypeLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BankName: string
Read Only:
trueMaximum Length:360Unique identifier for the payroll -
BankNameLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BankNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
BankNumberLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BasePaymentTypeName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
BicCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
BicCodeLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BranchName: string
Read Only:
trueMaximum Length:360Unique identifier for the payroll -
BranchNameLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BranchNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
BranchNumberLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BranchPartyId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
CalcBreakdownId: integer
(int64)
Unique identifier for the payroll
-
CalcBreakdownRef: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
CalculationBreakdownValue: string
Read Only:
trueUnique identifier for the payroll -
CancelRelActionId: integer
Read Only:
trueUnique identifier for the payroll -
CheckDigits: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
CurrencyCode: string
Maximum Length:
15Unique identifier for the payroll -
EmpRelActionId: integer
Read Only:
trueUnique identifier for the payroll -
ExpPmtDtVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
ExtBankAccountId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
FlowInstanceName: string
Maximum Length:
80Unique identifier for the payroll -
Iban: string
Read Only:
trueMaximum Length:50Unique identifier for the payroll -
IbanLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
IsBankTransfer: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
LegislationCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Unique identifier for the payroll
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MakeExternalPaymentFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
Opm: string
Maximum Length:
80Unique identifier for the payroll -
Payee: string
Maximum Length:
2000Unique identifier for the payroll -
PayeeId: integer
(int64)
Unique identifier for the payroll
-
PayeeType: string
Maximum Length:
12Unique identifier for the payroll -
PayeeVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
PayLockingAction: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
PayLockingFlag: boolean
Read Only:
trueUnique identifier for the payroll -
PaymentDate: string
(date)
Title:
Payment DateUnique identifier for the payroll -
PaymentProcSubmitDate: string
(date)
Unique identifier for the payroll
-
PaymentReference: string
Title:
Payment ReferenceMaximum Length:30Unique identifier for the payroll -
PaymentRefVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
PaymentRelActionId: integer
(int64)
Unique identifier for the payroll
-
PaymentTypeId: integer
(int64)
Unique identifier for the payroll
-
PaymentTypeName: string
Maximum Length:
80Unique identifier for the payroll -
PayrollActionId: integer
(int64)
Unique identifier for the payroll
-
PayrollId: integer
(int64)
Unique identifier for the payroll
-
PayrollName: string
Maximum Length:
80Unique identifier for the payroll -
PayrollRelActionId: integer
(int64)
Unique identifier for the payroll
-
PayrollRelationshipNumber: string
Maximum Length:
30Unique identifier for the payroll -
PersonId: integer
(int64)
Unique identifier for the payroll
-
PersonNumber: string
Maximum Length:
30Unique identifier for the payroll -
PpmName: string
Title:
Personal Payment MethodMaximum Length:80Unique identifier for the payroll -
PpmNameVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
PrepayCumRelActionId: integer
(int64)
Unique identifier for the payroll
-
PrePaymentId: integer
(int64)
Unique identifier for the payroll
-
PrepayPaymentDate: string
(date)
Unique identifier for the payroll
-
PrepayProcessDate: string
(date)
Unique identifier for the payroll
-
PrepayProcSubmitDate: string
(date)
Unique identifier for the payroll
-
PrepayRelActionId: integer
(int64)
Unique identifier for the payroll
-
PreventPaymentFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
Priority: integer
(int64)
Unique identifier for the payroll
-
ProcessDate: string
(date)
Unique identifier for the payroll
-
ProcessEndDate: string
(date)
Unique identifier for the payroll
-
ProcessName: string
Maximum Length:
80Unique identifier for the payroll -
ProcessNameCode: string
Maximum Length:
80Unique identifier for the payroll -
ProcessStartDate: string
(date)
Unique identifier for the payroll
-
Reason: string
Maximum Length:
80Unique identifier for the payroll -
ReasonVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
RelationshipId: integer
(int64)
Unique identifier for the payroll
-
RollbackFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
RollUpPaymentActionId: number
Read Only:
trueUnique identifier for the payroll -
SecondaryAccountReference: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ShowVoidedPayment: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
Source: string
Maximum Length:
80Unique identifier for the payroll -
Status: string
Title:
Payment StatusMaximum Length:4000Unique identifier for the payroll -
StatusCode: string
Maximum Length:
1Unique identifier for the payroll -
VoidPaymentActionId: integer
(int64)
Unique identifier for the payroll
-
VoidPaymentFlag: boolean
Maximum Length:
1Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-PayrollAssignmentLOV-item-response
Type:
Show Source
object-
AssignmentNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollAssignmentId: integer
Read Only:
trueUnique identifier for the payroll -
PayrollRelationshipId: integer
(int64)
Read Only:
trueUnique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-PersonProcessPCG-item-response
Type:
Show Source
object-
ActionParamGroupName: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TiPayRequestId: integer
Read Only:
trueUnique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-Prepayments-item-response
Type:
Show Source
object-
AccountNumber: string
Title:
Bank Account NumberMaximum Length:80Unique identifier for the payroll -
AccountNumberVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
Amount: number
Title:
AmountUnique identifier for the payroll -
BankAccountId: integer
(int64)
Unique identifier for the payroll
-
BankAccountNumberLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BankAccountType: string
Read Only:
trueMaximum Length:25Unique identifier for the payroll -
BankAccountTypeLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BankName: string
Read Only:
trueMaximum Length:360Unique identifier for the payroll -
BankNameLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BankNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
BankNumberLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BasePaymentTypeName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
BicCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
BicCodeLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BranchName: string
Read Only:
trueMaximum Length:360Unique identifier for the payroll -
BranchNameLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BranchNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
BranchNumberLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BranchPartyId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
CalcBreakdownId: integer
(int64)
Unique identifier for the payroll
-
CalcBreakdownRef: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
CalculationBreakdownValue: string
Read Only:
trueUnique identifier for the payroll -
CancelRelActionId: integer
Read Only:
trueUnique identifier for the payroll -
CheckDigits: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
CurrencyCode: string
Maximum Length:
15Unique identifier for the payroll -
EmpRelActionId: integer
Read Only:
trueUnique identifier for the payroll -
ExpPmtDtVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
ExtBankAccountId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
FlowInstanceName: string
Maximum Length:
80Unique identifier for the payroll -
Iban: string
Read Only:
trueMaximum Length:50Unique identifier for the payroll -
IbanLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
IsBankTransfer: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
LegislationCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Unique identifier for the payroll
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MakeExternalPaymentFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
Opm: string
Maximum Length:
80Unique identifier for the payroll -
Payee: string
Maximum Length:
2000Unique identifier for the payroll -
PayeeId: integer
(int64)
Unique identifier for the payroll
-
PayeeType: string
Maximum Length:
12Unique identifier for the payroll -
PayeeVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
PayLockingAction: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
PayLockingFlag: boolean
Read Only:
trueUnique identifier for the payroll -
PaymentDate: string
(date)
Title:
Payment DateUnique identifier for the payroll -
PaymentProcSubmitDate: string
(date)
Unique identifier for the payroll
-
PaymentReference: string
Title:
Payment ReferenceMaximum Length:30Unique identifier for the payroll -
PaymentRefVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
PaymentRelActionId: integer
(int64)
Unique identifier for the payroll
-
PaymentTypeId: integer
(int64)
Unique identifier for the payroll
-
PaymentTypeName: string
Maximum Length:
80Unique identifier for the payroll -
PayrollActionId: integer
(int64)
Unique identifier for the payroll
-
PayrollId: integer
(int64)
Unique identifier for the payroll
-
PayrollName: string
Maximum Length:
80Unique identifier for the payroll -
PayrollRelActionId: integer
(int64)
Unique identifier for the payroll
-
PayrollRelationshipNumber: string
Maximum Length:
30Unique identifier for the payroll -
PersonId: integer
(int64)
Unique identifier for the payroll
-
PersonNumber: string
Maximum Length:
30Unique identifier for the payroll -
PpmName: string
Title:
Personal Payment MethodMaximum Length:80Unique identifier for the payroll -
PpmNameVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
PrepayCumRelActionId: integer
(int64)
Unique identifier for the payroll
-
PrePaymentId: integer
(int64)
Unique identifier for the payroll
-
PrepayPaymentDate: string
(date)
Unique identifier for the payroll
-
PrepayProcessDate: string
(date)
Unique identifier for the payroll
-
PrepayProcSubmitDate: string
(date)
Unique identifier for the payroll
-
PrepayRelActionId: integer
(int64)
Unique identifier for the payroll
-
PreventPaymentFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
Priority: integer
(int64)
Unique identifier for the payroll
-
ProcessDate: string
(date)
Unique identifier for the payroll
-
ProcessEndDate: string
(date)
Unique identifier for the payroll
-
ProcessName: string
Maximum Length:
80Unique identifier for the payroll -
ProcessNameCode: string
Maximum Length:
80Unique identifier for the payroll -
ProcessStartDate: string
(date)
Unique identifier for the payroll
-
Reason: string
Maximum Length:
80Unique identifier for the payroll -
ReasonVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
RelationshipId: integer
(int64)
Unique identifier for the payroll
-
RollbackFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
RollUpPaymentActionId: number
Read Only:
trueUnique identifier for the payroll -
SecondaryAccountReference: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ShowVoidedPayment: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
Source: string
Maximum Length:
80Unique identifier for the payroll -
Status: string
Title:
Payment StatusMaximum Length:4000Unique identifier for the payroll -
StatusCode: string
Maximum Length:
1Unique identifier for the payroll -
VoidPaymentActionId: integer
(int64)
Unique identifier for the payroll
-
VoidPaymentFlag: boolean
Maximum Length:
1Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-PrimaryClassificationLOV-item-response
Type:
Show Source
object-
BaseClassificationId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
BaseClassificationName: string
Read Only:
trueMaximum Length:160Unique identifier for the payroll -
ClassificationId: integer
Read Only:
trueUnique identifier for the payroll -
ClassificationName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
DateFrom: string
(date)
Read Only:
trueUnique identifier for the payroll -
DateTo: string
(date)
Read Only:
trueUnique identifier for the payroll -
LegislationCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-RetroResults-item-response
Type:
Show Source
object-
AssignmentNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ClassificationName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
CreatorId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
CurrencyCode: string
Read Only:
trueMaximum Length:15Unique identifier for the payroll -
ElementName: string
Read Only:
trueMaximum Length:255Unique identifier for the payroll -
ElementTypeId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
InputNameEarnings: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
InputNameHours: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaxEndDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
MinStartDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
PayrollAssignmentId: number
Read Only:
trueUnique identifier for the payroll -
PayrollIdentifier: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollRelationshipId: number
Read Only:
trueUnique identifier for the payroll -
PayrollRelationshipNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ProcessingType: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
RetroEntriesSummary: array
Retro Total
Title:
Retro TotalUnique identifier for the payroll -
TotalEarnings: number
Read Only:
trueUnique identifier for the payroll -
TotalHours: number
Read Only:
trueUnique identifier for the payroll -
UseAtAsgLevel: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
UseAtReleaseLevel: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Retro Total
Type:
arrayTitle:
Retro TotalUnique identifier for the payroll
Show Source
Nested Schema : personProcessResults-RetroResults-RetroEntriesSummary-item-response
Type:
Show Source
object-
calcPayrollEntryDetails: array
Retro Total
Title:
Retro TotalUnique identifier for the payroll -
ClassificationName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
CreatorId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
CreatorType: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
CreatorTypeMeaning: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
CurrencyCode: string
Read Only:
trueMaximum Length:15Unique identifier for the payroll -
EffectiveEndDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
EffectiveStartDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
ElementEntryId: integer
Read Only:
trueUnique identifier for the payroll -
ElementName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
ElementTypeId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
EndDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
FlowName: string
Read Only:
trueMaximum Length:200Unique identifier for the payroll -
IpName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MultipleEntryCount: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollIdentifier: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PeriodName: string
Read Only:
trueMaximum Length:70Unique identifier for the payroll -
ProcessDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
ProcessedFlag: boolean
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
ProcessingType: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
Reason: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
retroEntryDetails: array
Retro Total
Title:
Retro TotalUnique identifier for the payroll -
RunResultId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceEntryId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceRunResultId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
StartDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
Total: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
UseAtAsgLevel: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
UseAtRelLevel: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll
Nested Schema : Retro Total
Type:
arrayTitle:
Retro TotalUnique identifier for the payroll
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Retro Total
Type:
arrayTitle:
Retro TotalUnique identifier for the payroll
Show Source
Nested Schema : personProcessResults-RetroResults-RetroEntriesSummary-calcPayrollEntryDetails-item-response
Type:
Show Source
object-
CalcPayrollCurrencyCode: string
Read Only:
trueMaximum Length:15Unique identifier for the payroll -
CalcPayrollElementName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
CalcPayrollFlowName: string
Read Only:
trueMaximum Length:200Unique identifier for the payroll -
CalcPayrollRunResultNum: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
CalcPayrollValueDetails: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
CalcRunRelActId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
DirCardCompId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
DisplaySequence: integer
(int32)
Read Only:
trueUnique identifier for the payroll -
Effectivedate1: string
(date)
Read Only:
trueUnique identifier for the payroll -
ElementEntryId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ElementTypeId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
InputValueId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
InputValueName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LovDisplayValueDetails: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
PAY_LOV_LovDisplayValueDetails_LOV_SWITCHER: string
Read Only:
true -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ReservedInputValue: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ResultValue: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
RunResultId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceRunResultId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ValueSetCode: string
Read Only:
trueMaximum Length:200Unique identifier for the payroll -
ValueType: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
VoName: string
Read Only:
trueMaximum Length:200Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-RetroResults-RetroEntriesSummary-retroEntryDetails-item-response
Type:
Show Source
object-
CalcPayrollCurrencyCode: string
Read Only:
trueMaximum Length:15Unique identifier for the payroll -
CalcPayrollElementName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
CalcPayrollFlowName: string
Read Only:
trueMaximum Length:200Unique identifier for the payroll -
CalcPayrollRunResultNum: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
CalcPayrollValueDetails: string
Maximum Length:
4000Unique identifier for the payroll -
CalcRunRelActId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
DirCardCompId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
DisplaySequence: integer
(int32)
Unique identifier for the payroll
-
Effectivedate1: string
(date)
Read Only:
trueUnique identifier for the payroll -
ElementEntryId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ElementTypeId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
InputValueId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
InputValueName: string
Maximum Length:
80Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Unique identifier for the payroll
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LovDisplayValueDetails: string
Maximum Length:
60Unique identifier for the payroll -
PAY_LOV_LovDisplayValueDetails_LOV_SWITCHER: string
Read Only:
true -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ReservedInputValue: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ResultValue: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
RunResultId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SourceId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ValueSetCode: string
Read Only:
trueMaximum Length:200Unique identifier for the payroll -
ValueType: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
VoName: string
Maximum Length:
200Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-RunResult-item-response
Type:
Show Source
object-
AssignmentId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
AssignmentNumber: string
Title:
Assignment NumberRead Only:trueMaximum Length:30Unique identifier for the payroll -
CalcBreakdownId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ContextId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
DateEarned: string
(date)
Read Only:
trueUnique identifier for the payroll -
DisplaySequence: integer
(int32)
Read Only:
trueUnique identifier for the payroll -
Effectivedate1: string
(date)
Read Only:
trueUnique identifier for the payroll -
ElementEntryId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ElementName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
ElementTypeId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
GenerateDbItemsFlag: boolean
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
Inputcurrency: string
Title:
Input CurrencyRead Only:trueMaximum Length:15Unique identifier for the payroll -
Inputcurrencycode: string
Read Only:
trueMaximum Length:15Unique identifier for the payroll -
InputValueId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
InputValueName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
Legcode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LookupType: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
lovResultValue: string
Unique identifier for the payroll
-
OutputCurrencyCode: string
Read Only:
trueMaximum Length:15Unique identifier for the payroll -
PAY_LOV_lovResultValue_LOV_SWITCHER: string
Read Only:
true -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PayrollRelationshipId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
Pclassid: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PersonId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
PrimaryClassification: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
ProcessingPriority: integer
(int32)
Read Only:
trueUnique identifier for the payroll -
ProrationDates: string
Title:
Proration PeriodRead Only:trueMaximum Length:37Unique identifier for the payroll -
ProrationEndDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
ProrationStartDate: string
(date)
Read Only:
trueUnique identifier for the payroll -
Prunsourceid: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
ReservedInputValue: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ResultValue: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
RunResultId: integer
Title:
Element Entry Result IdentifierRead Only:trueUnique identifier for the payroll -
RunResultNum: number
Read Only:
trueUnique identifier for the payroll -
RunTypeId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
RunTypeName: string
Title:
Run TypeRead Only:trueMaximum Length:80Unique identifier for the payroll -
Sclassid: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
SecondaryClassification: string
Title:
Secondary ClassificationRead Only:trueMaximum Length:120Unique identifier for the payroll -
SourceType: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
Symbol: string
Read Only:
trueMaximum Length:12Unique identifier for the payroll -
TaxReportingName: string
Title:
Tax Reporting UnitRead Only:trueMaximum Length:240Unique identifier for the payroll -
TaxUnitId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
Unit: string
Title:
Unit of MeasureRead Only:trueMaximum Length:80Unique identifier for the payroll -
Uom: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
UseAtAsgLevel: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ValueDetails: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
ValueSetCode: string
Read Only:
trueMaximum Length:200Unique identifier for the payroll -
ValueType: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
VoDecodedlookup: string
Unique identifier for the payroll
-
VoName: string
Read Only:
trueMaximum Length:200Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-RunResultRateDetail-item-response
Type:
Show Source
object-
Amount: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
BaseElementName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
Classification: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
ClassificationId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
Element: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
Factor: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollRelActionId: integer
Read Only:
trueUnique identifier for the payroll -
Rate: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll -
RunResultId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
UnitType: string
Read Only:
trueMaximum Length:60Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-SOEBalanceView-item-response
Type:
Show Source
object-
BalanceName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
BalanceTypeId: integer
Read Only:
trueUnique identifier for the payroll -
BalGrpUeBaseName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
BalGrpUeName: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
BalGrpUeSeq: string
Read Only:
trueMaximum Length:120Unique identifier for the payroll -
CtxString: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
CtxUserString: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
DefbalForBreakdown: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId1: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId10: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId2: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId3: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId4: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId5: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId6: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId7: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId8: integer
Read Only:
trueUnique identifier for the payroll -
DefbalId9: integer
Read Only:
trueUnique identifier for the payroll -
DimensionName: string
Read Only:
trueMaximum Length:160Unique identifier for the payroll -
FeedCheckingType: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
LegislationCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
RowIndex: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
TotalValue1: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
TotalValue2: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
Uom: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
UomCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
Value1: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value10: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value2: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value3: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value4: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value5: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value6: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value7: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value8: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll -
Value9: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-TaxReportingUnitLOV-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PayrollRelActionId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
TaxReportingUnitId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
TaxReportingUnitName: string
Read Only:
trueMaximum Length:255Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-TaxUnit-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Read Only:
trueMaximum Length:196Unique identifier for the payroll -
TaxUnitId: integer
Read Only:
trueUnique identifier for the payroll -
Value: string
Read Only:
trueMaximum Length:4000Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personProcessResults-VoidPayment-item-response
Type:
Show Source
object-
AccountNumber: string
Title:
Bank Account NumberMaximum Length:80Unique identifier for the payroll -
AccountNumberVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
Amount: number
Title:
AmountUnique identifier for the payroll -
BankAccountId: integer
(int64)
Unique identifier for the payroll
-
BankAccountNumberLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BankAccountType: string
Read Only:
trueMaximum Length:25Unique identifier for the payroll -
BankAccountTypeLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BankName: string
Read Only:
trueMaximum Length:360Unique identifier for the payroll -
BankNameLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BankNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
BankNumberLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BasePaymentTypeName: string
Read Only:
trueMaximum Length:80Unique identifier for the payroll -
BicCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
BicCodeLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BranchName: string
Read Only:
trueMaximum Length:360Unique identifier for the payroll -
BranchNameLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BranchNumber: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
BranchNumberLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
BranchPartyId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
CalcBreakdownId: integer
(int64)
Unique identifier for the payroll
-
CalcBreakdownRef: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
CalculationBreakdownValue: string
Read Only:
trueUnique identifier for the payroll -
CancelRelActionId: integer
Read Only:
trueUnique identifier for the payroll -
CheckDigits: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
CurrencyCode: string
Maximum Length:
15Unique identifier for the payroll -
EmpRelActionId: integer
Read Only:
trueUnique identifier for the payroll -
ExpPmtDtVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
ExtBankAccountId: integer
(int64)
Read Only:
trueUnique identifier for the payroll -
FlowInstanceName: string
Maximum Length:
80Unique identifier for the payroll -
Iban: string
Read Only:
trueMaximum Length:50Unique identifier for the payroll -
IbanLabel: string
Read Only:
trueMaximum Length:100Unique identifier for the payroll -
IsBankTransfer: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
LegislationCode: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
LegislativeDataGroupId: integer
(int64)
Unique identifier for the payroll
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MakeExternalPaymentFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
Opm: string
Maximum Length:
80Unique identifier for the payroll -
Payee: string
Maximum Length:
2000Unique identifier for the payroll -
PayeeId: integer
(int64)
Unique identifier for the payroll
-
PayeeType: string
Maximum Length:
12Unique identifier for the payroll -
PayeeVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
PayLockingAction: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
PayLockingFlag: boolean
Read Only:
trueUnique identifier for the payroll -
PaymentDate: string
(date)
Title:
Payment DateUnique identifier for the payroll -
PaymentProcSubmitDate: string
(date)
Unique identifier for the payroll
-
PaymentReference: string
Title:
Payment ReferenceMaximum Length:30Unique identifier for the payroll -
PaymentRefVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
PaymentRelActionId: integer
(int64)
Unique identifier for the payroll
-
PaymentTypeId: integer
(int64)
Unique identifier for the payroll
-
PaymentTypeName: string
Maximum Length:
80Unique identifier for the payroll -
PayrollActionId: integer
(int64)
Unique identifier for the payroll
-
PayrollId: integer
(int64)
Unique identifier for the payroll
-
PayrollName: string
Maximum Length:
80Unique identifier for the payroll -
PayrollRelActionId: integer
(int64)
Unique identifier for the payroll
-
PayrollRelationshipNumber: string
Maximum Length:
30Unique identifier for the payroll -
PersonId: integer
(int64)
Unique identifier for the payroll
-
PersonNumber: string
Maximum Length:
30Unique identifier for the payroll -
PpmName: string
Title:
Personal Payment MethodMaximum Length:80Unique identifier for the payroll -
PpmNameVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
PrepayCumRelActionId: integer
(int64)
Unique identifier for the payroll
-
PrePaymentId: integer
(int64)
Unique identifier for the payroll
-
PrepayPaymentDate: string
(date)
Unique identifier for the payroll
-
PrepayProcessDate: string
(date)
Unique identifier for the payroll
-
PrepayProcSubmitDate: string
(date)
Unique identifier for the payroll
-
PrepayRelActionId: integer
(int64)
Unique identifier for the payroll
-
PreventPaymentFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
Priority: integer
(int64)
Unique identifier for the payroll
-
ProcessDate: string
(date)
Unique identifier for the payroll
-
ProcessEndDate: string
(date)
Unique identifier for the payroll
-
ProcessName: string
Maximum Length:
80Unique identifier for the payroll -
ProcessNameCode: string
Maximum Length:
80Unique identifier for the payroll -
ProcessStartDate: string
(date)
Unique identifier for the payroll
-
Reason: string
Maximum Length:
80Unique identifier for the payroll -
ReasonVisibleFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
RelationshipId: integer
(int64)
Unique identifier for the payroll
-
RollbackFlag: boolean
Maximum Length:
1Unique identifier for the payroll -
RollUpPaymentActionId: number
Read Only:
trueUnique identifier for the payroll -
SecondaryAccountReference: string
Read Only:
trueMaximum Length:30Unique identifier for the payroll -
ShowVoidedPayment: string
Read Only:
trueMaximum Length:1Unique identifier for the payroll -
Source: string
Maximum Length:
80Unique identifier for the payroll -
Status: string
Title:
Payment StatusMaximum Length:4000Unique identifier for the payroll -
StatusCode: string
Maximum Length:
1Unique identifier for the payroll -
VoidPaymentActionId: integer
(int64)
Unique identifier for the payroll
-
VoidPaymentFlag: boolean
Maximum Length:
1Unique identifier for the payroll
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source