Get all departments
get
/hcmRestApi/resources/11.13.18.05/organizations
Request
Query Parameters
-
effectiveDate: string
This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
-
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 Code of the department.
Finder Variables- EffectiveEndDate; string; Effective end date of the department extensible flexfield.
- EffectiveStartDate; string; Category code of department extensible flexfield.
- OrganizationId; integer; Status of the department.
- findByOrganizationId Code of the department's classification.
Finder Variables- OrganizationId; integer; Custom OrganizationCode to be used instead of autogenerated code.
- SysEffectiveDate; object;
- PrimaryKey Code of the department.
-
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:- EffectiveEndDate; string
- EffectiveStartDate; string
- OrganizationId; integer
- __FLEX_Context; string; Context Value
- __FLEX_Context_DisplayValue; string; Context Value
You can use these queryable attributes to filter this collection resource using the q query parameter:- ClassificationCode; string; Code of the department's classification.
- CreationDate; string; Date and time when the department was created.
- EffectiveEndDate; string; Effective end date of the department.
- EffectiveStartDate; string; Effective start date of the department.
- InternalAddressLine; string; Internal address line of the department.
- LastUpdateDate; string; Date and time the department was updated.
- LocationId; integer; Unique identifier of the location for a department.
- Name; string; Name of the department.
- OrgCode; string; Custom OrganizationCode to be used instead of autogenerated code.
- OrganizationCode; string; Code of the department.
- OrganizationId; integer; Unique identifier for the department.
- Status; string; Status of the department.
- Title; string; Category code of department extensible flexfield.
-
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
-
Effective-Of:
This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers. -
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.
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 : organizations
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 : organizations-item-response
Type:
Show Source
object-
ClassificationCode: string
Read Only:
trueMaximum Length:40Code of the department's classification. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the department was created. -
EffectiveEndDate: string
(date)
Title:
Effective End DateEffective end date of the department. -
EffectiveStartDate: string
(date)
Title:
Effective Start DateEffective start date of the department. -
extraInformation: array
extraInformation
-
InternalAddressLine: string
Title:
Internal Address LineMaximum Length:80Internal address line of the department. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time the department was updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationId: integer
(int64)
Unique identifier of the location for a department.
-
Name: string
Title:
NameMaximum Length:240Name of the department. -
OrganizationCode: string
Maximum Length:
500Code of the department. -
OrganizationDFF: array
OrganizationDFF
Customer's flexfield for organization.
-
OrganizationId: integer
(int64)
Title:
OrganizationUnique identifier for the department. -
OrgCode: string
Custom OrganizationCode to be used instead of autogenerated code.
-
Status: string
Title:
StatusRead Only:trueMaximum Length:30Default Value:AStatus of the department. -
Title: string
Title:
TitleMaximum Length:240Category code of department extensible flexfield.
Nested Schema : extraInformation
Type:
Show Source
array-
Array of:
object Discriminator: CategoryCode
Discriminator:
{ "propertyName":"CategoryCode", "mapping":{ "DEPARTMENT":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationDepartmentprivateVO-item-response", "ENTERPRISE":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationEnterpriseprivateVO-item-response", "FUN_BUSINESS_UNIT":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationFunBusinessUnitprivateVO-item-response", "HCM_DISABILITY_ORGANIZATION":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmDisabilityOrganizationprivateVO-item-response", "HCM_DIVISION":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmDivisionprivateVO-item-response", "HCM_LEMP":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempprivateVO-item-response", "HCM_LEMP_AE":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempAeprivateVO-item-response", "HCM_LEMP_BH":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempBhprivateVO-item-response", "HCM_LEMP_BR":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempBrprivateVO-item-response", "HCM_LEMP_CA":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempCaprivateVO-item-response", "HCM_LEMP_CH":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempChprivateVO-item-response", "HCM_LEMP_CN":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempCnprivateVO-item-response", "HCM_LEMP_DE":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempDeprivateVO-item-response", "HCM_LEMP_FR":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempFrprivateVO-item-response", "HCM_LEMP_GB":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempGbprivateVO-item-response", "HCM_LEMP_IE":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempIeprivateVO-item-response", "HCM_LEMP_IN":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempInprivateVO-item-response", "HCM_LEMP_IT":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempItprivateVO-item-response", "HCM_LEMP_KW":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempKwprivateVO-item-response", "HCM_LEMP_MX":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempMxprivateVO-item-response", "HCM_LEMP_NL":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempNlprivateVO-item-response", "HCM_LEMP_OM":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempOmprivateVO-item-response", "HCM_LEMP_QA":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempQaprivateVO-item-response", "HCM_LEMP_SA":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempSaprivateVO-item-response", "HCM_LEMP_US":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempUsprivateVO-item-response", "HCM_LRU":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLruprivateVO-item-response", "HCM_PROFESSIONAL_BODY":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmProfessionalBodyprivateVO-item-response", "HCM_PSU":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuprivateVO-item-response", "HCM_PSU_AE":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuAeprivateVO-item-response", "HCM_PSU_CA":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuCaprivateVO-item-response", "HCM_PSU_CN":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuCnprivateVO-item-response", "HCM_PSU_GB":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuGbprivateVO-item-response", "HCM_PSU_HK":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuHkprivateVO-item-response", "HCM_PSU_IN":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuInprivateVO-item-response", "HCM_PSU_QA":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuQaprivateVO-item-response", "HCM_PSU_SA":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuSaprivateVO-item-response", "HCM_PSU_US":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuUsprivateVO-item-response", "HCM_REPORTING_ESTABLISHMENT":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmReportingEstablishmentprivateVO-item-response", "HCM_REPORTING_ESTABLISHMENT_GB":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmReportingEstablishmentGbprivateVO-item-response", "HCM_TRU":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruprivateVO-item-response", "HCM_TRU_CA":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruCaprivateVO-item-response", "HCM_TRU_CN":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruCnprivateVO-item-response", "HCM_TRU_DE":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruDeprivateVO-item-response", "HCM_TRU_FR":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruFrprivateVO-item-response", "HCM_TRU_GB":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruGbprivateVO-item-response", "HCM_TRU_HK":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruHkprivateVO-item-response", "HCM_TRU_IE":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruIeprivateVO-item-response", "HCM_TRU_IN":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruInprivateVO-item-response", "HCM_TRU_MX":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruMxprivateVO-item-response", "HCM_TRU_NL":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruNlprivateVO-item-response", "HCM_TRU_SG":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruSgprivateVO-item-response", "HCM_TRU_US":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruUsprivateVO-item-response", "ORA_PER_UNION":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationOraPerUnionprivateVO-item-response", "PA_PROJECT_ORG":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationPaProjectOrgprivateVO-item-response", "PER_ORGANIZATION_CATEGORY":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationPerOrganizationCategoryprivateVO-item-response", "PRJ_PROJECT_UNIT":"#/components/schemas/oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationPrjProjectUnitprivateVO-item-response" } }
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: CategoryCode
Type:
objectDiscriminator: CategoryCode
Discriminator Values
- DEPARTMENT
- ENTERPRISE
- FUN_BUSINESS_UNIT
- HCM_DISABILITY_ORGANIZATION
- HCM_DIVISION
- HCM_LEMP
- HCM_LEMP_AE
- HCM_LEMP_BH
- HCM_LEMP_BR
- HCM_LEMP_CA
- HCM_LEMP_CH
- HCM_LEMP_CN
- HCM_LEMP_DE
- HCM_LEMP_FR
- HCM_LEMP_GB
- HCM_LEMP_IE
- HCM_LEMP_IN
- HCM_LEMP_IT
- HCM_LEMP_KW
- HCM_LEMP_MX
- HCM_LEMP_NL
- HCM_LEMP_OM
- HCM_LEMP_QA
- HCM_LEMP_SA
- HCM_LEMP_US
- HCM_LRU
- HCM_PROFESSIONAL_BODY
- HCM_PSU
- HCM_PSU_AE
- HCM_PSU_CA
- HCM_PSU_CN
- HCM_PSU_GB
- HCM_PSU_HK
- HCM_PSU_IN
- HCM_PSU_QA
- HCM_PSU_SA
- HCM_PSU_US
- HCM_REPORTING_ESTABLISHMENT
- HCM_REPORTING_ESTABLISHMENT_GB
- HCM_TRU
- HCM_TRU_CA
- HCM_TRU_CN
- HCM_TRU_DE
- HCM_TRU_FR
- HCM_TRU_GB
- HCM_TRU_HK
- HCM_TRU_IE
- HCM_TRU_IN
- HCM_TRU_MX
- HCM_TRU_NL
- HCM_TRU_SG
- HCM_TRU_US
- ORA_PER_UNION
- PA_PROJECT_ORG
- PER_ORGANIZATION_CATEGORY
- PRJ_PROJECT_UNIT
Match One Schema
Show Source
-
DEPARTMENT -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationDepartmentprivateVO-item-response
-
ENTERPRISE -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationEnterpriseprivateVO-item-response
-
FUN_BUSINESS_UNIT -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationFunBusinessUnitprivateVO-item-response
-
HCM_DISABILITY_ORGANIZATION -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmDisabilityOrganizationprivateVO-item-response
-
HCM_DIVISION -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmDivisionprivateVO-item-response
-
HCM_LEMP -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempprivateVO-item-response
-
HCM_LEMP_AE -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempAeprivateVO-item-response
-
HCM_LEMP_BH -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempBhprivateVO-item-response
-
HCM_LEMP_BR -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempBrprivateVO-item-response
-
HCM_LEMP_CA -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempCaprivateVO-item-response
-
HCM_LEMP_CH -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempChprivateVO-item-response
-
HCM_LEMP_CN -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempCnprivateVO-item-response
-
HCM_LEMP_DE -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempDeprivateVO-item-response
-
HCM_LEMP_FR -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempFrprivateVO-item-response
-
HCM_LEMP_GB -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempGbprivateVO-item-response
-
HCM_LEMP_IE -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempIeprivateVO-item-response
-
HCM_LEMP_IN -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempInprivateVO-item-response
-
HCM_LEMP_IT -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempItprivateVO-item-response
-
HCM_LEMP_KW -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempKwprivateVO-item-response
-
HCM_LEMP_MX -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempMxprivateVO-item-response
-
HCM_LEMP_NL -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempNlprivateVO-item-response
-
HCM_LEMP_OM -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempOmprivateVO-item-response
-
HCM_LEMP_QA -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempQaprivateVO-item-response
-
HCM_LEMP_SA -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempSaprivateVO-item-response
-
HCM_LEMP_US -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempUsprivateVO-item-response
-
HCM_LRU -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLruprivateVO-item-response
-
HCM_PROFESSIONAL_BODY -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmProfessionalBodyprivateVO-item-response
-
HCM_PSU -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuprivateVO-item-response
-
HCM_PSU_AE -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuAeprivateVO-item-response
-
HCM_PSU_CA -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuCaprivateVO-item-response
-
HCM_PSU_CN -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuCnprivateVO-item-response
-
HCM_PSU_GB -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuGbprivateVO-item-response
-
HCM_PSU_HK -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuHkprivateVO-item-response
-
HCM_PSU_IN -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuInprivateVO-item-response
-
HCM_PSU_QA -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuQaprivateVO-item-response
-
HCM_PSU_SA -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuSaprivateVO-item-response
-
HCM_PSU_US -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuUsprivateVO-item-response
-
HCM_REPORTING_ESTABLISHMENT -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmReportingEstablishmentprivateVO-item-response
-
HCM_REPORTING_ESTABLISHMENT_GB -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmReportingEstablishmentGbprivateVO-item-response
-
HCM_TRU -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruprivateVO-item-response
-
HCM_TRU_CA -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruCaprivateVO-item-response
-
HCM_TRU_CN -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruCnprivateVO-item-response
-
HCM_TRU_DE -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruDeprivateVO-item-response
-
HCM_TRU_FR -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruFrprivateVO-item-response
-
HCM_TRU_GB -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruGbprivateVO-item-response
-
HCM_TRU_HK -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruHkprivateVO-item-response
-
HCM_TRU_IE -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruIeprivateVO-item-response
-
HCM_TRU_IN -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruInprivateVO-item-response
-
HCM_TRU_MX -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruMxprivateVO-item-response
-
HCM_TRU_NL -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruNlprivateVO-item-response
-
HCM_TRU_SG -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruSgprivateVO-item-response
-
HCM_TRU_US -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruUsprivateVO-item-response
-
ORA_PER_UNION -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationOraPerUnionprivateVO-item-response
-
PA_PROJECT_ORG -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationPaProjectOrgprivateVO-item-response
-
PER_ORGANIZATION_CATEGORY -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationPerOrganizationCategoryprivateVO-item-response
-
PRJ_PROJECT_UNIT -
object
oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationPrjProjectUnitprivateVO-item-response
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationDepartmentprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:DEPARTMENT -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FFR_5FDEPT_5FCORPORATE_5FINFOprivateVO: array
InformationHRX_5FFR_5FDEPT_5FCORPORATE_5FINFOprivateVO
-
InformationORA_5FHRX_5FCA_5FPM_5FDEPTprivateVO: array
InformationORA_5FHRX_5FCA_5FPM_5FDEPTprivateVO
-
InformationORA_5FHRX_5FCA_5FWC_5FDEPTprivateVO: array
InformationORA_5FHRX_5FCA_5FWC_5FDEPTprivateVO
-
InformationORA_5FHTS_5FDEPT_5FINFOprivateVO: array
InformationORA_5FHTS_5FDEPT_5FINFOprivateVO
-
InformationORA_5FPER_5FLEGAL_5FEMP_5FASSOC_5FDEPTprivateVO: array
InformationORA_5FPER_5FLEGAL_5FEMP_5FASSOC_5FDEPTprivateVO
-
InformationPER_5FGL_5FCOST_5FCENTER_5FINFOprivateVO: array
InformationPER_5FGL_5FCOST_5FCENTER_5FINFOprivateVO
-
InformationPER_5FORG_5FMANAGER_5FINFOprivateVO: array
InformationPER_5FORG_5FMANAGER_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationEnterpriseprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:ENTERPRISE -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FEMPL_5FCONFprivateVO: array
InformationORA_5FEMPL_5FCONFprivateVO
-
InformationORA_5FHRX_5FUS_5FLOCAL_5FBALANCEprivateVO: array
InformationORA_5FHRX_5FUS_5FLOCAL_5FBALANCEprivateVO
-
InformationORA_5FPAY_5FARCH_5FELE_5FINFOprivateVO: array
InformationORA_5FPAY_5FARCH_5FELE_5FINFOprivateVO
-
InformationORA_5FPER_5FASG_5FSTANDARD_5FWORKING_5FHOURSprivateVO: array
InformationORA_5FPER_5FASG_5FSTANDARD_5FWORKING_5FHOURSprivateVO
-
InformationORA_5FPER_5FDOR_5FLETTER_5FGEN_5FDOR_5FSOURCEprivateVO: array
InformationORA_5FPER_5FDOR_5FLETTER_5FGEN_5FDOR_5FSOURCEprivateVO
-
InformationORA_5FPER_5FEDIT_5FHCM_5FBUSINESS_5FOBJECTSprivateVO: array
InformationORA_5FPER_5FEDIT_5FHCM_5FBUSINESS_5FOBJECTSprivateVO
-
InformationORA_5FPER_5FEMP_5FPOS_5FINCUMBENT_5FVALIDATIONprivateVO: array
InformationORA_5FPER_5FEMP_5FPOS_5FINCUMBENT_5FVALIDATIONprivateVO
-
InformationORA_5FPER_5FHCM_5FCONNECTIONS_5FCONFIGURATIONprivateVO: array
InformationORA_5FPER_5FHCM_5FCONNECTIONS_5FCONFIGURATIONprivateVO
-
InformationORA_5FPER_5FHCM_5FFLOW_5FTO_5FDOC_5FTYPES_5FMAPPINGprivateVO: array
InformationORA_5FPER_5FHCM_5FFLOW_5FTO_5FDOC_5FTYPES_5FMAPPINGprivateVO
-
InformationORA_5FPER_5FPOS_5FHIER_5FCONFIGprivateVO: array
InformationORA_5FPER_5FPOS_5FHIER_5FCONFIGprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FATTRSprivateVO
-
InformationORA_5FPER_5FPOSITION_5FBUDGETING_5FCONFIGURATIONprivateVO: array
InformationORA_5FPER_5FPOSITION_5FBUDGETING_5FCONFIGURATIONprivateVO
-
InformationORA_5FPER_5FSEC_5FPROF_5FAND_5FDATA_5FROLE_5FCONFIGprivateVO: array
InformationORA_5FPER_5FSEC_5FPROF_5FAND_5FDATA_5FROLE_5FCONFIGprivateVO
-
InformationORA_5FPER_5FSECURITY_5FPROFILES_5FINFORMATIONprivateVO: array
InformationORA_5FPER_5FSECURITY_5FPROFILES_5FINFORMATIONprivateVO
-
InformationORA_5FPER_5FWS_5FCONFIGURATION_5FMIN_5FCHARprivateVO: array
InformationORA_5FPER_5FWS_5FCONFIGURATION_5FMIN_5FCHARprivateVO
-
InformationORA_5FPER_5FWS_5FCONFIGURATIONprivateVO: array
InformationORA_5FPER_5FWS_5FCONFIGURATIONprivateVO
-
InformationORA_5FTXN_5FADMIN_5FCONSOLE_5FINFOprivateVO: array
InformationORA_5FTXN_5FADMIN_5FCONSOLE_5FINFOprivateVO
-
InformationPER_5FCURRENCY_5FSUPPORTprivateVO: array
InformationPER_5FCURRENCY_5FSUPPORTprivateVO
-
InformationPER_5FENT_5FUSER_5FROLE_5FPROV_5FINFOprivateVO: array
InformationPER_5FENT_5FUSER_5FROLE_5FPROV_5FINFOprivateVO
-
InformationPER_5FENTERPRISE_5FINFOprivateVO: array
InformationPER_5FENTERPRISE_5FINFOprivateVO
-
InformationPER_5FORGCODE_5FAUTOGENERATIONprivateVO: array
InformationPER_5FORGCODE_5FAUTOGENERATIONprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationFunBusinessUnitprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:FUN_BUSINESS_UNIT -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmDisabilityOrganizationprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_DISABILITY_ORGANIZATION -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmDivisionprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_DIVISION -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationPER_5FORG_5FMANAGER_5FINFOprivateVO: array
InformationPER_5FORG_5FMANAGER_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempAeprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_AE -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempBhprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_BH -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempBrprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_BR -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FHRX_5FBR_5FLEMP_5FDETAILprivateVO: array
InformationORA_5FHRX_5FBR_5FLEMP_5FDETAILprivateVO
-
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempCaprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_CA -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FCA_5FLEMP_5FEER_5FRULESprivateVO: array
InformationHRX_5FCA_5FLEMP_5FEER_5FRULESprivateVO
-
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempChprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_CH -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FCH_5FLEMP_5FLAB_5FAGR_5FINFOprivateVO: array
InformationHRX_5FCH_5FLEMP_5FLAB_5FAGR_5FINFOprivateVO
-
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempCnprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_CN -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempDeprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_DE -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FDE_5FLE_5FREHADATprivateVO: array
InformationHRX_5FDE_5FLE_5FREHADATprivateVO
-
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempFrprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_FR -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempGbprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_GB -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempIeprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_IE -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FIE_5FLEMP_5FEHECS_5FDEFAULT_5FINFOprivateVO: array
InformationHRX_5FIE_5FLEMP_5FEHECS_5FDEFAULT_5FINFOprivateVO
-
InformationHRX_5FIE_5FLEMP_5FOVERRIDE_5FINFOprivateVO: array
InformationHRX_5FIE_5FLEMP_5FOVERRIDE_5FINFOprivateVO
-
InformationHRX_5FIE_5FLEMP_5FPRSI_5FINFOprivateVO: array
InformationHRX_5FIE_5FLEMP_5FPRSI_5FINFOprivateVO
-
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempInprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_IN -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempItprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_IT -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FHRX_5FIT_5FINAIL_5FINFOprivateVO: array
InformationORA_5FHRX_5FIT_5FINAIL_5FINFOprivateVO
-
InformationORA_5FHRX_5FIT_5FINPS_5FINFOprivateVO: array
InformationORA_5FHRX_5FIT_5FINPS_5FINFOprivateVO
-
InformationORA_5FHRX_5FIT_5FINPS_5FLOCATIONprivateVO: array
InformationORA_5FHRX_5FIT_5FINPS_5FLOCATIONprivateVO
-
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempKwprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_KW -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempMxprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_MX -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FHRX_5FMX_5FLEMP_5FTAX_5FREGISprivateVO: array
InformationORA_5FHRX_5FMX_5FLEMP_5FTAX_5FREGISprivateVO
-
InformationORA_5FHRX_5FMX_5FSOCIAL_5FSECURITY_5FDETAILSprivateVO: array
InformationORA_5FHRX_5FMX_5FSOCIAL_5FSECURITY_5FDETAILSprivateVO
-
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempNlprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_NL -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempOmprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_OM -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempQaprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_QA -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FHRX_5FQA_5FLEMP_5FDETAILSprivateVO: array
InformationORA_5FHRX_5FQA_5FLEMP_5FDETAILSprivateVO
-
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempSaprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_SA -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FSA_5FLEMP_5FEMPLOYER_5FINFOprivateVO: array
InformationHRX_5FSA_5FLEMP_5FEMPLOYER_5FINFOprivateVO
-
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLempUsprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LEMP_US -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FUS_5FLEMP_5FEEO_5FRULESprivateVO: array
InformationHRX_5FUS_5FLEMP_5FEEO_5FRULESprivateVO
-
InformationHRX_5FUS_5FLEMP_5FEEO_5FVETS_5FRULESprivateVO: array
InformationHRX_5FUS_5FLEMP_5FEEO_5FVETS_5FRULESprivateVO
-
InformationHRX_5FUS_5FLEMP_5FNEW_5FHIRE_5FRULESprivateVO: array
InformationHRX_5FUS_5FLEMP_5FNEW_5FHIRE_5FRULESprivateVO
-
InformationHRX_5FUS_5FLEMP_5FVETS_5FRULESprivateVO: array
InformationHRX_5FUS_5FLEMP_5FVETS_5FRULESprivateVO
-
InformationORA_5FHRX_5FUS_5FACA_5FELIG_5FBREAK_5FIN_5FSERVICE_5FATTRIBprivateVO: array
InformationORA_5FHRX_5FUS_5FACA_5FELIG_5FBREAK_5FIN_5FSERVICE_5FATTRIBprivateVO
-
InformationORA_5FHRX_5FUS_5FACA_5FELIGIBILITY_5FATTRIBUTESprivateVO: array
InformationORA_5FHRX_5FUS_5FACA_5FELIGIBILITY_5FATTRIBUTESprivateVO
-
InformationORA_5FHRX_5FUS_5FLEMP_5FEEO4_5FREP_5FINFprivateVO: array
InformationORA_5FHRX_5FUS_5FLEMP_5FEEO4_5FREP_5FINFprivateVO
-
InformationORA_5FHRX_5FUS_5FLEMP_5FEEO_5FVETS_5FASG_5FINFOprivateVO: array
InformationORA_5FHRX_5FUS_5FLEMP_5FEEO_5FVETS_5FASG_5FINFOprivateVO
-
InformationORA_5FHRX_5FUS_5FLEMP_5FFED_5FACA_5FREPORTING_5FINFOprivateVO: array
InformationORA_5FHRX_5FUS_5FLEMP_5FFED_5FACA_5FREPORTING_5FINFOprivateVO
-
InformationORA_5FHRX_5FUS_5FLEMP_5FREG_5FPAY_5FREP_5FINFprivateVO: array
InformationORA_5FHRX_5FUS_5FLEMP_5FREG_5FPAY_5FREP_5FINFprivateVO
-
InformationORA_5FHRX_5FUS_5FNY_5FNH_5FRULESprivateVO: array
InformationORA_5FHRX_5FUS_5FNY_5FNH_5FRULESprivateVO
-
InformationORA_5FHRX_5FUS_5FVETS_5FEEO_5FENTITY_5FDATAprivateVO: array
InformationORA_5FHRX_5FUS_5FVETS_5FEEO_5FENTITY_5FDATAprivateVO
-
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO: array
InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO
-
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO: array
InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO
-
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO: array
InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO
-
InformationPER_5FWORK_5FDAY_5FINFOprivateVO: array
InformationPER_5FWORK_5FDAY_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmLruprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_LRU -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmProfessionalBodyprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PROFESSIONAL_BODY -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PSU -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO: array
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO
-
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO: array
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuAeprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PSU_AE -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuCaprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PSU_CA -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FHRX_5FCA_5FPSU_5FLOA_5FROE_5FMAPprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FLOA_5FROE_5FMAPprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPENSION_5FCONTRprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPENSION_5FCONTRprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FBC_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FBC_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FBC_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FBC_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FMB_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FMB_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FMB_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FMB_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FNL_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FNL_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FNL_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FNL_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FON_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FON_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FON_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FON_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FQC_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FQC_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FQC_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FQC_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FQC_5FNEQprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FQC_5FNEQprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FROE_5FOCPTIONprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FROE_5FOCPTIONprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FTERM_5FROE_5FMAPprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FTERM_5FROE_5FMAPprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FAB_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FAB_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FAB_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FAB_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FBC_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FBC_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FBC_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FBC_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FMB_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FMB_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FMB_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FMB_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNB_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNB_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNB_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNB_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNL_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNL_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNL_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNL_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNS_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNS_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNS_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNS_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNT_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNT_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNT_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNT_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNU_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNU_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNU_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNU_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FON_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FON_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FON_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FON_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FPE_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FPE_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FPE_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FPE_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FQC_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FQC_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FQC_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FQC_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FSK_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FSK_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FSK_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FSK_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FYT_5FDETAILprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FYT_5FDETAILprivateVO
-
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FYT_5FHEADERprivateVO: array
InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FYT_5FHEADERprivateVO
-
InformationORA_5FHRX_5FCA_5FQC_5FLS_5FINFOprivateVO: array
InformationORA_5FHRX_5FCA_5FQC_5FLS_5FINFOprivateVO
-
InformationORA_5FHRX_5FCA_5FTRU_5FEOY_5FREPORT_5FRULESprivateVO: array
InformationORA_5FHRX_5FCA_5FTRU_5FEOY_5FREPORT_5FRULESprivateVO
-
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO: array
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO
-
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO: array
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuCnprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PSU_CN -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FCN_5FPSU_5FTERMINATION_5FINFOprivateVO: array
InformationHRX_5FCN_5FPSU_5FTERMINATION_5FINFOprivateVO
-
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO: array
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO
-
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO: array
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuGbprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PSU_GB -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FHRX_5FGB_5FPS_5FCSP_5FPSU_5FDETAILSprivateVO: array
InformationORA_5FHRX_5FGB_5FPS_5FCSP_5FPSU_5FDETAILSprivateVO
-
InformationORA_5FHRX_5FGB_5FPS_5FSWC_5FPSU_5FDETAILSprivateVO: array
InformationORA_5FHRX_5FGB_5FPS_5FSWC_5FPSU_5FDETAILSprivateVO
-
InformationORA_5FHRX_5FGB_5FPS_5FTPS_5FPSU_5FDETAILSprivateVO: array
InformationORA_5FHRX_5FGB_5FPS_5FTPS_5FPSU_5FDETAILSprivateVO
-
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO: array
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO
-
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO: array
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuHkprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PSU_HK -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuInprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PSU_IN -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuQaprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PSU_QA -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FHRX_5FQA_5FPSU_5FDETAILSprivateVO: array
InformationORA_5FHRX_5FQA_5FPSU_5FDETAILSprivateVO
-
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO: array
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO
-
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO: array
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuSaprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PSU_SA -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FSA_5FPSU_5FGOSI_5FOFFICE_5FDETAILSprivateVO: array
InformationHRX_5FSA_5FPSU_5FGOSI_5FOFFICE_5FDETAILSprivateVO
-
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO: array
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO
-
InformationORA_5FSA_5FPSU_5FWPS_5FINFOprivateVO: array
InformationORA_5FSA_5FPSU_5FWPS_5FINFOprivateVO
-
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO: array
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmPsuUsprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_PSU_US -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FAKprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FAKprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FARprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FARprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FCAprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FCAprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FCTprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FCTprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FDCprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FDCprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FGAprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FGAprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FIAprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FIAprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FILprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FILprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FLAprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FLAprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FMEprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FMEprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FMIprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FMIprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FMTprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FMTprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNCprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNCprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNDprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNDprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNHprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNHprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNJprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNJprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNVprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNVprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FOHprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FOHprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FOKprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FOKprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FPAprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FPAprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FRIprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FRIprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FSCprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FSCprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FTXprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FTXprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FVTprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FVTprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FWAprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FWAprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FWVprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FWVprivateVO
-
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FWYprivateVO: array
InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FWYprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FFEDERAL_5FRULESprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FFEDERAL_5FRULESprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FARprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FARprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FAZprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FAZprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FCOprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FCOprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FDCprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FDCprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FDEprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FDEprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FIAprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FIAprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FIDprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FIDprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FILprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FILprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FINprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FINprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FKSprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FKSprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FKYprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FKYprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FLAprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FLAprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMAprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMAprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMDprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMDprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMEprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMEprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMIprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMIprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMNprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMNprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMOprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMOprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMSprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMSprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMTprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMTprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNDprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNDprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNEprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNEprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNJprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNJprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNMprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNMprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FOHprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FOHprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FORprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FORprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FPAprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FPAprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FPRprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FPRprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FRIprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FRIprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FSCprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FSCprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FUTprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FUTprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FVAprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FVAprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FVIprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FVIprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FVTprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FVTprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FWIprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FWIprivateVO
-
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FWVprivateVO: array
InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FWVprivateVO
-
InformationORA_5FHRX_5FUS_5FPSU_5FCOMBINED_5FINFprivateVO: array
InformationORA_5FHRX_5FUS_5FPSU_5FCOMBINED_5FINFprivateVO
-
InformationORA_5FHRX_5FUS_5FPSU_5FCOMPANY_5FINFprivateVO: array
InformationORA_5FHRX_5FUS_5FPSU_5FCOMPANY_5FINFprivateVO
-
InformationORA_5FHRX_5FUS_5FPSU_5FCONTACT_5FINFprivateVO: array
InformationORA_5FHRX_5FUS_5FPSU_5FCONTACT_5FINFprivateVO
-
InformationORA_5FHRX_5FUS_5FPSU_5FFOREIGN_5FENTITY_5FINFprivateVO: array
InformationORA_5FHRX_5FUS_5FPSU_5FFOREIGN_5FENTITY_5FINFprivateVO
-
InformationORA_5FHRX_5FUS_5FPSU_5FPAYER_5FINFprivateVO: array
InformationORA_5FHRX_5FUS_5FPSU_5FPAYER_5FINFprivateVO
-
InformationORA_5FHRX_5FUS_5FPSU_5FPAYER_5FNAME_5FCONTROLprivateVO: array
InformationORA_5FHRX_5FUS_5FPSU_5FPAYER_5FNAME_5FCONTROLprivateVO
-
InformationORA_5FHRX_5FUS_5FPSU_5FTRANSFER_5FAGENT_5FINFprivateVO: array
InformationORA_5FHRX_5FUS_5FPSU_5FTRANSFER_5FAGENT_5FINFprivateVO
-
InformationORA_5FHRX_5FUS_5FPSU_5FTRANSMITTER_5FINFprivateVO: array
InformationORA_5FHRX_5FUS_5FPSU_5FTRANSMITTER_5FINFprivateVO
-
InformationORA_5FHRX_5FUS_5FPSU_5FVENDOR_5FINFprivateVO: array
InformationORA_5FHRX_5FUS_5FPSU_5FVENDOR_5FINFprivateVO
-
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO: array
InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO
-
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO: array
InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmReportingEstablishmentprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_REPORTING_ESTABLISHMENT -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationPER_5FORG_5FMANAGER_5FINFOprivateVO: array
InformationPER_5FORG_5FMANAGER_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmReportingEstablishmentGbprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_REPORTING_ESTABLISHMENT_GB -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FHRX_5FGB_5FPS_5FTPS_5FREPEST_5FDETAILSprivateVO: array
InformationORA_5FHRX_5FGB_5FPS_5FTPS_5FREPEST_5FDETAILSprivateVO
-
InformationPER_5FORG_5FMANAGER_5FINFOprivateVO: array
InformationPER_5FORG_5FMANAGER_5FINFOprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO: array
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO
-
InformationPER_5FASSOCIATED_5FLEMPprivateVO: array
InformationPER_5FASSOCIATED_5FLEMPprivateVO
-
InformationPER_5FTRU_5FTYPEprivateVO: array
InformationPER_5FTRU_5FTYPEprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruCaprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_CA -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruCnprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_CN -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruDeprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_DE -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FDE_5FLRU_5FGENERALprivateVO: array
InformationHRX_5FDE_5FLRU_5FGENERALprivateVO
-
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO: array
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO
-
InformationPER_5FASSOCIATED_5FLEMPprivateVO: array
InformationPER_5FASSOCIATED_5FLEMPprivateVO
-
InformationPER_5FTRU_5FTYPEprivateVO: array
InformationPER_5FTRU_5FTYPEprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruFrprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_FR -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruGbprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_GB -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FGB_5FTRU_5FINFOprivateVO: array
InformationHRX_5FGB_5FTRU_5FINFOprivateVO
-
InformationORA_5FHRX_5FGB_5FRTI_5FINFOprivateVO: array
InformationORA_5FHRX_5FGB_5FRTI_5FINFOprivateVO
-
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO: array
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO
-
InformationPER_5FASSOCIATED_5FLEMPprivateVO: array
InformationPER_5FASSOCIATED_5FLEMPprivateVO
-
InformationPER_5FTRU_5FTYPEprivateVO: array
InformationPER_5FTRU_5FTYPEprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruHkprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_HK -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruIeprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_IE -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruInprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_IN -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruMxprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_MX -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FHRX_5FMX_5FTRU_5FLOCprivateVO: array
InformationORA_5FHRX_5FMX_5FTRU_5FLOCprivateVO
-
InformationORA_5FHRX_5FMX_5FTRU_5FSS_5FDETAILSprivateVO: array
InformationORA_5FHRX_5FMX_5FTRU_5FSS_5FDETAILSprivateVO
-
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO: array
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO
-
InformationPER_5FASSOCIATED_5FLEMPprivateVO: array
InformationPER_5FASSOCIATED_5FLEMPprivateVO
-
InformationPER_5FTRU_5FTYPEprivateVO: array
InformationPER_5FTRU_5FTYPEprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruNlprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_NL -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FNL_5FORG_5FWAGE_5FREPORT_5FINFOprivateVO: array
InformationHRX_5FNL_5FORG_5FWAGE_5FREPORT_5FINFOprivateVO
-
InformationHRX_5FNL_5FSICKNESS_5FREPORT_5FCONTACT_5FINFOprivateVO: array
InformationHRX_5FNL_5FSICKNESS_5FREPORT_5FCONTACT_5FINFOprivateVO
-
InformationHRX_5FNL_5FSICKNESS_5FREPORT_5FSENDER_5FINFOprivateVO: array
InformationHRX_5FNL_5FSICKNESS_5FREPORT_5FSENDER_5FINFOprivateVO
-
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO: array
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO
-
InformationPER_5FASSOCIATED_5FLEMPprivateVO: array
InformationPER_5FASSOCIATED_5FLEMPprivateVO
-
InformationPER_5FTRU_5FTYPEprivateVO: array
InformationPER_5FTRU_5FTYPEprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruSgprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_SG -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationHRX_5FSG_5FCSN_5FNUMBERSprivateVO: array
InformationHRX_5FSG_5FCSN_5FNUMBERSprivateVO
-
InformationHRX_5FSG_5FIRAS_5FINFORMATIONprivateVO: array
InformationHRX_5FSG_5FIRAS_5FINFORMATIONprivateVO
-
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO: array
InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO
-
InformationPER_5FASSOCIATED_5FLEMPprivateVO: array
InformationPER_5FASSOCIATED_5FLEMPprivateVO
-
InformationPER_5FTRU_5FTYPEprivateVO: array
InformationPER_5FTRU_5FTYPEprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationHcmTruUsprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:HCM_TRU_US -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationOraPerUnionprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:ORA_PER_UNION -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FPER_5FUNION_5FADDITIONAL_5FINFORMATIONprivateVO: array
InformationORA_5FPER_5FUNION_5FADDITIONAL_5FINFORMATIONprivateVO
-
InformationORA_5FPER_5FUNION_5FASSOCIATED_5FBARGAINING_5FUNITSprivateVO: array
InformationORA_5FPER_5FUNION_5FASSOCIATED_5FBARGAINING_5FUNITSprivateVO
-
InformationORA_5FPER_5FUNION_5FCONTACTSprivateVO: array
InformationORA_5FPER_5FUNION_5FCONTACTSprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationPaProjectOrgprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:PA_PROJECT_ORG -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationProject__Type__Class__InformationprivateVO: array
InformationProject__Type__Class__InformationprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationPerOrganizationCategoryprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:PER_ORGANIZATION_CATEGORY -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : oracle_apps_hcm_organizations_flex_organizationInformationEFF_classification_view_j__ClassificationPrjProjectUnitprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:PRJ_PROJECT_UNIT -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationPRJ_5FPU_5FATTRIBUTESprivateVO: array
InformationPRJ_5FPU_5FATTRIBUTESprivateVO
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FFR_5FDEPT_5FCORPORATE_5FINFOprivateVO-item-response
Type:
Show Source
object-
_SPECIFIC_WA_RATE: string
Title:
Specific Work Accident RateMaximum Length:150Specific Work Accident Rate -
_SPECIFIC_WA_RATE_Display: string
Title:
Specific Work Accident RateSpecific Work Accident Rate -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_FR_DEPT_CORPORATE_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
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 : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPM_5FDEPTprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPmDeptAccount: string
Title:
Provincial Medical Account OverrideMaximum Length:150Provincial Medical Account Override -
oraHrxCaPmDeptAccount_Display: string
Title:
Provincial Medical Account OverrideProvincial Medical Account Override -
oraHrxCaPmDeptProv: string
Title:
Provincial Medical ProvinceMaximum Length:150Provincial Medical Province -
oraHrxCaPmDeptProv_Display: string
Title:
Provincial Medical ProvinceProvincial Medical Province -
oraHrxCaPmDeptPsu: number
Title:
Provincial Medical Payroll Statutory UnitProvincial Medical Payroll Statutory Unit -
oraHrxCaPmDeptPsu_Display: string
Title:
Provincial Medical Payroll Statutory UnitProvincial Medical Payroll Statutory Unit -
oraHrxCaPmDeptUniqueSeg: number
Title:
Identifies the Provincial Medical Department Context UniquelyIdentifies the Provincial Medical Department Context Uniquely -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PM_DEPT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FWC_5FDEPTprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaWcDeptClUnit: string
Title:
Workers Compensation Classification Unit OverrideMaximum Length:150Workers Compensation Classification Unit Override -
oraHrxCaWcDeptClUnit_Display: string
Title:
Workers Compensation Classification Unit OverrideWorkers Compensation Classification Unit Override -
oraHrxCaWcDeptProv: string
Title:
Workers Compensation ProvinceMaximum Length:150Workers Compensation Province -
oraHrxCaWcDeptProv_Display: string
Title:
Workers Compensation ProvinceWorkers Compensation Province -
oraHrxCaWcDeptPsu: number
Title:
Workers Compensation Payroll Statutory UnitWorkers Compensation Payroll Statutory Unit -
oraHrxCaWcDeptPsu_Display: string
Title:
Workers Compensation Payroll Statutory UnitWorkers Compensation Payroll Statutory Unit -
oraHrxCaWcDeptUniqueSeg: number
Title:
Identifies the Workers Compensation Context UniquelyIdentifies the Workers Compensation Context Uniquely -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_WC_DEPT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHTS_5FDEPT_5FINFOprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
floatPool: string
Title:
Float PoolMaximum Length:150Float Pool -
floatPool_Display: string
Title:
Float PoolFloat Pool -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HTS_DEPT_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FLEGAL_5FEMP_5FASSOC_5FDEPTprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraPerLegalEmployer: number
Title:
Legal EmployerLegal Employer -
oraPerLegalEmployer_Display: string
Title:
Legal EmployerLegal Employer -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_LEGAL_EMP_ASSOC_DEPT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FGL_5FCOST_5FCENTER_5FINFOprivateVO-item-response
Type:
Show Source
object-
_COMPANY: string
Title:
CompanyMaximum Length:150Company -
_COMPANY_VALUESET: string
Title:
Company Value SetMaximum Length:150Company Value Set -
_COMPANY_VALUESET_Display: string
Title:
Company Value SetCompany Value Set -
_COST_CENTER: string
Title:
Cost CenterMaximum Length:150Cost Center -
_COST_CENTER_MGR: string
Title:
Cost Center ManagerMaximum Length:150Cost Center Manager -
_COST_CENTER_MGR_Display: string
Title:
Cost Center ManagerCost Center Manager -
_COST_CENTER_VALUESET: string
Title:
Cost Center Value SetMaximum Length:150Cost Center Value Set -
_COST_CENTER_VALUESET_Display: string
Title:
Cost Center Value SetCost Center Value Set -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_GL_COST_CENTER_INFO -
OrgInformationId: integer
(int64)
-
recordIdentifier: string
Title:
Record IdentifierMaximum Length:150Record Identifier -
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FORG_5FMANAGER_5FINFOprivateVO-item-response
Type:
Show Source
object-
_MANAGER: string
Title:
ManagerMaximum Length:150Manager -
_MANAGER_Display: string
Title:
ManagerManager -
_REPORTING_NAME: string
Title:
Reporting NameMaximum Length:150Reporting Name -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_ORG_MANAGER_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FWORK_5FDAY_5FINFOprivateVO-item-response
Type:
Show Source
object-
_STD_WORKING_HOURS: number
Title:
Standard Working HoursStandard Working Hours -
_STD_WORKING_HOURS_FREQUENCY: string
Title:
Standard Working Hours FrequencyMaximum Length:150Standard Working Hours Frequency -
_STD_WORKING_HOURS_FREQUENCY_Display: string
Title:
Standard Working Hours FrequencyStandard Working Hours Frequency -
_WORK_END_TIME: string
Title:
Work End TimeMaximum Length:150Work End Time -
_WORK_START_TIME: string
Title:
Work Start TimeMaximum Length:150Work Start Time -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
annualWorkingDurationUnits: string
Title:
Annual Working Duration UnitsMaximum Length:150Annual Working Duration Units -
annualWorkingDurationUnits_Display: string
Title:
Annual Working Duration UnitsAnnual Working Duration Units -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_WORK_DAY_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
standardAnnualWorkingDuration: number
Title:
Standard Annual Working DurationStandard Annual Working Duration
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FPER_5FASG_5FSTANDARD_5FWORKING_5FHOURSprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FPER_5FDOR_5FLETTER_5FGEN_5FDOR_5FSOURCEprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FPER_5FEDIT_5FHCM_5FBUSINESS_5FOBJECTSprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FPER_5FEMP_5FPOS_5FINCUMBENT_5FVALIDATIONprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FPER_5FHCM_5FCONNECTIONS_5FCONFIGURATIONprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FPER_5FHCM_5FFLOW_5FTO_5FDOC_5FTYPES_5FMAPPINGprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FPER_5FPOSITION_5FBUDGETING_5FCONFIGURATIONprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FPER_5FSEC_5FPROF_5FAND_5FDATA_5FROLE_5FCONFIGprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FPER_5FSECURITY_5FPROFILES_5FINFORMATIONprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FPER_5FWS_5FCONFIGURATION_5FMIN_5FCHARprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FEMPL_5FCONFprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
addPersonFlows3a: string
Title:
Employment: Approver Region CollapsedMaximum Length:150Employment: Approver Region Collapsed -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
defaultEnterpriseSeniorityDate: string
Title:
Default Enterprise Seniority DateMaximum Length:150Default Enterprise Seniority Date -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_EMPL_CONF -
OrgInformationId: integer
(int64)
-
readyToConvert: string
Title:
Automatically Convert Pending WorkersMaximum Length:150Automatically Convert Pending Workers -
SequenceNumber: integer
(int32)
-
taleoCandidateImportRecruiting: string
Title:
Recruiting IntegrationMaximum Length:150Recruiting Integration -
taleoCandidateImportRecruiting_Display: string
Title:
Recruiting IntegrationRecruiting Integration -
validationExistingSubordinates: string
Title:
Validation For Existing Subordinates TerminationMaximum Length:150Validation For Existing Subordinates Termination -
validationExistingSubordinates_DisplayValue: string
Title:
Validation For Existing Subordinates TerminationValidation For Existing Subordinates Termination -
validationForFutureDated: string
Title:
Guided Flows: Future-Dated Records ValidationMaximum Length:150Guided Flows: Future-Dated Records Validation -
validationForFutureDated_DisplayValue: string
Title:
Guided Flows: Future-Dated Records ValidationGuided Flows: Future-Dated Records Validation
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FLOCAL_5FBALANCEprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
archiveLevel: string
Title:
Archive LevelMaximum Length:150Archive Level -
archiveLevel_Display: string
Title:
Archive LevelArchive Level -
balanceName: string
Title:
Balance NameMaximum Length:150Balance Name -
balanceName_Display: string
Title:
Balance NameBalance Name -
BusinessGroupId: integer
(int64)
-
category: string
Title:
CategoryMaximum Length:150Category -
category_Display: string
Title:
CategoryCategory -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
legislativeDataGroupName: string
Title:
Legislative Data Group NameMaximum Length:150Legislative Data Group Name -
legislativeDataGroupName_Display: string
Title:
Legislative Data Group NameLegislative Data Group Name -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_LOCAL_BALANCE -
OrgInformationId: integer
(int64)
-
reportUsage: string
Title:
Report UsageMaximum Length:150Report Usage -
reportUsage_Display: string
Title:
Report UsageReport Usage -
SequenceNumber: integer
(int32)
-
taxCode: string
Title:
Tax CodeMaximum Length:150Tax Code -
type: string
Title:
TypeMaximum Length:150Type -
type_Display: string
Title:
TypeType
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPAY_5FARCH_5FELE_5FINFOprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
elementName: string
Title:
ElementMaximum Length:150Element -
elementName_Display: string
Title:
ElementElement -
inputValue1: string
Title:
Input Value 1Maximum Length:150Input Value 1 -
inputValue10: string
Title:
Input Value 10Maximum Length:150Input Value 10 -
inputValue10_Display: string
Title:
Input Value 10Input Value 10 -
inputValue11: string
Title:
Input Value 11Maximum Length:150Input Value 11 -
inputValue11_Display: string
Title:
Input Value 11Input Value 11 -
inputValue12: string
Title:
Input Value 12Maximum Length:150Input Value 12 -
inputValue12_Display: string
Title:
Input Value 12Input Value 12 -
inputValue13: string
Title:
Input Value 13Maximum Length:150Input Value 13 -
inputValue13_Display: string
Title:
Input Value 13Input Value 13 -
inputValue14: string
Title:
Input Value 14Maximum Length:150Input Value 14 -
inputValue14_Display: string
Title:
Input Value 14Input Value 14 -
inputValue15: string
Title:
Input Value 15Maximum Length:150Input Value 15 -
inputValue15_Display: string
Title:
Input Value 15Input Value 15 -
inputValue1_Display: string
Title:
Input Value 1Input Value 1 -
inputValue2: string
Title:
Input Value 2Maximum Length:150Input Value 2 -
inputValue2_Display: string
Title:
Input Value 2Input Value 2 -
inputValue3: string
Title:
Input Value 3Maximum Length:150Input Value 3 -
inputValue3_Display: string
Title:
Input Value 3Input Value 3 -
inputValue4: string
Title:
Input Value 4Maximum Length:150Input Value 4 -
inputValue4_Display: string
Title:
Input Value 4Input Value 4 -
inputValue5: string
Title:
Input Value 5Maximum Length:150Input Value 5 -
inputValue5_Display: string
Title:
Input Value 5Input Value 5 -
inputValue6: string
Title:
Input Value 6Maximum Length:150Input Value 6 -
inputValue6_Display: string
Title:
Input Value 6Input Value 6 -
inputValue7: string
Title:
Input Value 7Maximum Length:150Input Value 7 -
inputValue7_Display: string
Title:
Input Value 7Input Value 7 -
inputValue8: string
Title:
Input Value 8Maximum Length:150Input Value 8 -
inputValue8_Display: string
Title:
Input Value 8Input Value 8 -
inputValue9: string
Title:
Input Value 9Maximum Length:150Input Value 9 -
inputValue9_Display: string
Title:
Input Value 9Input Value 9 -
LastUpdateDate: string
(date-time)
Read Only:
true -
ldgName: string
Title:
Legislative Data Group NameMaximum Length:150Legislative Data Group Name -
ldgName_Display: string
Title:
Legislative Data Group NameLegislative Data Group Name -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PAY_ARCH_ELE_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FASG_5FSTANDARD_5FWORKING_5FHOURSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraPerUsePosStdWrkingHrs: string
Title:
Use Position Standard Working HoursMaximum Length:150Use Position Standard Working Hours -
oraPerUsePosStdWrkingHrs_DisplayValue: string
Title:
Use Position Standard Working HoursUse Position Standard Working Hours -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_ASG_STANDARD_WORKING_HOURS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FDOR_5FLETTER_5FGEN_5FDOR_5FSOURCEprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraPerDorSource: string
Title:
Document Record SourceMaximum Length:150Document Record Source -
oraPerDorSource_DisplayValue: string
Title:
Document Record SourceDocument Record Source -
oraPerGenerateLetter: string
Title:
Generate LetterMaximum Length:150Generate Letter -
oraPerGenerateLetter_DisplayValue: string
Title:
Generate LetterGenerate Letter -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_DOR_LETTER_GEN_DOR_SOURCE -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FEDIT_5FHCM_5FBUSINESS_5FOBJECTSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraPerEditHcmBoEnabled: string
Title:
Editing EnabledMaximum Length:150Editing Enabled -
oraPerEditHcmBoEnabled_Display: string
Title:
Editing EnabledEditing Enabled -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_EDIT_HCM_BUSINESS_OBJECTS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FEMP_5FPOS_5FINCUMBENT_5FVALIDATIONprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
applyIncumbentValidation: string
Title:
Apply Incumbent ValidationMaximum Length:150Apply Incumbent Validation -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_EMP_POS_INCUMBENT_VALIDATION -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FHCM_5FCONNECTIONS_5FCONFIGURATIONprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
departmentTree: string
Title:
Department TreeMaximum Length:150Department Tree -
departmentTree_Display: string
Title:
Department TreeDepartment Tree -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_HCM_CONNECTIONS_CONFIGURATION -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FHCM_5FFLOW_5FTO_5FDOC_5FTYPES_5FMAPPINGprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_HCM_FLOW_TO_DOC_TYPES_MAPPING -
OrgInformationId: integer
(int64)
-
permittedDocumentTypes: number
Title:
Permitted Document TypesPermitted Document Types -
permittedDocumentTypes_Display: string
Title:
Permitted Document TypesPermitted Document Types -
SequenceNumber: integer
(int32)
-
supportedHcmFlows: string
Title:
Supported HCM FlowsMaximum Length:150Supported HCM Flows -
supportedHcmFlows_Display: string
Title:
Supported HCM FlowsSupported HCM Flows
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FPOS_5FHIER_5FCONFIGprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_POS_HIER_CONFIG -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
UseHcmPositionHierarchy: string
Title:
Use HCM Position HierarchyMaximum Length:150Use HCM Position Hierarchy -
UsePositionTrees: string
Title:
Use Position TreesMaximum Length:150Use Position Trees
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FPOS_5FSYNC_5FATTRSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
actionReason: string
Title:
Action ReasonMaximum Length:150Action Reason -
allowOverrideAtAssignmen: string
Title:
Allow Override at AssignmentMaximum Length:150Allow Override at Assignment -
assignmentCategory: string
Title:
Assignment CategoryMaximum Length:150Assignment Category -
bargainingUnit: string
Title:
Union, Bargaining Unit and Collective AgreementMaximum Length:150Union, Bargaining Unit and Collective Agreement -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
department: string
Title:
DepartmentMaximum Length:150Department -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
enablePositionSynchronizat: string
Title:
Enable Position SynchronizationMaximum Length:150Enable Position Synchronization -
flexFieldMapping: string
Title:
Synchronize Mapped FlexfieldsMaximum Length:150Synchronize Mapped Flexfields -
fte: string
Title:
FTE and Working HoursMaximum Length:150FTE and Working Hours -
fullTimeOrPartTime: string
Title:
Full Time or Part TimeMaximum Length:150Full Time or Part Time -
grade: string
Title:
GradeMaximum Length:150Grade -
gradeLadder: string
Title:
Grade LadderMaximum Length:150Grade Ladder -
job: string
Title:
JobMaximum Length:150Job -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
location: string
Title:
LocationMaximum Length:150Location -
manager: string
Title:
ManagerMaximum Length:150Manager -
manager_DisplayValue: string
Title:
ManagerManager -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_POS_SYNC_ATTRS -
OrgInformationId: integer
(int64)
-
probationPeriod: string
Title:
Probation PeriodMaximum Length:150Probation Period -
regularOrTemporary: string
Title:
Regular or TemporaryMaximum Length:150Regular or Temporary -
SequenceNumber: integer
(int32)
-
startTime: string
Title:
Start Time and End TimeMaximum Length:150Start Time and End Time
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FPOSITION_5FBUDGETING_5FCONFIGURATIONprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
allocateBudgetBy: string
Title:
Allocate ByMaximum Length:150Allocate By -
allocateBudgetBy_DisplayValue: string
Title:
Allocate ByAllocate By -
budgetAmountCurrency: string
Title:
Budget Amount CurrencyMaximum Length:150Budget Amount Currency -
budgetPeriodStartDay: number
Title:
Budget Period Start DayBudget Period Start Day -
budgetPeriodStartMonth: string
Title:
Budget Period Start MonthMaximum Length:150Budget Period Start Month -
budgetPeriodStartMonth_DisplayValue: string
Title:
Budget Period Start MonthBudget Period Start Month -
BusinessGroupId: integer
(int64)
-
conveyAmountOvershootAs: string
Title:
Convey Amount Overshoot AsMaximum Length:150Convey Amount Overshoot As -
conveyAmountOvershootAs_DisplayValue: string
Title:
Convey Amount Overshoot AsConvey Amount Overshoot As -
conveyFteOvershootAs: string
Title:
Convey FTE Overshoot AsMaximum Length:150Convey FTE Overshoot As -
conveyFteOvershootAs_DisplayValue: string
Title:
Convey FTE Overshoot AsConvey FTE Overshoot As -
conveyHeadcountOvershootAs: string
Title:
Convey Headcount Overshoot AsMaximum Length:150Convey Headcount Overshoot As -
conveyHeadcountOvershootAs_DisplayValue: string
Title:
Convey Headcount Overshoot AsConvey Headcount Overshoot As -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_POSITION_BUDGETING_CONFIGURATION -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FSEC_5FPROF_5FAND_5FDATA_5FROLE_5FCONFIGprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
disableGlobalPolicyGen: string
Title:
Disable global policy generationMaximum Length:150Disable global policy generation -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_SEC_PROF_AND_DATA_ROLE_CONFIG -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FSECURITY_5FPROFILES_5FINFORMATIONprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
enableSecurityByGlobal: string
Title:
Enable security by global name rangeMaximum Length:150Enable security by global name range -
enableSecurityByWorkforc: string
Title:
Enable security by workforce structuresMaximum Length:150Enable security by workforce structures -
enableSecurityForRelContacts: string
Title:
Enable security for related contactsMaximum Length:150Enable security for related contacts -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_SECURITY_PROFILES_INFORMATION -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FWS_5FCONFIGURATION_5FMIN_5FCHARprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
minimumSearchCharForGrade: integer
(int32)
Title:
GradeGrade -
minimumSearchCharForGradeLadde: integer
(int32)
Title:
Grade LadderGrade Ladder -
minimumSearchCharForGradeRate: integer
(int32)
Title:
Grade RateGrade Rate -
minimumSearchCharForJob: integer
(int32)
Title:
JobJob -
minimumSearchCharForJobFamily: integer
(int32)
Title:
Job FamilyJob Family -
minimumSearchCharForLocation: integer
(int32)
Title:
LocationLocation -
minimumSearchCharForOrgs: integer
(int32)
Title:
OrganizationOrganization -
minimumSearchCharForPosition: integer
(int32)
Title:
PositionPosition -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_WS_CONFIGURATION_MIN_CHAR -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FWS_5FCONFIGURATIONprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
defaultEffectiveStartDate: string
(date)
Title:
Default Effective Start DateDefault Effective Start Date -
defaultLocationCountry: string
Title:
Default Location CountryMaximum Length:150Default Location Country -
defaultLocationCountry_Display: string
Title:
Default Location CountryDefault Location Country -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
guidedFlowsFutureDatedRecordsV: string
Title:
Guided Flows: Future-Dated Records ValidationMaximum Length:150Guided Flows: Future-Dated Records Validation -
guidedFlowsFutureDatedRecordsV_DisplayValue: string
Title:
Guided Flows: Future-Dated Records ValidationGuided Flows: Future-Dated Records Validation -
initJobCode: integer
(int64)
Title:
Initial Job CodeInitial Job Code -
initPosCode: integer
(int64)
Title:
Initial Position CodeInitial Position Code -
jobCodeGenMethod: string
Title:
Job Code Generation MethodMaximum Length:150Job Code Generation Method -
jobCodeGenMethod_Display: string
Title:
Job Code Generation MethodJob Code Generation Method -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraPerDefEvaluationSystem: string
Title:
Default Evaluation SystemMaximum Length:150Default Evaluation System -
oraPerDefEvaluationSystem_DisplayValue: string
Title:
Default Evaluation SystemDefault Evaluation System -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_WS_CONFIGURATION -
OrgInformationId: integer
(int64)
-
posCodeGenMethod: string
Title:
Position Code Generation MethodMaximum Length:150Position Code Generation Method -
posCodeGenMethod_Display: string
Title:
Position Code Generation MethodPosition Code Generation Method -
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FTXN_5FADMIN_5FCONSOLE_5FINFOprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
enableTransactionSecurity: string
Title:
Enable Transaction SecurityMaximum Length:150Enable Transaction Security -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_TXN_ADMIN_CONSOLE_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FCURRENCY_5FSUPPORTprivateVO-item-response
Type:
Show Source
object-
_PER_REP_CONVERSION_RATE_TYPE: string
Title:
Reporting Conversion Rate TypeMaximum Length:150Reporting Conversion Rate Type -
_PER_TXN_CONVERSION_RATE_TYPE: string
Title:
Transaction Processing Conversion Rate TypeMaximum Length:150Transaction Processing Conversion Rate Type -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_CURRENCY_SUPPORT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FENT_5FUSER_5FROLE_5FPROV_5FINFOprivateVO-item-response
Type:
Show Source
object-
_PER_ENT_USER_ACC_CREATE: string
Title:
User Account CreationMaximum Length:150User Account Creation -
_PER_ENT_USER_ACC_CREATE_Display: string
Title:
User Account CreationUser Account Creation -
_PER_ENT_USER_ACC_MAINT: string
Title:
User Account MaintenanceMaximum Length:150User Account Maintenance -
_PER_ENT_USER_ACC_MAINT_Display: string
Title:
User Account MaintenanceUser Account Maintenance -
_PER_ENT_USER_ACC_ROLE_PROV: string
Title:
User Account Role ProvisioningMaximum Length:150User Account Role Provisioning -
_PER_ENT_USER_ACC_ROLE_PROV_Display: string
Title:
User Account Role ProvisioningUser Account Role Provisioning -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
keepExternalUseRoles: string
Title:
Keep External User Roles On TerminationMaximum Length:150Keep External User Roles On Termination -
keepExternalUseRoles_DisplayValue: string
Title:
Keep External User Roles On TerminationKeep External User Roles On Termination -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_ENT_USER_ROLE_PROV_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
userAccountCreationFor: string
Title:
User Account Creation for Terminated WorkersMaximum Length:150User Account Creation for Terminated Workers -
userAccountCreationFor_DisplayValue: string
Title:
User Account Creation for Terminated WorkersUser Account Creation for Terminated Workers
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FENTERPRISE_5FINFOprivateVO-item-response
Type:
Show Source
object-
_ALLOW_EMPLOYMENT_TERMS_OVR: string
Title:
Allow Employment Terms Override at AssignmentMaximum Length:150Allow Employment Terms Override at Assignment -
_ALLOW_EMPLOYMENT_TERMS_OVR_Display: string
Title:
Allow Employment Terms Override at AssignmentAllow Employment Terms Override at Assignment -
_EMP_NUMBER_GEN_METHOD: string
Title:
Worker Number GenerationMaximum Length:150Worker Number Generation -
_EMP_NUMBER_GEN_METHOD_Display: string
Title:
Worker Number GenerationWorker Number Generation -
_EMPLOYMENT_MODEL: string
Title:
Employment ModelMaximum Length:150Employment Model -
_EMPLOYMENT_MODEL_Display: string
Title:
Employment ModelEmployment Model -
_GLOBAL_PERSON_NAME_LANG: string
Title:
Global Person Name LanguageMaximum Length:150Global Person Name Language -
_PEOPLE_GROUP_FF_STRUCT: string
Title:
People Group Flexfield StructureMaximum Length:150People Group Flexfield Structure -
_PEOPLE_GROUP_FF_STRUCT_Display: string
Title:
People Group Flexfield StructurePeople Group Flexfield Structure -
_PER_NUM_GEN_METHOD: string
Title:
Person Number Generation MethodMaximum Length:150Person Number Generation Method -
_PER_NUM_GEN_METHOD_Display: string
Title:
Person Number Generation MethodPerson Number Generation Method -
_PER_NUM_INIT_NUM: integer
(int64)
Title:
Initial Person NumberInitial Person Number -
_SALARY_LEVEL: string
Title:
Salary LevelMaximum Length:150Salary Level -
_SALARY_LEVEL_Display: string
Title:
Salary LevelSalary Level -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
duplicatePersonCheckCriteriaOp: string
Title:
Person Creation Duplicate CheckMaximum Length:150Person Creation Duplicate Check -
duplicatePersonCheckCriteriaOp_Display: string
Title:
Person Creation Duplicate CheckPerson Creation Duplicate Check -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_ENTERPRISE_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FORGCODE_5FAUTOGENERATIONprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
autoGenerateOrganizationCode: string
Title:
Auto Generate Organization CodeMaximum Length:150Auto Generate Organization Code -
autoGenerateOrganizationCode_Display: string
Title:
Auto Generate Organization CodeAuto Generate Organization Code -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_ORGCODE_AUTOGENERATION -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FASSOC_5FBUSINESS_5FUNITSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
businessUnit: number
Title:
Business UnitBusiness Unit -
businessUnit_Display: string
Title:
Business UnitBusiness Unit -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_ASSOC_BUSINESS_UNITS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FPOS_5FSYNC_5FLEMP_5FATTRSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
actionReason: string
Title:
Action ReasonMaximum Length:150Action Reason -
allowOverrideAtAssignmen: string
Title:
Allow Override at AssignmentMaximum Length:150Allow Override at Assignment -
assignmentCategory: string
Title:
Assignment CategoryMaximum Length:150Assignment Category -
bargainingUnit: string
Title:
Union, Bargaining Unit and Collective AgreementMaximum Length:150Union, Bargaining Unit and Collective Agreement -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
department: string
Title:
DepartmentMaximum Length:150Department -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
enablePositionSynchronizat: string
Title:
Enable Position SynchronizationMaximum Length:150Enable Position Synchronization -
enablePositionSynchronizat_DisplayValue: string
Title:
Enable Position SynchronizationEnable Position Synchronization -
flexfieldMapping: string
Title:
Synchronize Mapped FlexfieldsMaximum Length:150Synchronize Mapped Flexfields -
fte: string
Title:
FTE and Working HoursMaximum Length:150FTE and Working Hours -
fullTimeOrPartTime: string
Title:
Full Time or Part TimeMaximum Length:150Full Time or Part Time -
grade: string
Title:
GradeMaximum Length:150Grade -
gradeLadder: string
Title:
Grade LadderMaximum Length:150Grade Ladder -
job: string
Title:
JobMaximum Length:150Job -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
location: string
Title:
LocationMaximum Length:150Location -
manager: string
Title:
ManagerMaximum Length:150Manager -
manager_DisplayValue: string
Title:
ManagerManager -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_POS_SYNC_LEMP_ATTRS -
OrgInformationId: integer
(int64)
-
probationPeriod: string
Title:
Probation PeriodMaximum Length:150Probation Period -
regularOrTemporary: string
Title:
Regular or TemporaryMaximum Length:150Regular or Temporary -
SequenceNumber: integer
(int32)
-
startTime: string
Title:
Start Time and End TimeMaximum Length:150Start Time and End Time
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FLEMP_5FEMPLOYMENT_5FINFOprivateVO-item-response
Type:
Show Source
object-
_AGE_OF_MINOR: integer
(int32)
Title:
Maximum Age of a MinorMaximum Age of a Minor -
_ALLOW_EMPLOYMENT_TERMS_OVR: string
Title:
Allow Employment Terms Override at AssignmentMaximum Length:150Allow Employment Terms Override at Assignment -
_ALLOW_EMPLOYMENT_TERMS_OVR_Display: string
Title:
Allow Employment Terms Override at AssignmentAllow Employment Terms Override at Assignment -
_EMP_NUMBER_GEN_METHOD: string
Title:
Worker Number GenerationMaximum Length:150Worker Number Generation -
_EMP_NUMBER_GEN_METHOD_Display: string
Title:
Worker Number GenerationWorker Number Generation -
_EMPLOYMENT_MODEL: string
Title:
Employment ModelMaximum Length:150Employment Model -
_EMPLOYMENT_MODEL_Display: string
Title:
Employment ModelEmployment Model -
_MAXIMUM_RETIREMENT_AGE: integer
(int32)
Title:
Maximum Retirement AgeMaximum Retirement Age -
_MINIMUM_RETIREMENT_AGE: integer
(int32)
Title:
Minimum Retirement AgeMinimum Retirement Age -
_MINIMUM_WORKING_AGE: integer
(int32)
Title:
Minimum Working AgeMinimum Working Age -
_PEOPLE_GROUP_FF_STRUCT: string
Title:
People Group Flexfield StructureMaximum Length:150People Group Flexfield Structure -
_PEOPLE_GROUP_FF_STRUCT_Display: string
Title:
People Group Flexfield StructurePeople Group Flexfield Structure -
_SALARY_LEVEL: string
Title:
Salary LevelMaximum Length:150Salary Level -
_SALARY_LEVEL_Display: string
Title:
Salary LevelSalary Level -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_LEMP_EMPLOYMENT_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FBR_5FLEMP_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
laborRegime: string
Title:
Labor RegimeMaximum Length:150Labor Regime -
laborRegime_Display: string
Title:
Labor RegimeLabor Regime -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_BR_LEMP_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
socialInsuranceRegime: string
Title:
Social Insurance RegimeMaximum Length:150Social Insurance Regime -
socialInsuranceRegime_Display: string
Title:
Social Insurance RegimeSocial Insurance Regime -
workingHoursRegime: string
Title:
Working Hours RegimeMaximum Length:150Working Hours Regime -
workingHoursRegime_Display: string
Title:
Working Hours RegimeWorking Hours Regime
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FCA_5FLEMP_5FEER_5FRULESprivateVO-item-response
Type:
Show Source
object-
_NAICS_CODE: string
Title:
NAICS CodeMaximum Length:150NAICS Code -
_NAICS_CODE_Display: string
Title:
NAICS CodeNAICS Code -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_CA_LEMP_EER_RULES -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FCH_5FLEMP_5FLAB_5FAGR_5FINFOprivateVO-item-response
Type:
Show Source
object-
_AGREEMENT_TYPE: string
Title:
Agreement TypeMaximum Length:150Agreement Type -
_AGREEMENT_TYPE_Display: string
Title:
Agreement TypeAgreement Type -
_LABOR_AGREEMENT: string
Title:
Labor AgreementMaximum Length:150Labor Agreement -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_CH_LEMP_LAB_AGR_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FDE_5FLE_5FREHADATprivateVO-item-response
Type:
Show Source
object-
_HRX_DE_LE_CMP_TYPE: string
Title:
Company TypeMaximum Length:150Company Type -
_HRX_DE_LE_CMP_TYPE_DisplayValue: string
Title:
Company TypeCompany Type -
_HRX_DE_LE_LEGAL_STATUS: string
Title:
Employer Legal StatusMaximum Length:150Employer Legal Status -
_HRX_DE_LE_LEGAL_STATUS_DisplayValue: string
Title:
Employer Legal StatusEmployer Legal Status -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxDeDisCreator: string
Title:
Created ByMaximum Length:150Created By -
oraHrxDeDisCreator_DisplayValue: string
Title:
Created ByCreated By -
oraHrxDeDisCreatorName: string
Title:
Creator Full NameMaximum Length:150Creator Full Name -
oraHrxDeDisCreatorPhone: string
Title:
Creator Phone NumberMaximum Length:150Creator Phone Number -
oraHrxDeDisOwner: string
Title:
Owner Job FunctionMaximum Length:150Owner Job Function -
oraHrxDeDisOwner_Display: string
Title:
Owner Job FunctionOwner Job Function -
oraHrxDeDisOwnerName: string
Title:
Owner Full NameMaximum Length:150Owner Full Name -
oraHrxDeDisOwnerPhone: string
Title:
Owner Phone NumberMaximum Length:150Owner Phone Number -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_DE_LE_REHADAT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationHRX_5FIE_5FLEMP_5FEHECS_5FDEFAULT_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FIE_5FLEMP_5FEHECS_5FDEFAULT_5FINFOprivateVO-item-response
Type:
Show Source
object-
_AVERAGE_CLERICAL_WORKERS: string
Title:
Average Clerical WorkersMaximum Length:150Average Clerical Workers -
_AVERAGE_MANAGERS: string
Title:
Average ManagersMaximum Length:150Average Managers -
_AVERAGE_PRODUCTION_WORKERS: string
Title:
Average Production WorkersMaximum Length:150Average Production Workers -
_CLERICAL_WORKERS_VACANCIES: string
Title:
Clerical Workers VacanciesMaximum Length:150Clerical Workers Vacancies -
_DECLARANT_CONTACT: string
Title:
Declarant ContactMaximum Length:150Declarant Contact -
_DECLARANT_EMAIL: string
Title:
Declarant E-MailMaximum Length:150Declarant E-Mail -
_DECLARANT_PHONE: string
Title:
Declarant PhoneMaximum Length:150Declarant Phone -
_DECLARANT_POSITION: string
Title:
Declarant PositionMaximum Length:150Declarant Position -
_EMPLOYERS_LIABILITY_INSURANCE: number
Title:
Employers Liability InsuranceEmployers Liability Insurance -
_HOURS_PER_DAY: number
Title:
Hours Per DayHours Per Day -
_LABOUR_RELATED_EXPENDITURE: number
Title:
Labour-Related ExpenditureLabour-Related Expenditure -
_MANAGER_VACANCIES: string
Title:
Manager VacanciesMaximum Length:150Manager Vacancies -
_OTHER_SUBSIDIES: number
Title:
Other SubsidiesOther Subsidies -
_PRODUCTION_WORKERS_VACANCIES: string
Title:
Production Workers VacanciesMaximum Length:150Production Workers Vacancies -
_QUARTER: number
Title:
QuarterQuarter -
_REFUNDS: number
Title:
RefundsRefunds -
_TRAINING_COST: number
Title:
Training CostTraining Cost -
_TRAINING_SUBSIDIES: number
Title:
Training SubsidiesTraining Subsidies -
_YEAR: string
Title:
YearMaximum Length:150Year -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_IE_LEMP_EHECS_DEFAULT_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FIE_5FLEMP_5FOVERRIDE_5FINFOprivateVO-item-response
Type:
Show Source
object-
_ANNUAL_LEAVE_AND_BANK_HOLIDAYS: number
Title:
Annual Leave and Bank HolidaysAnnual Leave and Bank Holidays -
_HOURLY_WAGE_RATE: number
Title:
Hourly Wage RateHourly Wage Rate -
_INCOME_CONTINUANCE_INSURANCE: number
Title:
Income Continuance InsuranceIncome Continuance Insurance -
_IRREGULAR_EARNINGS: number
Title:
Irregular EarningsIrregular Earnings -
_NORMAL_WORKING_HOURS: number
Title:
Normal Working HoursNormal Working Hours -
_OCCUPATIONAL_CATEGORY: string
Title:
Occupational CategoryMaximum Length:150Occupational Category -
_OCCUPATIONAL_CATEGORY_Display: string
Title:
Occupational CategoryOccupational Category -
_OTHER_BENEFITS: number
Title:
Other BenefitsOther Benefits -
_OTHER_EMPLOYEE_PAYMENTS: number
Title:
Other Employee PaymentsOther Employee Payments -
_OVERTIME_PAYMENTS: number
Title:
Overtime PaymentsOvertime Payments -
_PAID_MATERNITY_HOURS: number
Title:
Paid Maternity HoursPaid Maternity Hours -
_PAID_OTHER_LEAVE: number
Title:
Paid Other LeavePaid Other Leave -
_PAID_OVERTIME_HOURS: number
Title:
Paid Overtime HoursPaid Overtime Hours -
_PAID_SICK_LEAVE_HOURS: number
Title:
Paid Sick Leave HoursPaid Sick Leave Hours -
_QUARTER: number
Title:
QuarterQuarter -
_REDUNDANCY_PAYMENTS: number
Title:
Redundancy PaymentsRedundancy Payments -
_REGULAR_EARNINGS: number
Title:
Regular EarningsRegular Earnings -
_STAFF_HOUSING: number
Title:
Staff HousingStaff Housing -
_STOCK_PURCHASE_SCHEMES: number
Title:
Stock Purchase SchemesStock Purchase Schemes -
_VOLUNTARY_SICKNESS_INSURANCE: number
Title:
Voluntary Sickness InsuranceVoluntary Sickness Insurance -
_YEAR: string
Title:
YearMaximum Length:150Year -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_IE_LEMP_OVERRIDE_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FIE_5FLEMP_5FPRSI_5FINFOprivateVO-item-response
Type:
Show Source
object-
_PRSI_CLASS: string
Title:
Employer PRSI ClassMaximum Length:150Employer PRSI Class -
_PRSI_CLASS_Display: string
Title:
Employer PRSI ClassEmployer PRSI Class -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_IE_LEMP_PRSI_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FIT_5FINAIL_5FINFOprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InailPosCode: string
Title:
INAIL Position CodeMaximum Length:150INAIL Position Code -
InailPosDes: string
Title:
INAIL Position DescriptionMaximum Length:150INAIL Position Description -
InailRiskRate: integer
(int32)
Title:
INAIL Risk RateINAIL Risk Rate -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_IT_INAIL_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FIT_5FINPS_5FINFOprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
inpsPosCode: string
Title:
INPS Position CodeMaximum Length:150INPS Position Code -
inpsPosDes: string
Title:
INPS Position DescriptionMaximum Length:150INPS Position Description -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_IT_INPS_INFO -
OrgInformationId: integer
(int64)
-
primaryPositionFlag: string
Title:
Primary PositionMaximum Length:150Primary Position -
primaryPositionFlag_Display: string
Title:
Primary PositionPrimary Position -
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FIT_5FINPS_5FLOCATIONprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InpsLocCode: number
Title:
LocationLocation -
InpsLocCode_Display: string
Title:
LocationLocation -
InpsLocSite: number
Title:
SiteSite -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_IT_INPS_LOCATION -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FMX_5FSOCIAL_5FSECURITY_5FDETAILSprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FMX_5FLEMP_5FTAX_5FREGISprivateVO-item-response
Type:
Show Source
object-
_CFDI_CERTIFICATE_NO: string
Title:
CFDI Certificate NumberMaximum Length:150CFDI Certificate Number -
_CFDI_FISCAL_REGIME: string
Title:
CFDI Fiscal RegimeMaximum Length:150CFDI Fiscal Regime -
_CFDI_FISCAL_REGIME_Display: string
Title:
CFDI Fiscal RegimeCFDI Fiscal Regime -
_CFDI_FOLIO_CONST_VAL: string
Title:
CFDI Folio Constant ValueMaximum Length:150CFDI Folio Constant Value -
_CFDI_FOLIO_RULE: string
Title:
CFDI Folio RuleMaximum Length:150CFDI Folio Rule -
_CFDI_FOLIO_RULE_Display: string
Title:
CFDI Folio RuleCFDI Folio Rule -
_CFDI_PAC_CONFIRMATION_KEY: string
Title:
CFDI PAC Confirmation KeyMaximum Length:150CFDI PAC Confirmation Key -
_CFDI_SERIE_CONST_VAL: string
Title:
CFDI Series Constant ValueMaximum Length:150CFDI Series Constant Value -
_CFDI_SERIE_RULE: string
Title:
CFDI Series RuleMaximum Length:150CFDI Series Rule -
_CFDI_SERIE_RULE_Display: string
Title:
CFDI Series RuleCFDI Series Rule -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_MX_LEMP_TAX_REGIS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FMX_5FSOCIAL_5FSECURITY_5FDETAILSprivateVO-item-response
Type:
Show Source
object-
_SS_WORK_RISK_CLASSIFICATION: string
Title:
SS Work Risk ClassificationMaximum Length:150SS Work Risk Classification -
_SS_WORK_RISK_CLASSIFICATION_Display: string
Title:
SS Work Risk ClassificationSS Work Risk Classification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_MX_SOCIAL_SECURITY_DETAILS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FQA_5FLEMP_5FDETAILSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxQaEmployerCat: string
Title:
Employer CategoryMaximum Length:150Employer Category -
oraHrxQaEmployerCat_DisplayValue: string
Title:
Employer CategoryEmployer Category -
oraHrxQaEmployerSector: string
Title:
Employer SectorMaximum Length:150Employer Sector -
oraHrxQaEmployerSector_DisplayValue: string
Title:
Employer SectorEmployer Sector -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_QA_LEMP_DETAILS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FSA_5FLEMP_5FEMPLOYER_5FINFOprivateVO-item-response
Type:
Show Source
object-
_HOME_PHONE_TYPE: string
Title:
Home Phone TypeMaximum Length:150Home Phone Type -
_HOME_PHONE_TYPE_Display: string
Title:
Home Phone TypeHome Phone Type -
_MOBILE_PHONE_TYPE: string
Title:
Mobile Phone TypeMaximum Length:150Mobile Phone Type -
_MOBILE_PHONE_TYPE_Display: string
Title:
Mobile Phone TypeMobile Phone Type -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_SA_LEMP_EMPLOYER_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FUS_5FACA_5FELIG_5FBREAK_5FIN_5FSERVICE_5FATTRIBprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FUS_5FACA_5FELIGIBILITY_5FATTRIBUTESprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FUS_5FLEMP_5FEEO4_5FREP_5FINFprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FUS_5FLEMP_5FEEO_5FVETS_5FASG_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FUS_5FLEMP_5FFED_5FACA_5FREPORTING_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FUS_5FLEMP_5FREG_5FPAY_5FREP_5FINFprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FUS_5FVETS_5FEEO_5FENTITY_5FDATAprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FLEMP_5FEEO_5FRULESprivateVO-item-response
Type:
Show Source
object-
_a100_EMPLOYMENT_OR_MORE: string
Title:
Affiliated with Enterprise of 100 Employees or MoreMaximum Length:150Affiliated with Enterprise of 100 Employees or More -
_a100_EMPLOYMENT_OR_MORE_DisplayValue: string
Title:
Affiliated with Enterprise of 100 Employees or MoreAffiliated with Enterprise of 100 Employees or More -
_a100_PAY_PERIOD_EMPLOYEES: string
Title:
More than 100 Employees in Pay PeriodMaximum Length:150More than 100 Employees in Pay Period -
_a100_PAY_PERIOD_EMPLOYEES_DisplayValue: string
Title:
More than 100 Employees in Pay PeriodMore than 100 Employees in Pay Period -
_COMMON_OWNERSHIP: string
Title:
Common Ownership or Centralized ManagementMaximum Length:150Common Ownership or Centralized Management -
_COMMON_OWNERSHIP_DisplayValue: string
Title:
Common Ownership or Centralized ManagementCommon Ownership or Centralized Management -
_COMPANY_NUMBER: string
Title:
Company NumberMaximum Length:150Company Number -
_GOVT_CONTRACTOR: string
Title:
Government ContractorMaximum Length:150Government Contractor -
_GOVT_CONTRACTOR_DisplayValue: string
Title:
Government ContractorGovernment Contractor -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_LEMP_EEO_RULES -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FLEMP_5FEEO_5FVETS_5FRULESprivateVO-item-response
Type:
Show Source
object-
_EMPLOYMENT_CATEGORY: string
Title:
Employment CategoryMaximum Length:150Employment Category -
_ESTABLISHMENT_TYPE: string
Title:
Establishment Employer TypeMaximum Length:150Establishment Employer Type -
_ESTABLISHMENT_TYPE_DisplayValue: string
Title:
Establishment Employer TypeEstablishment Employer Type -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_LEMP_EEO_VETS_RULES -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FLEMP_5FNEW_5FHIRE_5FRULESprivateVO-item-response
Type:
Show Source
object-
_DEFAULT_TRU: number
Title:
TRU for New Hire reportTRU for New Hire report -
_DEFAULT_TRU_Display: string
Title:
TRU for New Hire reportTRU for New Hire report -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_LEMP_NEW_HIRE_RULES -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FLEMP_5FVETS_5FRULESprivateVO-item-response
Type:
Show Source
object-
_COMPANY_NUMBER: string
Title:
Company NumberMaximum Length:150Company Number -
_ORG_REPORTING_TYPE: string
Title:
Type of Reporting OrganizationMaximum Length:150Type of Reporting Organization -
_ORG_REPORTING_TYPE_DisplayValue: string
Title:
Type of Reporting OrganizationType of Reporting Organization -
_PARENT_COMPANY_NAME: string
Title:
Parent Company NameMaximum Length:150Parent Company Name -
_REPORTING_ORG_NAME: string
Title:
Reporting NameMaximum Length:150Reporting Name -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_LEMP_VETS_RULES -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FACA_5FELIG_5FBREAK_5FIN_5FSERVICE_5FATTRIBprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
assignmentAcaFieldStartDate: string
Title:
Assignment ACA Field Start DateMaximum Length:150Assignment ACA Field Start Date -
assignmentAcaFieldStartDate_DisplayValue: string
Title:
Assignment ACA Field Start DateAssignment ACA Field Start Date -
breakDaysGreaterThanOrEqual: number
Title:
Break Days Greater Than or EqualBreak Days Greater Than or Equal -
breakDaysLessThan: number
Title:
Break Days Less Than or EqualBreak Days Less Than or Equal -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
eligibilityProfile: string
Title:
Eligibility ProfileMaximum Length:150Eligibility Profile -
eligibilityProfile_Display: string
Title:
Eligibility ProfileEligibility Profile -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_ACA_ELIG_BREAK_IN_SERVICE_ATTRIB -
OrgInformationId: integer
(int64)
-
priority: number
Title:
PriorityPriority -
results: string
Title:
ResultMaximum Length:150Result -
results_DisplayValue: string
Title:
ResultResult -
SequenceNumber: integer
(int32)
-
serviceGreaterThanOrEqualToBre: string
Title:
Service Greater Than or Equal To BreakMaximum Length:150Service Greater Than or Equal To Break -
serviceGreaterThanOrEqualToBre_DisplayValue: string
Title:
Service Greater Than or Equal To BreakService Greater Than or Equal To Break
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FACA_5FELIGIBILITY_5FATTRIBUTESprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
eligibilityProfile: string
Title:
Eligibility ProfileMaximum Length:150Eligibility Profile -
eligibilityProfile_Display: string
Title:
Eligibility ProfileEligibility Profile -
initialAdministrationDuration: string
Title:
Initial Administrative Duration StartMaximum Length:150Initial Administrative Duration Start -
initialAdministrationDuration_Display: string
Title:
Initial Administrative Duration StartInitial Administrative Duration Start -
initialAdministrativeDurationN: number
Title:
Initial Administrative Duration NumberInitial Administrative Duration Number -
initialAdministrativeDurationT: string
Title:
Initial Administrative Duration TypeMaximum Length:150Initial Administrative Duration Type -
initialAdministrativeDurationT_Display: string
Title:
Initial Administrative Duration TypeInitial Administrative Duration Type -
initialMeasurementDuration: string
Title:
Initial Measurement Duration TypeMaximum Length:150Initial Measurement Duration Type -
initialMeasurementDuration_Display: string
Title:
Initial Measurement Duration TypeInitial Measurement Duration Type -
initialMeasurementDurationNumb: number
Title:
Initial Measurement Duration NumberInitial Measurement Duration Number -
initialMeasurementDurationStar: string
Title:
Initial Measurement Duration StartMaximum Length:150Initial Measurement Duration Start -
initialMeasurementDurationStar_Display: string
Title:
Initial Measurement Duration StartInitial Measurement Duration Start -
initialStabilityDurationNumber: number
Title:
Initial Stability Duration NumberInitial Stability Duration Number -
initialStabilityDurationType: string
Title:
Initial Stability Duration TypeMaximum Length:150Initial Stability Duration Type -
initialStabilityDurationType_Display: string
Title:
Initial Stability Duration TypeInitial Stability Duration Type -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
ongoingAdministrativeDurationN: number
Title:
Ongoing Administrative Duration NumberOngoing Administrative Duration Number -
ongoingAdministrativeDurationT: string
Title:
Ongoing Administrative Duration TypeMaximum Length:150Ongoing Administrative Duration Type -
ongoingAdministrativeDurationT_Display: string
Title:
Ongoing Administrative Duration TypeOngoing Administrative Duration Type -
ongoingAdministrativeStartDate: string
(date)
Title:
Ongoing Administrative Start DateOngoing Administrative Start Date -
ongoingMeasurementDurationNumb: number
Title:
Ongoing Measurement Duration NumberOngoing Measurement Duration Number -
ongoingMeasurementDurationType: string
Title:
Ongoing Measurement Duration TypeMaximum Length:150Ongoing Measurement Duration Type -
ongoingMeasurementDurationType_Display: string
Title:
Ongoing Measurement Duration TypeOngoing Measurement Duration Type -
ongoingMeasurementStartDate: string
(date)
Title:
Ongoing Measurement Start DateOngoing Measurement Start Date -
ongoingStabilityDurationNumber: number
Title:
Ongoing Stability Duration NumberOngoing Stability Duration Number -
ongoingStabilityDurationType: string
Title:
Ongoing Stability Duration TypeMaximum Length:150Ongoing Stability Duration Type -
ongoingStabilityDurationType_Display: string
Title:
Ongoing Stability Duration TypeOngoing Stability Duration Type -
ongoingStabilityStartDate: string
(date)
Title:
Ongoing Stability Start DateOngoing Stability Start Date -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_ACA_ELIGIBILITY_ATTRIBUTES -
OrgInformationId: integer
(int64)
-
outcomeOfEligibility: string
Title:
Outcome of EligibilityMaximum Length:150Outcome of Eligibility -
outcomeOfEligibility_Display: string
Title:
Outcome of EligibilityOutcome of Eligibility -
processingPriority: number
Title:
Processing PriorityProcessing Priority -
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FLEMP_5FEEO4_5FREP_5FINFprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
controlNumber: string
Title:
Control NumberMaximum Length:150Control Number -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
jurisdictionLocation: number
Title:
Jurisdiction LocationJurisdiction Location -
jurisdictionLocation_Display: string
Title:
Jurisdiction LocationJurisdiction Location -
jurisdictionName: string
Title:
Jurisdiction NameMaximum Length:150Jurisdiction Name -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_LEMP_EEO4_REP_INF -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
typeOfGovernment: string
Title:
Type of GovernmentMaximum Length:150Type of Government -
typeOfGovernment_Display: string
Title:
Type of GovernmentType of Government
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FLEMP_5FEEO_5FVETS_5FASG_5FINFOprivateVO-item-response
Type:
Show Source
object-
_ORA_HRX_US_EEO_ASG_EMP_CAT: string
Title:
Exclude Assignment CategoryMaximum Length:150Exclude Assignment Category -
_ORA_HRX_US_EEO_ASG_EMP_CAT_Display: string
Title:
Exclude Assignment CategoryExclude Assignment Category -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_LEMP_EEO_VETS_ASG_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FLEMP_5FFED_5FACA_5FREPORTING_5FINFOprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
aggregatedAleGroupTruName: string
Title:
Aggregated ALE Group TRU NameMaximum Length:150Aggregated ALE Group TRU Name -
aggregatedAleGroupTruName_Display: string
Title:
Aggregated ALE Group TRU NameAggregated ALE Group TRU Name -
annualAnnouncedPercentage: number
Title:
Annual Announced PercentageAnnual Announced Percentage -
annualPovertyLevelValue: number
Title:
Annual Poverty Level ValueAnnual Poverty Level Value -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
dgeTruName: string
Title:
DGE TRU NameMaximum Length:150DGE TRU Name -
dgeTruName_Display: string
Title:
DGE TRU NameDGE TRU Name -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
hraOfferedValue: string
Title:
HRA Offered to EmployeesMaximum Length:150HRA Offered to Employees -
includeRetirees: string
Title:
Include RetireesMaximum Length:150Include Retirees -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
maskSsnFlagACA: string
Title:
Mask Social Security Number on ACA FormMaximum Length:150Mask Social Security Number on ACA Form -
maskSsnFlagACA_Display: string
Title:
Mask Social Security Number on ACA FormMask Social Security Number on ACA Form -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
offerCoverageOverride: string
Title:
Offer of Coverage Override valueMaximum Length:150Offer of Coverage Override value -
offerCoverageOverride_Display: string
Title:
Offer of Coverage Override valueOffer of Coverage Override value -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_LEMP_FED_ACA_REPORTING_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
transmissionControlCode: string
Title:
Transmission Control CodeMaximum Length:150Transmission Control Code
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FLEMP_5FREG_5FPAY_5FREP_5FINFprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_LEMP_REG_PAY_REP_INF -
OrgInformationId: integer
(int64)
-
regcontractor: string
Title:
Regional ContractorMaximum Length:150Regional Contractor -
regcontractor_DisplayValue: string
Title:
Regional ContractorRegional Contractor -
SequenceNumber: integer
(int32)
-
totalRegEmployees: number
Title:
Total Regional EmployeesTotal Regional Employees -
totalRegEstabs: number
Title:
Total Regional EstablishmentsTotal Regional Establishments -
totalUSEmployees: number
Title:
Total US EmployeesTotal US Employees -
totalUSEstabs: number
Title:
Total US EstablishmentsTotal US Establishments
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FNY_5FNH_5FRULESprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
newYorkNewHireTransmitterTru: number
Title:
New York New Hire Transmitter TRUNew York New Hire Transmitter TRU -
newYorkNewHireTransmitterTru_Display: string
Title:
New York New Hire Transmitter TRUNew York New Hire Transmitter TRU -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_NY_NH_RULES -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FVETS_5FEEO_5FENTITY_5FDATAprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_VETS_EEO_ENTITY_DATA -
OrgInformationId: integer
(int64)
-
parentLegalEmployer: string
Title:
Parent Legal EmployerMaximum Length:150Parent Legal Employer -
parentLegalEmployer_DisplayValue: string
Title:
Parent Legal EmployerParent Legal Employer -
proxyLegalEmployer: string
Title:
Proxy Legal EmployerMaximum Length:150Proxy Legal Employer -
proxyLegalEmployer_Display: string
Title:
Proxy Legal EmployerProxy Legal Employer -
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPAY_5FPSU_5FPAY_5FADVANCEprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
availableNetPayPercentage: integer
(int32)
Title:
Available Net Pay PercentageAvailable Net Pay Percentage -
blackoutPeriodOffset: integer
(int32)
Title:
Blackout Period OffsetBlackout Period Offset -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
maxRequestsPerYear: integer
(int32)
Title:
Maximum Request Per YearMaximum Request Per Year -
minRequestAmount: integer
(int32)
Title:
Minimum Request AmountMinimum Request Amount -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PAY_PSU_PAY_ADVANCE -
OrgInformationId: integer
(int64)
-
payAdvanceFlowPattern: number
Title:
Pay Advance Override Flow PatternPay Advance Override Flow Pattern -
payAdvanceFlowPattern_Display: string
Title:
Pay Advance Override Flow PatternPay Advance Override Flow Pattern -
plan: number
Title:
Individual Compensation PlanIndividual Compensation Plan -
plan_Display: string
Title:
Individual Compensation PlanIndividual Compensation Plan -
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FPSU_5FPAYROLL_5FINFOprivateVO-item-response
Type:
Show Source
object-
_FISCAL_YEAR_START: string
(date)
Title:
Fiscal Year StartFiscal Year Start -
_LEGISLATIVE_DATA_GROUP: string
Title:
Associated Legislative Data GroupMaximum Length:150Associated Legislative Data Group -
_LEGISLATIVE_DATA_GROUP_Display: string
Title:
Associated Legislative Data GroupAssociated Legislative Data Group -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_PSU_PAYROLL_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FCA_5FTRU_5FEOY_5FREPORT_5FRULESprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FLOA_5FROE_5FMAPprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPsuLoaClsfName: number
Title:
Secondary ClassificationSecondary Classification -
oraHrxCaPsuLoaClsfName_Display: string
Title:
Secondary ClassificationSecondary Classification -
oraHrxCaPsuLoaRoeUnique: number
Title:
Absence and ROE Reason Mapping Unique IdentifierAbsence and ROE Reason Mapping Unique Identifier -
oraHrxCaPsuRoeLoaReason: string
Title:
Record of Employment ReasonMaximum Length:150Record of Employment Reason -
oraHrxCaPsuRoeLoaReason_Display: string
Title:
Record of Employment ReasonRecord of Employment Reason -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_LOA_ROE_MAP -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPENSION_5FCONTRprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaErContrLimitPerc: number
Title:
Maximum Contribution PercentageMaximum Contribution Percentage -
oraHrxCaErContrPercent: number
Title:
Percentage of Employee ContributionPercentage of Employee Contribution -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PENSION_CONTR -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FBC_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaBcPmAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaBcPmAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaBcPmDefaultAcct: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaBcPmEndAnnPay: number
Title:
Ending Annual PayrollEnding Annual Payroll -
oraHrxCaBcPmRate: number
Title:
RateRate -
oraHrxCaBcPmStartAnnPay: number
Title:
Starting Annual PayrollStarting Annual Payroll -
oraHrxCaBcPmUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PM_BC_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FBC_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraCalcLiabPayroll: string
Title:
Calculate liability in payroll runMaximum Length:150Calculate liability in payroll run -
oraHrxCaBcPmCarrier: string
Title:
Provincial Medical CarrierMaximum Length:150Provincial Medical Carrier -
oraHrxCaBcPmCarrier_Display: string
Title:
Provincial Medical CarrierProvincial Medical Carrier -
oraHrxCaBcProvince: number
Title:
ProvinceProvince -
oraHrxCaBcProvince_Display: string
Title:
ProvinceProvince -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PM_BC_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FMB_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaMbPmAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaMbPmAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaMbPmDefaultAcct: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaMbPmEndAnnPay: number
Title:
Ending Annual PayrollEnding Annual Payroll -
oraHrxCaMbPmRate: number
Title:
RateRate -
oraHrxCaMbPmStartAnnPay: number
Title:
Starting Annual PayrollStarting Annual Payroll -
oraHrxCaMbPmUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PM_MB_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FMB_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraCalcLiabPayroll: string
Title:
Calculate liability in payroll runMaximum Length:150Calculate liability in payroll run -
oraHrxCaMbPmCarrier: string
Title:
Provincial Medical CarrierMaximum Length:150Provincial Medical Carrier -
oraHrxCaMbPmCarrier_Display: string
Title:
Provincial Medical CarrierProvincial Medical Carrier -
oraHrxCaMbPmProvince: number
Title:
ProvinceProvince -
oraHrxCaMbPmProvince_Display: string
Title:
ProvinceProvince -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PM_MB_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FNL_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNlPmAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaNlPmAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaNlPmDefaultAcct: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaNlPmEndAnnPay: number
Title:
Ending Annual PayrollEnding Annual Payroll -
oraHrxCaNlPmRate: number
Title:
RateRate -
oraHrxCaNlPmStartAnnPay: number
Title:
Starting Annual PayrollStarting Annual Payroll -
oraHrxCaNlPmUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PM_NL_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FNL_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNlPmCarrier: string
Title:
Provincial Medical CarrierMaximum Length:150Provincial Medical Carrier -
oraHrxCaNlPmCarrier_Display: string
Title:
Provincial Medical CarrierProvincial Medical Carrier -
oraHrxCaNlPmProvince: number
Title:
ProvinceProvince -
oraHrxCaNlPmProvince_Display: string
Title:
ProvinceProvince -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PM_NL_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FON_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaOnPmAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaOnPmAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaOnPmDefaultAcct: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaOnPmEndAnnPay: number
Title:
Ending Annual PayrollEnding Annual Payroll -
oraHrxCaOnPmRate: number
Title:
RateRate -
oraHrxCaOnPmStartAnnPay: number
Title:
Starting Annual PayrollStarting Annual Payroll -
oraHrxCaOnPmUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PM_ON_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FON_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraCalcLaibPayroll: string
Title:
Calculate liability in payroll runMaximum Length:150Calculate liability in payroll run -
oraHrxCaOnPmCarrier: string
Title:
Provincial Medical CarrierMaximum Length:150Provincial Medical Carrier -
oraHrxCaOnPmCarrier_Display: string
Title:
Provincial Medical CarrierProvincial Medical Carrier -
oraHrxCaOnPmProvince: number
Title:
ProvinceProvince -
oraHrxCaOnPmProvince_Display: string
Title:
ProvinceProvince -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PM_ON_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FQC_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaQcPmEndAnnPay: number
Title:
Ending Annual PayrollEnding Annual Payroll -
oraHrxCaQcPmRate: number
Title:
RateRate -
oraHrxCaQcPmStartAnnPay: number
Title:
Starting Annual PayrollStarting Annual Payroll -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PM_QC_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FPM_5FQC_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaQcPmCarrier: string
Title:
Provincial Medical CarrierMaximum Length:150Provincial Medical Carrier -
oraHrxCaQcPmCarrier_Display: string
Title:
Provincial Medical CarrierProvincial Medical Carrier -
oraHrxCaQcPmProvince: number
Title:
ProvinceProvince -
oraHrxCaQcPmProvince_Display: string
Title:
ProvinceProvince -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_PM_QC_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FQC_5FNEQprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPsuQcNeqNum: string
Title:
Quebec Enterprise NumberMaximum Length:150Quebec Enterprise Number -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_QC_NEQ -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FROE_5FOCPTIONprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaRoeOccupation: string
Title:
Record of Employment OccupationMaximum Length:150Record of Employment Occupation -
oraHrxCaRoeOccupation_Display: string
Title:
Record of Employment OccupationRecord of Employment Occupation -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_ROE_OCPTION -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FTERM_5FROE_5FMAPprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPsuRoeTermReason: string
Title:
Record of Employment ReasonMaximum Length:150Record of Employment Reason -
oraHrxCaPsuRoeTermReason_Display: string
Title:
Record of Employment ReasonRecord of Employment Reason -
oraHrxCaPsuTermAction: number
Title:
ActionAction -
oraHrxCaPsuTermAction_Display: string
Title:
ActionAction -
oraHrxCaPsuTermRoeUnique: number
Title:
Termination and ROE Mapping Unique IdentifierTermination and ROE Mapping Unique Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_TERM_ROE_MAP -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FAB_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OraHrxCaAbAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaAbAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaAbClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaAbClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
OraHrxCaAbDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaAbDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaAbRate: number
Title:
RateRate -
oraHrxCaAbUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_AB_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FAB_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaAbProvince: number
Title:
ProvinceProvince -
oraHrxCaAbProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaAbWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaAbWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_AB_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FBC_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OraHrxCaBcAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaBcAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaBcClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaBcClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
oraHrxCaBcDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaBcRate: number
Title:
RateRate -
oraHrxCaBcUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OraHrxCaMbDefault: string
Title:
Default AccountMaximum Length:150Default Account -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_BC_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FBC_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
britishColumbiaProvince: number
Title:
ProvinceProvince -
britishColumbiaProvince_Display: string
Title:
ProvinceProvince -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaBcWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaBcWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_BC_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FMB_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OraHrxCaMbAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaMbAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaMbClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaMbClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
OraHrxCaMbDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaMbDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCAMbRate: number
Title:
RateRate -
oraHrxCaMbUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_MB_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FMB_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaMbProvince: number
Title:
ProvinceProvince -
oraHrxCaMbProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaMbWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaMbWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_MB_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNB_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OraHrxCaNbAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaNbAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaNbClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaNbClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
OraHrxCaNbDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaNbDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCANbRate: number
Title:
RateRate -
oraHrxCaNbUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_NB_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNB_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNbProvince: number
Title:
ProvinceProvince -
oraHrxCaNbProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaNbWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaNbWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_NB_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNL_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNlAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaNlAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaNlClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
oraHrxCaNlDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaNlDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaNlRate: number
Title:
RateRate -
oraHrxCaNlUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
oraHrxCaNlUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_NL_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNL_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNlProvince: number
Title:
ProvinceProvince -
oraHrxCaNlProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaNlWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaNlWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_NL_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNS_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNsAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaNsAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaNsClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaNsClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
oraHrxCaNsDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaNsDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaNsRate: number
Title:
RateRate -
oraHrxCaNsUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_NS_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNS_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNsProvince: number
Title:
ProvinceProvince -
oraHrxCaNsProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaNsWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaNsWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_NS_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNT_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNtAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaNtAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaNtClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaNtClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
oraHrxCaNtDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaNtDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaNtRate: number
Title:
RateRate -
oraHrxCaNtUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_NT_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNT_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNtProvince: number
Title:
ProvinceProvince -
oraHrxCaNtProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaNtWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaNtWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_NT_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNU_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNuAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaNuAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCANuClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaNuClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
oraHrxCaNuDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaNuDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaNuRate: number
Title:
RateRate -
oraHrxCaNuUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_NU_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FNU_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNuProvince: number
Title:
ProvinceProvince -
oraHrxCaNuProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaNuWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaNuWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_NU_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FON_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaOnAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaOnAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaOnClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaOnClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
oraHrxCaOnDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaOnDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaOnRate: number
Title:
RateRate -
oraHrxCaOnUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_ON_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FON_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaOnProvince: number
Title:
ProvinceProvince -
oraHrxCaOnProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaOnWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaOnWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_ON_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FPE_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPeAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaPeAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaPeClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaPeClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
oraHrxCaPeDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaPeDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaPeRate: number
Title:
RateRate -
oraHrxCaPeUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_PE_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FPE_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPeProvince: number
Title:
ProvinceProvince -
oraHrxCaPeProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaPeWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaPeWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_PE_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FQC_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaQcAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaQcAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaQcClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaQcClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
oraHrxCaQcDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaQcDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaQcRate: number
Title:
RateRate -
oraHrxCaQcUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_QC_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FQC_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaQcProvince: number
Title:
ProvinceProvince -
oraHrxCaQcProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaQcWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaQcWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_QC_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FSK_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaSkAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaSkAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaSkClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaSkClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
oraHrxCaSkDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaSkDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaSkRate: number
Title:
RateRate -
oraHrxCaSkUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_SK_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FSK_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaSkProvince: number
Title:
Saskatchewan ProvinceSaskatchewan Province -
oraHrxCaSkProvince_Display: string
Title:
Saskatchewan ProvinceSaskatchewan Province -
oraHrxCaSkWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaSkWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_SK_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FYT_5FDETAILprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaYtAcctName: string
Title:
Account NameMaximum Length:150Account Name -
oraHrxCaYtAcctNumber: string
Title:
Account NumberMaximum Length:150Account Number -
oraHrxCaYtClUnit: string
Title:
Classification UnitMaximum Length:150Classification Unit -
oraHrxCaYtClUnitDesc: string
Title:
Classification Unit DescriptionMaximum Length:150Classification Unit Description -
oraHrxCaYtDefault: string
Title:
Default AccountMaximum Length:150Default Account -
oraHrxCaYtDefaultRate: string
Title:
Default RateMaximum Length:150Default Rate -
oraHrxCaYtRate: number
Title:
RateRate -
oraHrxCaYtUnique: number
Title:
Unique Segment IdentifierUnique Segment Identifier -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_YT_DETAIL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FPSU_5FWC_5FYT_5FHEADERprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxCaYtProvince: number
Title:
ProvinceProvince -
oraHrxCaYtProvince_Display: string
Title:
ProvinceProvince -
oraHrxCaYtWcBoard: string
Title:
Workers Compensation BoardMaximum Length:150Workers Compensation Board -
oraHrxCaYtWcBoard_Display: string
Title:
Workers Compensation BoardWorkers Compensation Board -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_PSU_WC_YT_HEADER -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FQC_5FLS_5FINFOprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
labourStandardsEnableCalcFlag: string
Title:
Enable Quebec Labour Standards CalculationMaximum Length:150Enable Quebec Labour Standards Calculation -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_QC_LS_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FCA_5FTRU_5FEOY_5FREPORT_5FRULESprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OraHrxCaDentalPlans: number
Title:
Dental Access or CoverageDental Access or Coverage -
OraHrxCaDentalPlans_Display: string
Title:
Dental Access or CoverageDental Access or Coverage -
OraHrxCaEoyPublishDay: number
Title:
Year-End Documents Publish DayYear-End Documents Publish Day -
OraHrxCaEoyPublishDay_Display: string
Title:
Year-End Documents Publish DayYear-End Documents Publish Day -
OraHrxCaEoyPublishMonth: number
Title:
Year-End Documents Publish MonthYear-End Documents Publish Month -
OraHrxCaEoyPublishMonth_Display: string
Title:
Year-End Documents Publish MonthYear-End Documents Publish Month -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_CA_TRU_EOY_REPORT_RULES -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FCN_5FPSU_5FTERMINATION_5FINFOprivateVO-item-response
Type:
Show Source
object-
_LEAVE_COMPENSATION_FACTOR: number
Title:
Leave Compensation FactorLeave Compensation Factor -
_MONTHLY_SALARY_PAID_DAYS: number
Title:
Monthly Salary Paid DaysMonthly Salary Paid Days -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_CN_PSU_TERMINATION_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FGB_5FPS_5FCSP_5FPSU_5FDETAILSprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FGB_5FPS_5FSWC_5FPSU_5FDETAILSprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FGB_5FPS_5FTPS_5FPSU_5FDETAILSprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FGB_5FPS_5FCSP_5FPSU_5FDETAILSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
employerCode: string
Title:
Employer CodeMaximum Length:150Employer Code -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_GB_PS_CSP_PSU_DETAILS -
OrgInformationId: integer
(int64)
-
paypointCode: string
Title:
Paypoint CodeMaximum Length:150Paypoint Code -
SequenceNumber: integer
(int32)
-
shortTermHoursFileType: string
Title:
Short-Time Hours File TypeMaximum Length:150Short-Time Hours File Type -
shortTermHoursFileType_DisplayValue: string
Title:
Short-Time Hours File TypeShort-Time Hours File Type -
startOfWeek: string
Title:
Start of WeekMaximum Length:150Start of Week -
startOfWeek_DisplayValue: string
Title:
Start of WeekStart of Week -
workingHoursType: string
Title:
Working Hours TypeMaximum Length:150Working Hours Type -
workingHoursType_DisplayValue: string
Title:
Working Hours TypeWorking Hours Type
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FGB_5FPS_5FSWC_5FPSU_5FDETAILSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OraHrxGbPsSwcRoleFf: number
Title:
Role FormulaRole Formula -
OraHrxGbPsSwcRoleFf_Display: string
Title:
Role FormulaRole Formula -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_GB_PS_SWC_PSU_DETAILS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FGB_5FPS_5FTPS_5FPSU_5FDETAILSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
localAuthorityNumber: string
Title:
Local Authority NumberMaximum Length:150Local Authority Number -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_GB_PS_TPS_PSU_DETAILS -
OrgInformationId: integer
(int64)
-
payrollProviderOrMatNumber: string
Title:
Payroll Provider or MAT NumberMaximum Length:150Payroll Provider or MAT Number -
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FQA_5FPSU_5FDETAILSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxQaEmployerEstbId: integer
(int32)
Title:
Employer Establishment IDEmployer Establishment ID -
oraHrxQaPayerEstbId: integer
(int32)
Title:
Payer Establishment IDPayer Establishment ID -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_QA_PSU_DETAILS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationHRX_5FSA_5FPSU_5FGOSI_5FOFFICE_5FDETAILSprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FSA_5FPSU_5FGOSI_5FOFFICE_5FDETAILSprivateVO-item-response
Type:
Show Source
object-
_OFFICE_CODE: integer
(int32)
Title:
Office CodeOffice Code -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_SA_PSU_GOSI_OFFICE_DETAILS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FSA_5FPSU_5FWPS_5FINFOprivateVO-item-response
Type:
Show Source
object-
_MINISTRY_OF_LABOR_EMPLOYER_ID: string
Title:
Ministry of Labor Employer IDMaximum Length:150Ministry of Labor Employer ID -
_WPS_EMPLOYR_BANK_ID: string
Title:
WPS Employer Bank IDMaximum Length:150WPS Employer Bank ID -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_SA_PSU_WPS_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FUS_5FPSU_5FFOREIGN_5FENTITY_5FINFprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FUS_5FPSU_5FPAYER_5FNAME_5FCONTROLprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FUS_5FPSU_5FTRANSFER_5FAGENT_5FINFprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FHRX_5FUS_5FPSU_5FTRANSMITTER_5FINFprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FAKprivateVO-item-response
Type:
Show Source
object-
_OTHER_STATES_WAGES_REPORTED: string
Title:
Wages Reported to Other StatesMaximum Length:150Wages Reported to Other States -
_OTHER_STATES_WAGES_REPORTED_Display: string
Title:
Wages Reported to Other StatesWages Reported to Other States -
_ZERO_REPORT: string
Title:
Zero ReportMaximum Length:150Zero Report -
_ZERO_REPORT_Display: string
Title:
Zero ReportZero Report -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_AK -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FARprivateVO-item-response
Type:
Show Source
object-
_LIMITATION_OF_LIABILITY: string
Title:
Limitation of LiabilityMaximum Length:150Limitation of Liability -
_TYPE_OF_EMPLOYMENT: string
Title:
Type of EmploymentMaximum Length:150Type of Employment -
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type of EmploymentType of Employment -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_AR -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FCAprivateVO-item-response
Type:
Show Source
object-
_WAGE_PLAN_CODE: string
Title:
Wage Plan CodeMaximum Length:150Wage Plan Code -
_WAGE_PLAN_CODE_Display: string
Title:
Wage Plan CodeWage Plan Code -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_CA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FCTprivateVO-item-response
Type:
Show Source
object-
_TYPE_OF_EMPLOYMENT: string
Title:
Type of EmploymentMaximum Length:150Type of Employment -
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type of EmploymentType of Employment -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_CT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FDCprivateVO-item-response
Type:
Show Source
object-
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No WagesMaximum Length:150No Workers No Wages -
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No WagesNo Workers No Wages -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_DC -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FGAprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_GA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FIAprivateVO-item-response
Type:
Show Source
object-
_BLOCKING_FACTOR: number
Title:
Blocking FactorBlocking Factor -
_COMPUTER: string
Title:
ComputerMaximum Length:150Computer -
_DENSITY: string
Title:
DensityMaximum Length:150Density -
_DENSITY_Display: string
Title:
DensityDensity -
_INTERNAL_LABEL: string
Title:
Internal LabelMaximum Length:150Internal Label -
_INTERNAL_LABEL_Display: string
Title:
Internal LabelInternal Label -
_NUMBER_TRACKS: string
Title:
Number of TracksMaximum Length:150Number of Tracks -
_NUMBER_TRACKS_Display: string
Title:
Number of TracksNumber of Tracks -
_RECORDING_CODE: string
Title:
Recording CodeMaximum Length:150Recording Code -
_RECORDING_CODE_Display: string
Title:
Recording CodeRecording Code -
_TYPE_OF_EMPLOYMENT: string
Title:
Type of EmploymentMaximum Length:150Type of Employment -
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type of EmploymentType of Employment -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_IA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FILprivateVO-item-response
Type:
Show Source
object-
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No WagesMaximum Length:150No Workers No Wages -
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No WagesNo Workers No Wages -
_TAX_TYPE_CODE: string
Title:
Tax TypeMaximum Length:150Tax Type -
_TAX_TYPE_CODE_Display: string
Title:
Tax TypeTax Type -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_IL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FLAprivateVO-item-response
Type:
Show Source
object-
_EFT_INDICATOR: string
Title:
Electronic Funds TransferMaximum Length:150Electronic Funds Transfer -
_EFT_INDICATOR_Display: string
Title:
Electronic Funds TransferElectronic Funds Transfer -
_INDUSTRY_CODE: number
Title:
Industry CodeIndustry Code -
_MULTIPLE_COUNTY_INDUSTRY: string
Title:
Multiple County IndustryMaximum Length:150Multiple County Industry -
_MULTIPLE_COUNTY_INDUSTRY_Display: string
Title:
Multiple County IndustryMultiple County Industry -
_MULTIPLE_WORKSITE_LOCATION: string
Title:
Multiple Worksite LocationMaximum Length:150Multiple Worksite Location -
_MULTIPLE_WORKSITE_LOCATION_Display: string
Title:
Multiple Worksite LocationMultiple Worksite Location -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_LA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FMEprivateVO-item-response
Type:
Show Source
object-
_ADJUSTED_UC_CONTRIBUTION_RATE: number
Title:
Adjusted UC Contribution RateAdjusted UC Contribution Rate -
_COMPETITIVE_SKILL_FUND_RATE: number
Title:
Competitive Skills Scholarship Fund Assessment RateCompetitive Skills Scholarship Fund Assessment Rate -
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No WagesMaximum Length:150No Workers No Wages -
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No WagesNo Workers No Wages -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_ME -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FMIprivateVO-item-response
Type:
Show Source
object-
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_MI -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FMTprivateVO-item-response
Type:
Show Source
object-
_COMPUTER: string
Title:
ComputerMaximum Length:150Computer -
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No WagesMaximum Length:150No Workers No Wages -
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No WagesNo Workers No Wages -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_MT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNCprivateVO-item-response
Type:
Show Source
object-
_REMITTER_NUMBER: number
Title:
Remitter NumberRemitter Number -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_NC -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNDprivateVO-item-response
Type:
Show Source
object-
_MEDIA_TYPE: string
Title:
Media TypeMaximum Length:150Media Type -
_MEDIA_TYPE_Display: string
Title:
Media TypeMedia Type -
_PROVIDER_IDENTIFICATION: string
Title:
Provider IdentificationMaximum Length:150Provider Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_ND -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNHprivateVO-item-response
Type:
Show Source
object-
_AGENT_IDENTIFIER: string
Title:
Agent IdentifierMaximum Length:150Agent Identifier -
_AGENT_IDENTIFIER_Display: string
Title:
Agent IdentifierAgent Identifier -
_FILE_PREPARER: string
Title:
File PreparerMaximum Length:150File Preparer -
_FILE_PREPARER_Display: string
Title:
File PreparerFile Preparer -
_TYPE_OF_EMPLOYER: string
Title:
Type of EmployerMaximum Length:150Type of Employer -
_TYPE_OF_EMPLOYER_Display: string
Title:
Type of EmployerType of Employer -
_TYPE_OF_EMPLOYMENT: string
Title:
Type of EmploymentMaximum Length:150Type of Employment -
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type of EmploymentType of Employment -
_USER_ID: number
Title:
User IDUser ID -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_NH -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNJprivateVO-item-response
Type:
Show Source
object-
_MAGNETIC_AUTHORIZATION_NO: number
Title:
Magnetic Authorization NumberMagnetic Authorization Number -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_NJ -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FNVprivateVO-item-response
Type:
Show Source
object-
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No WagesMaximum Length:150No Workers No Wages -
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No WagesNo Workers No Wages -
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERM_BUSINESS_INDICATOR: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERM_BUSINESS_INDICATOR_Display: string
Title:
Terminated BusinessTerminated Business -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_NV -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FOHprivateVO-item-response
Type:
Show Source
object-
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No WagesMaximum Length:150No Workers No Wages -
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No WagesNo Workers No Wages -
_OUT_OF_STATE_WAGES: string
Title:
Out-of-State WagesMaximum Length:150Out-of-State Wages -
_OUT_OF_STATE_WAGES_Display: string
Title:
Out-of-State WagesOut-of-State Wages -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_OH -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FOKprivateVO-item-response
Type:
Show Source
object-
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No WagesMaximum Length:150No Workers No Wages -
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No WagesNo Workers No Wages -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_OK -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FPAprivateVO-item-response
Type:
Show Source
object-
_COMPUTER: string
Title:
ComputerMaximum Length:150Computer -
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No WagesMaximum Length:150No Workers No Wages -
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No WagesNo Workers No Wages -
_PLANT_NUMBER: number
Title:
Plant NumberPlant Number -
_TAPE_TRANSMITTER_AUTH_NUMBER: number
Title:
Tape Transmitter Authorization NumberTape Transmitter Authorization Number -
_TYPE_OF_EMPLOYMENT: string
Title:
Type of EmploymentMaximum Length:150Type of Employment -
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type of EmploymentType of Employment -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_PA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FRIprivateVO-item-response
Type:
Show Source
object-
_MAG_TAPE_REPORTER_CODE: string
Title:
Media Filing TypeMaximum Length:150Media Filing Type -
_MAG_TAPE_REPORTER_CODE_Display: string
Title:
Media Filing TypeMedia Filing Type -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_RI -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FSCprivateVO-item-response
Type:
Show Source
object-
_FILE_PREPARER: string
Title:
File PreparerMaximum Length:150File Preparer -
_FILE_PREPARER_Display: string
Title:
File PreparerFile Preparer -
_TYPE_OF_EMPLOYMENT: string
Title:
Type of EmploymentMaximum Length:150Type of Employment -
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type of EmploymentType of Employment -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_SC -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FTXprivateVO-item-response
Type:
Show Source
object-
_ALLOCATION_LIST_REPORTED: string
Title:
Allocation List ReportedMaximum Length:150Allocation List Reported -
_ALLOCATION_LIST_REPORTED_Display: string
Title:
Allocation List ReportedAllocation List Reported -
_COMPUTER: string
Title:
ComputerMaximum Length:150Computer -
_COUNTY_WITH_MOST_EMPLOYEES: string
Title:
County with Most EmployeesMaximum Length:150County with Most Employees -
_COUNTY_WITH_MOST_EMPLOYEES_Display: string
Title:
County with Most EmployeesCounty with Most Employees -
_EMPLOYEES_OUTSIDE_MAIN_COUNTY: number
Title:
Number of Employees Outside Main CountyNumber of Employees Outside Main County -
_NAICS_CODE: number
Title:
NAICS CodeNAICS Code -
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No WagesMaximum Length:150No Workers No Wages -
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No WagesNo Workers No Wages -
_SERVICE_AGENT_ID: string
Title:
Service Agent IDMaximum Length:150Service Agent ID -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_TX -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FVTprivateVO-item-response
Type:
Show Source
object-
_AUTHORIZATION_CODE: number
Title:
Authorization CodeAuthorization Code -
_CHANGE_OF_MAILING_ADDRESS: string
Title:
Change of Mailing AddressMaximum Length:150Change of Mailing Address -
_CHANGE_OF_MAILING_ADDRESS_Display: string
Title:
Change of Mailing AddressChange of Mailing Address -
_CHANGE_OF_OWNERSHIP: string
Title:
Change of OwnershipMaximum Length:150Change of Ownership -
_CHANGE_OF_OWNERSHIP_Display: string
Title:
Change of OwnershipChange of Ownership -
_COMPUTER: string
Title:
ComputerMaximum Length:150Computer -
_NO_LONGER_EMPLOYS_IN_VERMONT: string
Title:
No Longer Employs in VermontMaximum Length:150No Longer Employs in Vermont -
_NO_LONGER_EMPLOYS_IN_VERMONT_Display: string
Title:
No Longer Employs in VermontNo Longer Employs in Vermont -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_VT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FWAprivateVO-item-response
Type:
Show Source
object-
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No WagesMaximum Length:150No Workers No Wages -
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No WagesNo Workers No Wages -
_OUT_OF_STATE_WAGES: string
Title:
Out-of-State WagesMaximum Length:150Out-of-State Wages -
_OUT_OF_STATE_WAGES_Display: string
Title:
Out-of-State WagesOut-of-State Wages -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_WA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FWVprivateVO-item-response
Type:
Show Source
object-
_COMPUTER: string
Title:
ComputerMaximum Length:150Computer -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_WV -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FSQWL_5FRULES_5FWYprivateVO-item-response
Type:
Show Source
object-
_CLASS_CODE: string
Title:
Class CodeMaximum Length:150Class Code -
_COVERAGE_TYPE: string
Title:
Coverage TypeMaximum Length:150Coverage Type -
_COVERAGE_TYPE_Display: string
Title:
Coverage TypeCoverage Type -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_SQWL_RULES_WY -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FFEDERAL_5FRULESprivateVO-item-response
Type:
Show Source
object-
_HRX_US_W2_FED_EMP_KIND: string
Title:
Type of EmployerMaximum Length:150Type of Employer -
_HRX_US_W2_FED_EMP_KIND_Display: string
Title:
Type of EmployerType of Employer -
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_TYPE_OF_EMPLOYMENT: string
Title:
Type of EmploymentMaximum Length:150Type of Employment -
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type of EmploymentType of Employment -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ACAPortraitPublishDay: number
Title:
ACA Publish DayACA Publish Day -
ACAPortraitPublishDay_Display: string
Title:
ACA Publish DayACA Publish Day -
ACAPortraitPublishMonth: number
Title:
ACA Publish MonthACA Publish Month -
ACAPortraitPublishMonth_Display: string
Title:
ACA Publish MonthACA Publish Month -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
maskSsnFlagEOY: string
Title:
Mask Social Security Number on Year-End FormsMaximum Length:150Mask Social Security Number on Year-End Forms -
maskSsnFlagEOY_Display: string
Title:
Mask Social Security Number on Year-End FormsMask Social Security Number on Year-End Forms -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_FEDERAL_RULES -
OrgInformationId: integer
(int64)
-
portraitPublishMonth: number
Title:
W-2 Publish MonthW-2 Publish Month -
portraitPublishMonth_Display: string
Title:
W-2 Publish MonthW-2 Publish Month -
SequenceNumber: integer
(int32)
-
w2Box14MaximumRows: number
Title:
Maximum W-2 Box 14 RowsMaximum W-2 Box 14 Rows -
w2Box14MaximumRows_Display: string
Title:
Maximum W-2 Box 14 RowsMaximum W-2 Box 14 Rows -
W2CPortraitPublishDay: number
Title:
W-2c Publish DayW-2c Publish Day -
W2CPortraitPublishDay_Display: string
Title:
W-2c Publish DayW-2c Publish Day -
W2CPortraitPublishMonth: number
Title:
W-2c Publish MonthW-2c Publish Month -
W2CPortraitPublishMonth_Display: string
Title:
W-2c Publish MonthW-2c Publish Month -
w2d2PortraitPublishDay: number
Title:
W-2 Publish DayW-2 Publish Day -
w2d2PortraitPublishDay_Display: string
Title:
W-2 Publish DayW-2 Publish Day
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FARprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_AR -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FAZprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_AZ -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FCOprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_CO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FDCprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_DC -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FDEprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_DE -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FIAprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_IA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FIDprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_ID -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FILprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_IL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FINprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_IN -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FKSprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_KS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FKYprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_KY -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FLAprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_LA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMAprivateVO-item-response
Type:
Show Source
object-
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_MA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMDprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_MD -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMEprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_ME -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMIprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_MI -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMNprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_MN -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMOprivateVO-item-response
Type:
Show Source
object-
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_MO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMSprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_MS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FMTprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_MT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNDprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_ND -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNEprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_NE -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNJprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_NJ -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FNMprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_NM -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FOHprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_OH -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FORprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_OR -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FPAprivateVO-item-response
Type:
Show Source
object-
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_PA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FPRprivateVO-item-response
Type:
Show Source
object-
_EMPLOYMENT_CODE: string
Title:
Employment CodeMaximum Length:150Employment Code -
_EMPLOYMENT_CODE_Display: string
Title:
Employment CodeEmployment Code -
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_PROBLEM_NOTIFICATION_CODE: string
Title:
Preferred Method of Problem Notification CodeMaximum Length:150Preferred Method of Problem Notification Code -
_PROBLEM_NOTIFICATION_CODE_Display: string
Title:
Preferred Method of Problem Notification CodePreferred Method of Problem Notification Code -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
accessCode: string
Title:
Access CodeMaximum Length:150Access Code -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
confirmationNumber: string
Title:
Confirmation NumberMaximum Length:150Confirmation Number -
controlNumber: string
Title:
Control NumberMaximum Length:150Control Number -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_PR -
OrgInformationId: integer
(int64)
-
registerNumber: string
Title:
Register NumberMaximum Length:150Register Number -
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FRIprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_RI -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FSCprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_SC -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FUTprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_UT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FVAprivateVO-item-response
Type:
Show Source
object-
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_VA -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FVIprivateVO-item-response
Type:
Show Source
object-
_EMPLOYMENT_CODE: string
Title:
Employment CodeMaximum Length:150Employment Code -
_EMPLOYMENT_CODE_Display: string
Title:
Employment CodeEmployment Code -
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_PROBLEM_NOTIFICATION_CODE: string
Title:
Preferred Method of Problem Notification CodeMaximum Length:150Preferred Method of Problem Notification Code -
_PROBLEM_NOTIFICATION_CODE_Display: string
Title:
Preferred Method of Problem Notification CodePreferred Method of Problem Notification Code -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_VI -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FVTprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_VT -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FWIprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_WI -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FUS_5FPSU_5FW2_5FRULES_5FWVprivateVO-item-response
Type:
Show Source
object-
_PREPARER_CODE: string
Title:
File PreparerMaximum Length:150File Preparer -
_PREPARER_CODE_Display: string
Title:
File PreparerFile Preparer -
_TERMINATED_BUSINESS: string
Title:
Terminated BusinessMaximum Length:150Terminated Business -
_TERMINATED_BUSINESS_Display: string
Title:
Terminated BusinessTerminated Business -
_USER_IDENTIFICATION: string
Title:
User IdentificationMaximum Length:150User Identification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_US_PSU_W2_RULES_WV -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FPSU_5FCOMBINED_5FINFprivateVO-item-response
Type:
Show Source
object-
_COMBINED_FILING_PROGRAM: string
Title:
Combined Federal or State Filing ProgramMaximum Length:150Combined Federal or State Filing Program -
_COMBINED_FILING_PROGRAM_DisplayValue: string
Title:
Combined Federal or State Filing ProgramCombined Federal or State Filing Program -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_PSU_COMBINED_INF -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FPSU_5FCOMPANY_5FINFprivateVO-item-response
Type:
Show Source
object-
_COMPANY_MAILING_ADDRESS: string
Title:
Company Mailing AddressMaximum Length:150Company Mailing Address -
_COMPANY_NAME: string
Title:
Company NameMaximum Length:150Company Name -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_PSU_COMPANY_INF -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FPSU_5FCONTACT_5FINFprivateVO-item-response
Type:
Show Source
object-
_CONTACT_EMAIL_ADDRESS: string
Title:
Contact Email AddressMaximum Length:150Contact Email Address -
_CONTACT_NAME: string
Title:
Contact NameMaximum Length:150Contact Name -
_CONTACT_TELEPHONE: string
Title:
Contact Phone NumberMaximum Length:150Contact Phone Number -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
contactExtension: string
Title:
Contact ExtensionMaximum Length:150Contact Extension -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_PSU_CONTACT_INF -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FPSU_5FFOREIGN_5FENTITY_5FINFprivateVO-item-response
Type:
Show Source
object-
_FOREIGN_ENTITY_ADDRESS: string
Title:
Foreign Entity AddressMaximum Length:150Foreign Entity Address -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_PSU_FOREIGN_ENTITY_INF -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FPSU_5FPAYER_5FINFprivateVO-item-response
Type:
Show Source
object-
_PAYER_PHONE_NUMBER: string
Title:
Payer Phone NumberMaximum Length:150Payer Phone Number -
_PAYER_SHIPPING_ADDRESS: string
Title:
Payer Shipping AddressMaximum Length:150Payer Shipping Address -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_PSU_PAYER_INF -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FPSU_5FPAYER_5FNAME_5FCONTROLprivateVO-item-response
Type:
Show Source
object-
_PAYER_NAME_CONTROL: string
Title:
Payer Name ControlMaximum Length:150Payer Name Control -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_PSU_PAYER_NAME_CONTROL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FPSU_5FTRANSFER_5FAGENT_5FINFprivateVO-item-response
Type:
Show Source
object-
_TRANSFER_AGENT_ADDRESS: string
Title:
Transfer Agent Shipping AddressMaximum Length:150Transfer Agent Shipping Address -
_TRANSFER_AGENT_NAME: string
Title:
Transfer Agent NameMaximum Length:150Transfer Agent Name -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_PSU_TRANSFER_AGENT_INF -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FPSU_5FTRANSMITTER_5FINFprivateVO-item-response
Type:
Show Source
object-
_TRANSMITTER_CONTROL_CODE: string
Title:
Transmitter Control CodeMaximum Length:150Transmitter Control Code -
_TRANSMITTER_NAME: string
Title:
Transmitter NameMaximum Length:150Transmitter Name -
_TRANSMITTER_NAME_CONTINUED: string
Title:
Transmitter Name ContinuedMaximum Length:150Transmitter Name Continued -
_TRANSMITTER_TIN: number
Title:
Transmitter TINTransmitter TIN -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_PSU_TRANSMITTER_INF -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FUS_5FPSU_5FVENDOR_5FINFprivateVO-item-response
Type:
Show Source
object-
_VENDOR_CONTACT_NAME: string
Title:
Supplier Contact NameMaximum Length:150Supplier Contact Name -
_VENDOR_CONTACT_PHONE: string
Title:
Supplier Contact PhoneMaximum Length:150Supplier Contact Phone -
_VENDOR_FOREIGN_ENTITY_IND: string
Title:
Supplier Foreign Entity IndicatorMaximum Length:150Supplier Foreign Entity Indicator -
_VENDOR_FOREIGN_ENTITY_IND_DisplayValue: string
Title:
Supplier Foreign Entity IndicatorSupplier Foreign Entity Indicator -
_VENDOR_INDICATOR: string
Title:
Supplier IndicatorMaximum Length:150Supplier Indicator -
_VENDOR_INDICATOR_DisplayValue: string
Title:
Supplier IndicatorSupplier Indicator -
_VENDOR_MAILING_ADDRESS: string
Title:
Supplier Mailing AddressMaximum Length:150Supplier Mailing Address -
_VENDOR_NAME: string
Title:
Supplier NameMaximum Length:150Supplier Name -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_US_PSU_VENDOR_INF -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
supplierContactExtension: string
Title:
Supplier Contact ExtensionMaximum Length:150Supplier Contact Extension
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FGB_5FPS_5FTPS_5FREPEST_5FDETAILSprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FGB_5FPS_5FTPS_5FREPEST_5FDETAILSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
localAuthorityNumber: string
Title:
Local Authority NumberMaximum Length:150Local Authority Number -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OraHrxGbPsSwcExcludeRe: string
Title:
Exclude from censusMaximum Length:150Exclude from census -
OraHrxGbPsSwcLACentral: string
Title:
LA central establishmentMaximum Length:150LA central establishment -
oraHrxGbPsTpsEstabNumber: string
Title:
Establishment NumberMaximum Length:150Establishment Number -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_GB_PS_TPS_REPEST_DETAILS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPAY_5FTRU_5FCURRENCYprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PAY_TRU_CURRENCY -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
truCurrencyCode: string
Title:
Tax Reporting Unit CurrencyMaximum Length:150Tax Reporting Unit Currency -
truCurrencyCode_Display: string
Title:
Tax Reporting Unit CurrencyTax Reporting Unit Currency
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FASSOCIATED_5FLEMPprivateVO-item-response
Type:
Show Source
object-
_ASSOCIATED_LEMP: number
Title:
Legal EmployerLegal Employer -
_ASSOCIATED_LEMP_Display: string
Title:
Legal EmployerLegal Employer -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_ASSOCIATED_LEMP -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPER_5FTRU_5FTYPEprivateVO-item-response
Type:
Show Source
object-
_TRU_TYPE: string
Title:
Tax Reporting Unit TypeMaximum Length:150Tax Reporting Unit Type -
_TRU_TYPE_Display: string
Title:
Tax Reporting Unit TypeTax Reporting Unit Type -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PER_TRU_TYPE -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FDE_5FLRU_5FGENERALprivateVO-item-response
Type:
Show Source
object-
_HRX_DE_LRU_COMPANY_ID: string
Title:
CommentMaximum Length:150Comment -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_DE_LRU_GENERAL -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FGB_5FTRU_5FINFOprivateVO-item-response
Type:
Show Source
object-
_COTAXREF: integer
(int64)
Title:
Corporation Tax ReferenceCorporation Tax Reference -
_ECON: string
Title:
ECONMaximum Length:150ECON -
_EDI_SENDER_ID: string
Title:
EDI Sender IDMaximum Length:150EDI Sender ID -
_ER_AC_OFFICE_REF_NUM: string
Title:
Employer Accounts Office Reference NumberMaximum Length:150Employer Accounts Office Reference Number -
_HMRC_OFFICE_PHONE: string
Title:
HMRC Office PhoneMaximum Length:150HMRC Office Phone -
_ORA_HRX_GB_ACCNT_HOLDERS_NAME: string
Title:
Account Holder NameMaximum Length:150Account Holder Name -
_ORA_HRX_GB_ACCOUNT_NUMBER: integer
(int32)
Title:
Account NumberAccount Number -
_ORA_HRX_GB_AGRCLTRL_SECTOR: string
Title:
Agricultural sectorMaximum Length:150Agricultural sector -
_ORA_HRX_GB_AL_APP_ALLOWANCE: integer
(int32)
Title:
Apprenticeship Levy Apportioned AllowanceApprenticeship Levy Apportioned Allowance -
_ORA_HRX_GB_AL_BILL_DATE: string
(date)
Title:
Apprenticeship Levy Employers Pay Bill DateApprenticeship Levy Employers Pay Bill Date -
_ORA_HRX_GB_AL_BILL_YTD: number
Title:
Apprenticeship Levy Employers Pay Bill YTDApprenticeship Levy Employers Pay Bill YTD -
_ORA_HRX_GB_AL_EXCLUDE: string
Title:
Exclude from apprenticeship levyMaximum Length:150Exclude from apprenticeship levy -
_ORA_HRX_GB_BRANCH_SORT_CODE: integer
(int32)
Title:
Branch Sort CodeBranch Sort Code -
_ORA_HRX_GB_BUILD_SCTY_REF: string
Title:
Building Society ReferenceMaximum Length:150Building Society Reference -
_ORA_HRX_GB_CO_EE_REF_TO_BACS: string
Title:
DEO output Employee Reference to BACSMaximum Length:150DEO output Employee Reference to BACS -
_ORA_HRX_GB_CO_REFERENCE: number
Title:
DEO Employer ReferenceDEO Employer Reference -
_ORA_HRX_GB_EMPT_ALWNCE_INDCTR: string
Title:
Employment Allowance IndicatorMaximum Length:150Employment Allowance Indicator -
_ORA_HRX_GB_FSHRS_SECTOR: string
Title:
Fisheries sectorMaximum Length:150Fisheries sector -
_ORA_HRX_GB_INDSTRL_SECTOR: string
Title:
Industrial/Other sectorMaximum Length:150Industrial/Other sector -
_ORA_HRX_GB_LATE_PAYE_RSN: string
Title:
Late PAYE Reporting ReasonMaximum Length:150Late PAYE Reporting Reason -
_ORA_HRX_GB_LATE_PAYE_RSN_Display: string
Title:
Late PAYE Reporting ReasonLate PAYE Reporting Reason -
_ORA_HRX_GB_RDTRNSPRT_SECTOR: string
Title:
Road Transport sectorMaximum Length:150Road Transport sector -
_ORA_HRX_GB_SAR_NA: string
Title:
State Aid rules do not applyMaximum Length:150State Aid rules do not apply -
_SAUTR: integer
(int64)
Title:
Self Assessment Unique IdentifierSelf Assessment Unique Identifier -
_SERVICE_COMPANY: string
Title:
Service CompanyMaximum Length:150Service Company -
_UNIQUE_ID_LIST: string
Title:
Unique ID ListMaximum Length:150Unique ID List -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_GB_TRU_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FGB_5FRTI_5FINFOprivateVO-item-response
Type:
Show Source
object-
_ORA_HRX_GB_ATH_VAL: string
Title:
Authentication ValueMaximum Length:150Authentication Value -
_ORA_HRX_GB_ATH_VAL_BLK: string
Title:
Hidden Authentication ValueMaximum Length:150Hidden Authentication Value -
_ORA_HRX_GB_ATH_VAL_P1: string
Title:
Authentication Value Part 1Maximum Length:150Authentication Value Part 1 -
_ORA_HRX_GB_ATH_VAL_P2: string
Title:
Authentication Value Part 2Maximum Length:150Authentication Value Part 2 -
_ORA_HRX_GB_NOT_GOT: integer
(int64)
Title:
NOT Highest Index RetrievedNOT Highest Index Retrieved -
_ORA_HRX_GB_P6_GOT: integer
(int64)
Title:
P6 Highest Index RetrievedP6 Highest Index Retrieved -
_ORA_HRX_GB_P9_GOT: integer
(int64)
Title:
P9 Highest Index RetrievedP9 Highest Index Retrieved -
_ORA_HRX_GB_PGL1_GOT: integer
(int64)
Title:
PGL1 Highest Index RetrievedPGL1 Highest Index Retrieved -
_ORA_HRX_GB_PGL2_GOT: integer
(int64)
Title:
PGL2 Highest Index RetrievedPGL2 Highest Index Retrieved -
_ORA_HRX_GB_RTI_GOT: integer
(int64)
Title:
RTI Highest Index RetrievedRTI Highest Index Retrieved -
_ORA_HRX_GB_SENDER_ID: string
Title:
Sender IDMaximum Length:150Sender ID -
_ORA_HRX_GB_SL1_GOT: integer
(int64)
Title:
SL1 Highest Index RetrievedSL1 Highest Index Retrieved -
_ORA_HRX_GB_SL2_GOT: integer
(int64)
Title:
SL2 Highest Index RetrievedSL2 Highest Index Retrieved -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_GB_RTI_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FMX_5FTRU_5FLOCprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
hrxMxLocSegment: number
Title:
Work LocationWork Location -
hrxMxLocSegment_Display: string
Title:
Work LocationWork Location -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_MX_TRU_LOC -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FHRX_5FMX_5FTRU_5FSS_5FDETAILSprivateVO-item-response
Type:
Show Source
object-
_MUNICIPALITY_CODE: string
Title:
Municipality CodeMaximum Length:150Municipality Code -
_SS_WORK_RISK_CLASS_TRU: string
Title:
SS Work Risk ClassificationMaximum Length:150SS Work Risk Classification -
_SS_WORK_RISK_CLASS_TRU_Display: string
Title:
SS Work Risk ClassificationSS Work Risk Classification -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
mxIsTransmitterTru: string
Title:
Is Transmitter TRUMaximum Length:150Is Transmitter TRU -
mxIsTransmitterTru_Display: string
Title:
Is Transmitter TRUIs Transmitter TRU -
mxSsIMSSWAYBILL: integer
(int32)
Title:
Waybill NumberWaybill Number -
mxTransmitterTru: number
Title:
Transmitter TRUTransmitter TRU -
mxTransmitterTru_Display: string
Title:
Transmitter TRUTransmitter TRU -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_HRX_MX_TRU_SS_DETAILS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationHRX_5FNL_5FSICKNESS_5FREPORT_5FCONTACT_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : InformationHRX_5FNL_5FSICKNESS_5FREPORT_5FSENDER_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FNL_5FORG_5FWAGE_5FREPORT_5FINFOprivateVO-item-response
Type:
Show Source
object-
_CONTACT_NAME: string
Title:
Contact NameMaximum Length:150Contact Name -
_OWN_RISK_COVER: string
Title:
Own Risk CoverMaximum Length:150Own Risk Cover -
_PAYROLL_FREQUENCY: string
Title:
Payroll FrequencyMaximum Length:150Payroll Frequency -
_PAYROLL_FREQUENCY_DisplayValue: string
Title:
Payroll FrequencyPayroll Frequency -
_PHONE: string
Title:
PhoneMaximum Length:150Phone -
_PUBLIC_SECTOR_ORGANIZATION: string
Title:
Public Sector OrganizationMaximum Length:150Public Sector Organization -
_SENDER_ID: string
Title:
Sender IDMaximum Length:150Sender ID -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_NL_ORG_WAGE_REPORT_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FNL_5FSICKNESS_5FREPORT_5FCONTACT_5FINFOprivateVO-item-response
Type:
Show Source
object-
_CONTACT_NAME: string
Title:
Contact NameMaximum Length:150Contact Name -
_CONTACT_NUMBER: string
Title:
Contact PhoneMaximum Length:150Contact Phone -
_GENDER: string
Title:
GenderMaximum Length:150Gender -
_GENDER_DisplayValue: string
Title:
GenderGender -
_LOCATION: string
Title:
LocationMaximum Length:150Location -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
oraHrxNlContactType: string
Title:
Contact TypeMaximum Length:150Contact Type -
oraHrxNlContactType_DisplayValue: string
Title:
Contact TypeContact Type -
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_NL_SICKNESS_REPORT_CONTACT_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FNL_5FSICKNESS_5FREPORT_5FSENDER_5FINFOprivateVO-item-response
Type:
Show Source
object-
_CONTACT_PERSON_OR_DEPARTMENT: string
Title:
Contact Person or DepartmentMaximum Length:150Contact Person or Department -
_CONTACT_PHONE: string
Title:
Contact PhoneMaximum Length:150Contact Phone -
_ROLE: string
Title:
RoleMaximum Length:150Role -
_ROLE_DisplayValue: string
Title:
RoleRole -
_SENDER_NAME: string
Title:
Sender NameMaximum Length:150Sender Name -
_TAX_REGISTRATION_NUMBER: string
Title:
Tax Registration NumberMaximum Length:150Tax Registration Number -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_NL_SICKNESS_REPORT_SENDER_INFO -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FSG_5FCSN_5FNUMBERSprivateVO-item-response
Type:
Show Source
object-
_CSN: string
Title:
CPF Submission NumberMaximum Length:150CPF Submission Number -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_SG_CSN_NUMBERS -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationHRX_5FSG_5FIRAS_5FINFORMATIONprivateVO-item-response
Type:
Show Source
object-
_BONUS_DATE: string
(date)
Title:
Bonus DateBonus Date -
_EMPLOYER_CATEGORY: string
Title:
Employer IRAS CategoryMaximum Length:150Employer IRAS Category -
_EMPLOYER_CATEGORY_Display: string
Title:
Employer IRAS CategoryEmployer IRAS Category -
_ENABLE_A8A_PROCESSING: string
Title:
Enable A8A ProcessingMaximum Length:150Enable A8A Processing -
_INCORPORATION_DATE: string
(date)
Title:
IRAS Date of Incorporation for ERIS StartupsIRAS Date of Incorporation for ERIS Startups -
_IR21_CONTACT_NAME: string
Title:
IR21 Contact NameMaximum Length:150IR21 Contact Name -
_IR21_CONTACT_NUMBER: string
Title:
IR21 Contact NumberMaximum Length:150IR21 Contact Number -
_JOB_DESIGNATION_TYPE: string
Title:
IRAS Job Designation TypeMaximum Length:150IRAS Job Designation Type -
_JOB_DESIGNATION_TYPE_Display: string
Title:
IRAS Job Designation TypeIRAS Job Designation Type -
_OVERSEAS_HQ_STATUS: string
Title:
IRAS Overseas Headquarter StatusMaximum Length:150IRAS Overseas Headquarter Status -
_PAYER_ID_TYPE: string
Title:
IRAS Payer ID TypeMaximum Length:150IRAS Payer ID Type -
_PAYER_ID_TYPE_Display: string
Title:
IRAS Payer ID TypeIRAS Payer ID Type -
_POSITION_SEGMENT_TYPE: string
Title:
IRAS Position Segment TypeMaximum Length:150IRAS Position Segment Type -
_TELEPHONE_NUMBER: string
Title:
IRAS Phone NumberMaximum Length:150IRAS Phone Number -
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:HRX_SG_IRAS_INFORMATION -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FPER_5FUNION_5FADDITIONAL_5FINFORMATIONprivateVO
Type:
Show Source
arrayNested Schema : InformationORA_5FPER_5FUNION_5FASSOCIATED_5FBARGAINING_5FUNITSprivateVO
Type:
Show Source
arrayNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FUNION_5FADDITIONAL_5FINFORMATIONprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
code: string
Title:
CodeMaximum Length:150Code -
CreationDate: string
(date-time)
Read Only:
true -
description: string
Title:
DescriptionMaximum Length:150Description -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_UNION_ADDITIONAL_INFORMATION -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FUNION_5FASSOCIATED_5FBARGAINING_5FUNITSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
bargainingUnit: string
Title:
Bargaining UnitMaximum Length:150Bargaining Unit -
bargainingUnit_Display: string
Title:
Bargaining UnitBargaining Unit -
BusinessGroupId: integer
(int64)
-
contactName: string
Title:
Contact NameMaximum Length:150Contact Name -
contactTitle: string
Title:
Contact TitleMaximum Length:150Contact Title -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
location: number
Title:
LocationLocation -
location_Display: string
Title:
LocationLocation -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_UNION_ASSOCIATED_BARGAINING_UNITS -
OrgInformationId: integer
(int64)
-
sequence: string
Title:
SequenceMaximum Length:150Sequence -
SequenceNumber: integer
(int32)
-
workEmail: string
Title:
Work EmailMaximum Length:150Work Email -
workPhone: string
Title:
Work PhoneMaximum Length:150Work Phone
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationORA_5FPER_5FUNION_5FCONTACTSprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
contactName: string
Title:
Contact NameMaximum Length:150Contact Name -
contactTitle: string
Title:
Contact TitleMaximum Length:150Contact Title -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:ORA_PER_UNION_CONTACTS -
OrgInformationId: integer
(int64)
-
sequence: string
Title:
SequenceMaximum Length:150Sequence -
SequenceNumber: integer
(int32)
-
workEmail: string
Title:
Work EmailMaximum Length:150Work Email -
workPhone: string
Title:
Work PhoneMaximum Length:150Work Phone
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationProject__Type__Class__InformationprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
allowIndirectProjects: string
Title:
Allow indirect projectsMaximum Length:150Allow indirect projects -
allowIndirectProjects_Display: string
Title:
Allow indirect projectsAllow indirect projects -
allowProjectsEnabledForBilling: string
Title:
Allow projects enabled for billingMaximum Length:150Allow projects enabled for billing -
allowProjectsEnabledForBilling_Display: string
Title:
Allow projects enabled for billingAllow projects enabled for billing -
allowProjectsEnabledForCapital: string
Title:
Allow projects enabled for capitalizationMaximum Length:150Allow projects enabled for capitalization -
allowProjectsEnabledForCapital_Display: string
Title:
Allow projects enabled for capitalizationAllow projects enabled for capitalization -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:Project Type Class Information -
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-extraInformation-InformationPRJ_5FPU_5FATTRIBUTESprivateVO-item-response
Type:
Show Source
object-
ActionOccurrenceId: integer
(int64)
Default Value:
-1 -
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Read Only:
true -
LegislationCode: string
Maximum Length:
30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32 -
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80Default Value:PRJ_PU_ATTRIBUTES -
OrgInformationId: integer
(int64)
-
projectUnitCode: string
Title:
Project Unit CodeMaximum Length:150Project Unit Code -
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : organizations-OrganizationDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationId: integer
(int64)
Title:
Organization
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
The following example shows how to retrieve all the organizations by submitting a GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -X GET "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/organizations"
Example of Response Header
The following shows an example of the response header.
Status: HTTP/1.1 200 OK Content-Type : application/json
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"items": [25]
0: {
"EffectiveStartDate": "1987-01-01"
"EffectiveEndDate": "4712-12-31"
"OrganizationId": 357
"Name": "Illinois-Workers Compensation"
"ClassificationCode": "US_WC_CARRIER"
"InternalAddressLine": null
"LocationId": 227
"OrganizationCode": "Illinois-Workers CompensationUS_WC_CARRIER1"
"Status": "A"
"CreationDate": "1997-01-16T00:00:00-07:00"
"LastUpdateDate": "2001-02-11T00:00:00-07:00"
"links": [6]
0: {
...}
}
1: {
"EffectiveStartDate": "2009-12-10"
"EffectiveEndDate": "4712-12-31"
"OrganizationId": 100000015105005
"Name": "zPOS-OracleEMEA"
"ClassificationCode": "BUSINESS_UNIT"
"InternalAddressLine": null
"LocationId": 1861233
"OrganizationCode": "zPOS-OracleEMEA BUSINESS_UNIT1"
"Status": "A"
"CreationDate": "2009-12-10T23:49:43-07:00"
"LastUpdateDate": "2009-12-10T23:50:38-07:00"
"links": [6]
0: {
...}
}
}