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
- __FLEX_Context_DisplayValue; string
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:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : organizations-item-response
Type:
Show Source
object
-
ClassificationCode: string
Read Only:
true
Maximum Length:40
Code of the department's classification. -
CreationDate: string
(date-time)
Read Only:
true
Date and time when the department was created. -
EffectiveEndDate: string
(date)
Title:
Effective End Date
Effective end date of the department. -
EffectiveStartDate: string
(date)
Title:
Effective Start Date
Effective start date of the department. -
extraInformation: array
extraInformation
-
InternalAddressLine: string
Title:
Internal Address Line
Maximum Length:80
Internal address line of the department. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date and time the department was updated. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LocationId: integer
(int64)
Unique identifier of the location for a department.
-
Name: string
Title:
Name
Maximum Length:240
Name of the department. -
OrganizationCode: string
Maximum Length:
500
Code of the department. -
OrganizationDFF: array
OrganizationDFF
Customer's flexfield for organization.
-
OrganizationId: integer
(int64)
Title:
Organization
Unique identifier for the department. -
OrgCode: string
Custom OrganizationCode to be used instead of autogenerated code.
-
Status: string
Title:
Status
Read Only:true
Maximum Length:30
Default Value:A
Status of the department. -
Title: string
Title:
Title
Maximum Length:240
Category 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: CategoryCode
Type:
object
Discriminator: 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:FUN_BUSINESS_UNIT
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default Value:HCM_DISABILITY_ORGANIZATION
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_LEMP_AE
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default Value:HCM_LEMP_BH
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_LEMP_CN
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_LEMP_FR
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default Value:HCM_LEMP_GB
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_LEMP_IN
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_LEMP_KW
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_LEMP_NL
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default Value:HCM_LEMP_OM
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_LRU
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default Value:HCM_PROFESSIONAL_BODY
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_PSU_AE
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_PSU_HK
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default Value:HCM_PSU_IN
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_TRU_CA
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default Value:HCM_TRU_CN
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_TRU_FR
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_TRU_HK
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default Value:HCM_TRU_IE
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default Value:HCM_TRU_IN
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:HCM_TRU_US
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default 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:
Links
The 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:
80
Default Value:PER_ORGANIZATION_CATEGORY
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The 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:
80
Default 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:
Links
The link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
-
OrgUnitClassificationId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Rate
Maximum Length:150
-
_SPECIFIC_WA_RATE_Display: string
Title:
Specific 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_FR_DEPT_CORPORATE_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPmDeptAccount: string
Title:
Provincial Medical Account Override
Maximum Length:150
-
oraHrxCaPmDeptAccount_Display: string
Title:
Provincial Medical Account Override
-
oraHrxCaPmDeptProv: string
Title:
Provincial Medical Province
Maximum Length:150
-
oraHrxCaPmDeptProv_Display: string
Title:
Provincial Medical Province
-
oraHrxCaPmDeptPsu: number
Title:
Provincial Medical Payroll Statutory Unit
-
oraHrxCaPmDeptPsu_Display: string
Title:
Provincial Medical Payroll Statutory Unit
-
oraHrxCaPmDeptUniqueSeg: number
Title:
Identifies the Provincial Medical Department Context Uniquely
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PM_DEPT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaWcDeptClUnit: string
Title:
Workers Compensation Classification Unit Override
Maximum Length:150
-
oraHrxCaWcDeptClUnit_Display: string
Title:
Workers Compensation Classification Unit Override
-
oraHrxCaWcDeptProv: string
Title:
Workers Compensation Province
Maximum Length:150
-
oraHrxCaWcDeptProv_Display: string
Title:
Workers Compensation Province
-
oraHrxCaWcDeptPsu: number
Title:
Workers Compensation Payroll Statutory Unit
-
oraHrxCaWcDeptPsu_Display: string
Title:
Workers Compensation Payroll Statutory Unit
-
oraHrxCaWcDeptUniqueSeg: number
Title:
Identifies the Workers Compensation Context Uniquely
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_WC_DEPT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Pool
Maximum Length:150
-
floatPool_Display: string
Title:
Float Pool
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HTS_DEPT_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraPerLegalEmployer: number
Title:
Legal Employer
-
oraPerLegalEmployer_Display: string
Title:
Legal Employer
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_LEGAL_EMP_ASSOC_DEPT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Company
Maximum Length:150
-
_COMPANY_VALUESET: string
Title:
Company Value Set
Maximum Length:150
-
_COMPANY_VALUESET_Display: string
Title:
Company Value Set
-
_COST_CENTER: string
Title:
Cost Center
Maximum Length:150
-
_COST_CENTER_MGR: string
Title:
Cost Center Manager
Maximum Length:150
-
_COST_CENTER_MGR_Display: string
Title:
Cost Center Manager
-
_COST_CENTER_VALUESET: string
Title:
Cost Center Value Set
Maximum Length:150
-
_COST_CENTER_VALUESET_Display: string
Title:
Cost 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_GL_COST_CENTER_INFO
-
OrgInformationId: integer
(int64)
-
recordIdentifier: string
Title:
Record Identifier
Maximum Length:150
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Manager
Maximum Length:150
-
_MANAGER_Display: string
Title:
Manager
-
_REPORTING_NAME: string
Title:
Reporting Name
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_ORG_MANAGER_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Hours
-
_STD_WORKING_HOURS_FREQUENCY: string
Title:
Standard Working Hours Frequency
Maximum Length:150
-
_STD_WORKING_HOURS_FREQUENCY_Display: string
Title:
Standard Working Hours Frequency
-
_WORK_END_TIME: string
Title:
Work End Time
Maximum Length:150
-
_WORK_START_TIME: string
Title:
Work Start Time
Maximum Length:150
-
ActionOccurrenceId: integer
(int64)
Default Value:
-1
-
annualWorkingDurationUnits: string
Title:
Annual Working Duration Units
Maximum Length:150
-
annualWorkingDurationUnits_Display: string
Title:
Annual 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_WORK_DAY_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
standardAnnualWorkingDuration: number
Title:
Standard Annual Working Duration
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FPER_5FASG_5FSTANDARD_5FWORKING_5FHOURSprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FPER_5FDOR_5FLETTER_5FGEN_5FDOR_5FSOURCEprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FPER_5FEDIT_5FHCM_5FBUSINESS_5FOBJECTSprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FPER_5FEMP_5FPOS_5FINCUMBENT_5FVALIDATIONprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FPER_5FHCM_5FCONNECTIONS_5FCONFIGURATIONprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FPER_5FHCM_5FFLOW_5FTO_5FDOC_5FTYPES_5FMAPPINGprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FPER_5FPOSITION_5FBUDGETING_5FCONFIGURATIONprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FPER_5FSEC_5FPROF_5FAND_5FDATA_5FROLE_5FCONFIGprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FPER_5FSECURITY_5FPROFILES_5FINFORMATIONprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FPER_5FWS_5FCONFIGURATION_5FMIN_5FCHARprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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 Collapsed
Maximum Length:150
-
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true
-
defaultEnterpriseSeniorityDate: string
Title:
Default Enterprise Seniority Date
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_EMPL_CONF
-
OrgInformationId: integer
(int64)
-
readyToConvert: string
Title:
Automatically Convert Pending Workers
Maximum Length:150
-
SequenceNumber: integer
(int32)
-
taleoCandidateImportRecruiting: string
Title:
Recruiting Integration
Maximum Length:150
-
taleoCandidateImportRecruiting_Display: string
Title:
Recruiting Integration
-
validationExistingSubordinates: string
Title:
Validation For Existing Subordinates Termination
Maximum Length:150
-
validationExistingSubordinates_DisplayValue: string
Title:
Validation For Existing Subordinates Termination
-
validationForFutureDated: string
Title:
Guided Flows: Future-Dated Records Validation
Maximum Length:150
-
validationForFutureDated_DisplayValue: string
Title:
Guided Flows: Future-Dated Records Validation
Nested Schema : Links
Type:
array
Title:
Links
The 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 Level
Maximum Length:150
-
archiveLevel_Display: string
Title:
Archive Level
-
balanceName: string
Title:
Balance Name
Maximum Length:150
-
balanceName_Display: string
Title:
Balance Name
-
BusinessGroupId: integer
(int64)
-
category: string
Title:
Category
Maximum Length:150
-
category_Display: string
Title:
Category
-
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 Name
Maximum Length:150
-
legislativeDataGroupName_Display: string
Title:
Legislative Data Group Name
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_LOCAL_BALANCE
-
OrgInformationId: integer
(int64)
-
reportUsage: string
Title:
Report Usage
Maximum Length:150
-
reportUsage_Display: string
Title:
Report Usage
-
SequenceNumber: integer
(int32)
-
taxCode: string
Title:
Tax Code
Maximum Length:150
-
type: string
Title:
Type
Maximum Length:150
-
type_Display: string
Title:
Type
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Element
Maximum Length:150
-
elementName_Display: string
Title:
Element
-
inputValue1: string
Title:
Input Value 1
Maximum Length:150
-
inputValue10: string
Title:
Input Value 10
Maximum Length:150
-
inputValue10_Display: string
Title:
Input Value 10
-
inputValue11: string
Title:
Input Value 11
Maximum Length:150
-
inputValue11_Display: string
Title:
Input Value 11
-
inputValue12: string
Title:
Input Value 12
Maximum Length:150
-
inputValue12_Display: string
Title:
Input Value 12
-
inputValue13: string
Title:
Input Value 13
Maximum Length:150
-
inputValue13_Display: string
Title:
Input Value 13
-
inputValue14: string
Title:
Input Value 14
Maximum Length:150
-
inputValue14_Display: string
Title:
Input Value 14
-
inputValue15: string
Title:
Input Value 15
Maximum Length:150
-
inputValue15_Display: string
Title:
Input Value 15
-
inputValue1_Display: string
Title:
Input Value 1
-
inputValue2: string
Title:
Input Value 2
Maximum Length:150
-
inputValue2_Display: string
Title:
Input Value 2
-
inputValue3: string
Title:
Input Value 3
Maximum Length:150
-
inputValue3_Display: string
Title:
Input Value 3
-
inputValue4: string
Title:
Input Value 4
Maximum Length:150
-
inputValue4_Display: string
Title:
Input Value 4
-
inputValue5: string
Title:
Input Value 5
Maximum Length:150
-
inputValue5_Display: string
Title:
Input Value 5
-
inputValue6: string
Title:
Input Value 6
Maximum Length:150
-
inputValue6_Display: string
Title:
Input Value 6
-
inputValue7: string
Title:
Input Value 7
Maximum Length:150
-
inputValue7_Display: string
Title:
Input Value 7
-
inputValue8: string
Title:
Input Value 8
Maximum Length:150
-
inputValue8_Display: string
Title:
Input Value 8
-
inputValue9: string
Title:
Input Value 9
Maximum Length:150
-
inputValue9_Display: string
Title:
Input Value 9
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
ldgName: string
Title:
Legislative Data Group Name
Maximum Length:150
-
ldgName_Display: string
Title:
Legislative Data Group Name
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PAY_ARCH_ELE_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraPerUsePosStdWrkingHrs: string
Title:
Use Position Standard Working Hours
Maximum Length:150
-
oraPerUsePosStdWrkingHrs_DisplayValue: string
Title:
Use Position Standard Working Hours
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_ASG_STANDARD_WORKING_HOURS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraPerDorSource: string
Title:
Document Record Source
Maximum Length:150
-
oraPerDorSource_DisplayValue: string
Title:
Document Record Source
-
oraPerGenerateLetter: string
Title:
Generate Letter
Maximum Length:150
-
oraPerGenerateLetter_DisplayValue: string
Title:
Generate Letter
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_DOR_LETTER_GEN_DOR_SOURCE
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraPerEditHcmBoEnabled: string
Title:
Editing Enabled
Maximum Length:150
-
oraPerEditHcmBoEnabled_Display: string
Title:
Editing Enabled
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_EDIT_HCM_BUSINESS_OBJECTS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Validation
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_EMP_POS_INCUMBENT_VALIDATION
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Tree
Maximum Length:150
-
departmentTree_Display: string
Title:
Department 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_HCM_CONNECTIONS_CONFIGURATION
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_HCM_FLOW_TO_DOC_TYPES_MAPPING
-
OrgInformationId: integer
(int64)
-
permittedDocumentTypes: number
Title:
Permitted Document Types
-
permittedDocumentTypes_Display: string
Title:
Permitted Document Types
-
SequenceNumber: integer
(int32)
-
supportedHcmFlows: string
Title:
Supported HCM Flows
Maximum Length:150
-
supportedHcmFlows_Display: string
Title:
Supported HCM Flows
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_POS_HIER_CONFIG
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
UseHcmPositionHierarchy: string
Title:
Use HCM Position Hierarchy
Maximum Length:150
-
UsePositionTrees: string
Title:
Use Position Trees
Maximum Length:150
Nested Schema : Links
Type:
array
Title:
Links
The 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 Reason
Maximum Length:150
-
allowOverrideAtAssignmen: string
Title:
Allow Override at Assignment
Maximum Length:150
-
assignmentCategory: string
Title:
Assignment Category
Maximum Length:150
-
bargainingUnit: string
Title:
Union, Bargaining Unit and Collective Agreement
Maximum Length:150
-
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true
-
department: string
Title:
Department
Maximum Length:150
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
enablePositionSynchronizat: string
Title:
Enable Position Synchronization
Maximum Length:150
-
flexFieldMapping: string
Title:
Synchronize Mapped Flexfields
Maximum Length:150
-
fte: string
Title:
FTE and Working Hours
Maximum Length:150
-
fullTimeOrPartTime: string
Title:
Full Time or Part Time
Maximum Length:150
-
grade: string
Title:
Grade
Maximum Length:150
-
gradeLadder: string
Title:
Grade Ladder
Maximum Length:150
-
job: string
Title:
Job
Maximum Length:150
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
location: string
Title:
Location
Maximum Length:150
-
manager: string
Title:
Manager
Maximum Length:150
-
manager_DisplayValue: string
Title:
Manager
-
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_POS_SYNC_ATTRS
-
OrgInformationId: integer
(int64)
-
probationPeriod: string
Title:
Probation Period
Maximum Length:150
-
regularOrTemporary: string
Title:
Regular or Temporary
Maximum Length:150
-
SequenceNumber: integer
(int32)
-
startTime: string
Title:
Start Time and End Time
Maximum Length:150
Nested Schema : Links
Type:
array
Title:
Links
The 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 By
Maximum Length:150
-
allocateBudgetBy_DisplayValue: string
Title:
Allocate By
-
budgetAmountCurrency: string
Title:
Budget Amount Currency
Maximum Length:150
-
budgetPeriodStartDay: number
Title:
Budget Period Start Day
-
budgetPeriodStartMonth: string
Title:
Budget Period Start Month
Maximum Length:150
-
budgetPeriodStartMonth_DisplayValue: string
Title:
Budget Period Start Month
-
BusinessGroupId: integer
(int64)
-
conveyAmountOvershootAs: string
Title:
Convey Amount Overshoot As
Maximum Length:150
-
conveyAmountOvershootAs_DisplayValue: string
Title:
Convey Amount Overshoot As
-
conveyFteOvershootAs: string
Title:
Convey FTE Overshoot As
Maximum Length:150
-
conveyFteOvershootAs_DisplayValue: string
Title:
Convey FTE Overshoot As
-
conveyHeadcountOvershootAs: string
Title:
Convey Headcount Overshoot As
Maximum Length:150
-
conveyHeadcountOvershootAs_DisplayValue: string
Title:
Convey 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_POSITION_BUDGETING_CONFIGURATION
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 generation
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_SEC_PROF_AND_DATA_ROLE_CONFIG
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 range
Maximum Length:150
-
enableSecurityByWorkforc: string
Title:
Enable security by workforce structures
Maximum Length:150
-
enableSecurityForRelContacts: string
Title:
Enable security for related contacts
Maximum Length:150
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_SECURITY_PROFILES_INFORMATION
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
minimumSearchCharForGrade: integer
(int32)
Title:
Grade
-
minimumSearchCharForGradeLadde: integer
(int32)
Title:
Grade Ladder
-
minimumSearchCharForGradeRate: integer
(int32)
Title:
Grade Rate
-
minimumSearchCharForJob: integer
(int32)
Title:
Job
-
minimumSearchCharForJobFamily: integer
(int32)
Title:
Job Family
-
minimumSearchCharForLocation: integer
(int32)
Title:
Location
-
minimumSearchCharForOrgs: integer
(int32)
Title:
Organization
-
minimumSearchCharForPosition: integer
(int32)
Title:
Position
-
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_WS_CONFIGURATION_MIN_CHAR
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Date
-
defaultLocationCountry: string
Title:
Default Location Country
Maximum Length:150
-
defaultLocationCountry_Display: string
Title:
Default Location Country
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
guidedFlowsFutureDatedRecordsV: string
Title:
Guided Flows: Future-Dated Records Validation
Maximum Length:150
-
guidedFlowsFutureDatedRecordsV_DisplayValue: string
Title:
Guided Flows: Future-Dated Records Validation
-
initJobCode: integer
(int64)
Title:
Initial Job Code
-
initPosCode: integer
(int64)
Title:
Initial Position Code
-
jobCodeGenMethod: string
Title:
Job Code Generation Method
Maximum Length:150
-
jobCodeGenMethod_Display: string
Title:
Job Code Generation Method
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraPerDefEvaluationSystem: string
Title:
Default Evaluation System
Maximum Length:150
-
oraPerDefEvaluationSystem_DisplayValue: string
Title:
Default Evaluation System
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_WS_CONFIGURATION
-
OrgInformationId: integer
(int64)
-
posCodeGenMethod: string
Title:
Position Code Generation Method
Maximum Length:150
-
posCodeGenMethod_Display: string
Title:
Position Code Generation Method
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Security
Maximum Length:150
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_TXN_ADMIN_CONSOLE_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Type
Maximum Length:150
-
_PER_TXN_CONVERSION_RATE_TYPE: string
Title:
Transaction Processing Conversion Rate Type
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_CURRENCY_SUPPORT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Creation
Maximum Length:150
-
_PER_ENT_USER_ACC_CREATE_Display: string
Title:
User Account Creation
-
_PER_ENT_USER_ACC_MAINT: string
Title:
User Account Maintenance
Maximum Length:150
-
_PER_ENT_USER_ACC_MAINT_Display: string
Title:
User Account Maintenance
-
_PER_ENT_USER_ACC_ROLE_PROV: string
Title:
User Account Role Provisioning
Maximum Length:150
-
_PER_ENT_USER_ACC_ROLE_PROV_Display: string
Title:
User 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 Termination
Maximum Length:150
-
keepExternalUseRoles_DisplayValue: string
Title:
Keep External User Roles On Termination
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_ENT_USER_ROLE_PROV_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
userAccountCreationFor: string
Title:
User Account Creation for Terminated Workers
Maximum Length:150
-
userAccountCreationFor_DisplayValue: string
Title:
User Account Creation for Terminated Workers
Nested Schema : Links
Type:
array
Title:
Links
The 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 Assignment
Maximum Length:150
-
_ALLOW_EMPLOYMENT_TERMS_OVR_Display: string
Title:
Allow Employment Terms Override at Assignment
-
_EMP_NUMBER_GEN_METHOD: string
Title:
Worker Number Generation
Maximum Length:150
-
_EMP_NUMBER_GEN_METHOD_Display: string
Title:
Worker Number Generation
-
_EMPLOYMENT_MODEL: string
Title:
Employment Model
Maximum Length:150
-
_EMPLOYMENT_MODEL_Display: string
Title:
Employment Model
-
_GLOBAL_PERSON_NAME_LANG: string
Title:
Global Person Name Language
Maximum Length:150
-
_PEOPLE_GROUP_FF_STRUCT: string
Title:
People Group Flexfield Structure
Maximum Length:150
-
_PEOPLE_GROUP_FF_STRUCT_Display: string
Title:
People Group Flexfield Structure
-
_PER_NUM_GEN_METHOD: string
Title:
Person Number Generation Method
Maximum Length:150
-
_PER_NUM_GEN_METHOD_Display: string
Title:
Person Number Generation Method
-
_PER_NUM_INIT_NUM: integer
(int64)
Title:
Initial Person Number
-
_SALARY_LEVEL: string
Title:
Salary Level
Maximum Length:150
-
_SALARY_LEVEL_Display: string
Title:
Salary Level
-
ActionOccurrenceId: integer
(int64)
Default Value:
-1
-
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true
-
duplicatePersonCheckCriteriaOp: string
Title:
Person Creation Duplicate Check
Maximum Length:150
-
duplicatePersonCheckCriteriaOp_Display: string
Title:
Person 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_ENTERPRISE_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
autoGenerateOrganizationCode_Display: string
Title:
Auto 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_ORGCODE_AUTOGENERATION
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Unit
-
businessUnit_Display: string
Title:
Business 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_ASSOC_BUSINESS_UNITS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Reason
Maximum Length:150
-
allowOverrideAtAssignmen: string
Title:
Allow Override at Assignment
Maximum Length:150
-
assignmentCategory: string
Title:
Assignment Category
Maximum Length:150
-
bargainingUnit: string
Title:
Union, Bargaining Unit and Collective Agreement
Maximum Length:150
-
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true
-
department: string
Title:
Department
Maximum Length:150
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
enablePositionSynchronizat: string
Title:
Enable Position Synchronization
Maximum Length:150
-
enablePositionSynchronizat_DisplayValue: string
Title:
Enable Position Synchronization
-
flexfieldMapping: string
Title:
Synchronize Mapped Flexfields
Maximum Length:150
-
fte: string
Title:
FTE and Working Hours
Maximum Length:150
-
fullTimeOrPartTime: string
Title:
Full Time or Part Time
Maximum Length:150
-
grade: string
Title:
Grade
Maximum Length:150
-
gradeLadder: string
Title:
Grade Ladder
Maximum Length:150
-
job: string
Title:
Job
Maximum Length:150
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
location: string
Title:
Location
Maximum Length:150
-
manager: string
Title:
Manager
Maximum Length:150
-
manager_DisplayValue: string
Title:
Manager
-
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_POS_SYNC_LEMP_ATTRS
-
OrgInformationId: integer
(int64)
-
probationPeriod: string
Title:
Probation Period
Maximum Length:150
-
regularOrTemporary: string
Title:
Regular or Temporary
Maximum Length:150
-
SequenceNumber: integer
(int32)
-
startTime: string
Title:
Start Time and End Time
Maximum Length:150
Nested Schema : Links
Type:
array
Title:
Links
The 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 Minor
-
_ALLOW_EMPLOYMENT_TERMS_OVR: string
Title:
Allow Employment Terms Override at Assignment
Maximum Length:150
-
_ALLOW_EMPLOYMENT_TERMS_OVR_Display: string
Title:
Allow Employment Terms Override at Assignment
-
_EMP_NUMBER_GEN_METHOD: string
Title:
Worker Number Generation
Maximum Length:150
-
_EMP_NUMBER_GEN_METHOD_Display: string
Title:
Worker Number Generation
-
_EMPLOYMENT_MODEL: string
Title:
Employment Model
Maximum Length:150
-
_EMPLOYMENT_MODEL_Display: string
Title:
Employment Model
-
_MAXIMUM_RETIREMENT_AGE: integer
(int32)
Title:
Maximum Retirement Age
-
_MINIMUM_RETIREMENT_AGE: integer
(int32)
Title:
Minimum Retirement Age
-
_MINIMUM_WORKING_AGE: integer
(int32)
Title:
Minimum Working Age
-
_PEOPLE_GROUP_FF_STRUCT: string
Title:
People Group Flexfield Structure
Maximum Length:150
-
_PEOPLE_GROUP_FF_STRUCT_Display: string
Title:
People Group Flexfield Structure
-
_SALARY_LEVEL: string
Title:
Salary Level
Maximum Length:150
-
_SALARY_LEVEL_Display: string
Title:
Salary 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_LEMP_EMPLOYMENT_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Regime
Maximum Length:150
-
laborRegime_Display: string
Title:
Labor Regime
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_BR_LEMP_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
socialInsuranceRegime: string
Title:
Social Insurance Regime
Maximum Length:150
-
socialInsuranceRegime_Display: string
Title:
Social Insurance Regime
-
workingHoursRegime: string
Title:
Working Hours Regime
Maximum Length:150
-
workingHoursRegime_Display: string
Title:
Working Hours Regime
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
_NAICS_CODE_Display: string
Title:
NAICS 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_CA_LEMP_EER_RULES
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Type
Maximum Length:150
-
_AGREEMENT_TYPE_Display: string
Title:
Agreement Type
-
_LABOR_AGREEMENT: string
Title:
Labor Agreement
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_CH_LEMP_LAB_AGR_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Type
Maximum Length:150
-
_HRX_DE_LE_CMP_TYPE_DisplayValue: string
Title:
Company Type
-
_HRX_DE_LE_LEGAL_STATUS: string
Title:
Employer Legal Status
Maximum Length:150
-
_HRX_DE_LE_LEGAL_STATUS_DisplayValue: string
Title:
Employer 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxDeDisCreator: string
Title:
Created By
Maximum Length:150
-
oraHrxDeDisCreator_DisplayValue: string
Title:
Created By
-
oraHrxDeDisCreatorName: string
Title:
Creator Full Name
Maximum Length:150
-
oraHrxDeDisCreatorPhone: string
Title:
Creator Phone Number
Maximum Length:150
-
oraHrxDeDisOwner: string
Title:
Owner Job Function
Maximum Length:150
-
oraHrxDeDisOwner_Display: string
Title:
Owner Job Function
-
oraHrxDeDisOwnerName: string
Title:
Owner Full Name
Maximum Length:150
-
oraHrxDeDisOwnerPhone: string
Title:
Owner Phone Number
Maximum Length:150
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_DE_LE_REHADAT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationHRX_5FIE_5FLEMP_5FEHECS_5FDEFAULT_5FINFOprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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 Workers
Maximum Length:150
-
_AVERAGE_MANAGERS: string
Title:
Average Managers
Maximum Length:150
-
_AVERAGE_PRODUCTION_WORKERS: string
Title:
Average Production Workers
Maximum Length:150
-
_CLERICAL_WORKERS_VACANCIES: string
Title:
Clerical Workers Vacancies
Maximum Length:150
-
_DECLARANT_CONTACT: string
Title:
Declarant Contact
Maximum Length:150
-
_DECLARANT_EMAIL: string
Title:
Declarant E-Mail
Maximum Length:150
-
_DECLARANT_PHONE: string
Title:
Declarant Phone
Maximum Length:150
-
_DECLARANT_POSITION: string
Title:
Declarant Position
Maximum Length:150
-
_EMPLOYERS_LIABILITY_INSURANCE: number
Title:
Employers Liability Insurance
-
_HOURS_PER_DAY: number
Title:
Hours Per Day
-
_LABOUR_RELATED_EXPENDITURE: number
Title:
Labour-Related Expenditure
-
_MANAGER_VACANCIES: string
Title:
Manager Vacancies
Maximum Length:150
-
_OTHER_SUBSIDIES: number
Title:
Other Subsidies
-
_PRODUCTION_WORKERS_VACANCIES: string
Title:
Production Workers Vacancies
Maximum Length:150
-
_QUARTER: number
Title:
Quarter
-
_REFUNDS: number
Title:
Refunds
-
_TRAINING_COST: number
Title:
Training Cost
-
_TRAINING_SUBSIDIES: number
Title:
Training Subsidies
-
_YEAR: string
Title:
Year
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_IE_LEMP_EHECS_DEFAULT_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Holidays
-
_HOURLY_WAGE_RATE: number
Title:
Hourly Wage Rate
-
_INCOME_CONTINUANCE_INSURANCE: number
Title:
Income Continuance Insurance
-
_IRREGULAR_EARNINGS: number
Title:
Irregular Earnings
-
_NORMAL_WORKING_HOURS: number
Title:
Normal Working Hours
-
_OCCUPATIONAL_CATEGORY: string
Title:
Occupational Category
Maximum Length:150
-
_OCCUPATIONAL_CATEGORY_Display: string
Title:
Occupational Category
-
_OTHER_BENEFITS: number
Title:
Other Benefits
-
_OTHER_EMPLOYEE_PAYMENTS: number
Title:
Other Employee Payments
-
_OVERTIME_PAYMENTS: number
Title:
Overtime Payments
-
_PAID_MATERNITY_HOURS: number
Title:
Paid Maternity Hours
-
_PAID_OTHER_LEAVE: number
Title:
Paid Other Leave
-
_PAID_OVERTIME_HOURS: number
Title:
Paid Overtime Hours
-
_PAID_SICK_LEAVE_HOURS: number
Title:
Paid Sick Leave Hours
-
_QUARTER: number
Title:
Quarter
-
_REDUNDANCY_PAYMENTS: number
Title:
Redundancy Payments
-
_REGULAR_EARNINGS: number
Title:
Regular Earnings
-
_STAFF_HOUSING: number
Title:
Staff Housing
-
_STOCK_PURCHASE_SCHEMES: number
Title:
Stock Purchase Schemes
-
_VOLUNTARY_SICKNESS_INSURANCE: number
Title:
Voluntary Sickness Insurance
-
_YEAR: string
Title:
Year
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_IE_LEMP_OVERRIDE_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Class
Maximum Length:150
-
_PRSI_CLASS_Display: string
Title:
Employer 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_IE_LEMP_PRSI_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
InailPosDes: string
Title:
INAIL Position Description
Maximum Length:150
-
InailRiskRate: integer
(int32)
Title:
INAIL Risk Rate
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_IT_INAIL_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
inpsPosDes: string
Title:
INPS Position Description
Maximum Length:150
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_IT_INPS_INFO
-
OrgInformationId: integer
(int64)
-
primaryPositionFlag: string
Title:
Primary Position
Maximum Length:150
-
primaryPositionFlag_Display: string
Title:
Primary Position
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Location
-
InpsLocCode_Display: string
Title:
Location
-
InpsLocSite: number
Title:
Site
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_IT_INPS_LOCATION
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FMX_5FSOCIAL_5FSECURITY_5FDETAILSprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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 Number
Maximum Length:150
-
_CFDI_FISCAL_REGIME: string
Title:
CFDI Fiscal Regime
Maximum Length:150
-
_CFDI_FISCAL_REGIME_Display: string
Title:
CFDI Fiscal Regime
-
_CFDI_FOLIO_CONST_VAL: string
Title:
CFDI Folio Constant Value
Maximum Length:150
-
_CFDI_FOLIO_RULE: string
Title:
CFDI Folio Rule
Maximum Length:150
-
_CFDI_FOLIO_RULE_Display: string
Title:
CFDI Folio Rule
-
_CFDI_PAC_CONFIRMATION_KEY: string
Title:
CFDI PAC Confirmation Key
Maximum Length:150
-
_CFDI_SERIE_CONST_VAL: string
Title:
CFDI Series Constant Value
Maximum Length:150
-
_CFDI_SERIE_RULE: string
Title:
CFDI Series Rule
Maximum Length:150
-
_CFDI_SERIE_RULE_Display: string
Title:
CFDI 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_MX_LEMP_TAX_REGIS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Classification
Maximum Length:150
-
_SS_WORK_RISK_CLASSIFICATION_Display: string
Title:
SS 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_MX_SOCIAL_SECURITY_DETAILS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxQaEmployerCat: string
Title:
Employer Category
Maximum Length:150
-
oraHrxQaEmployerCat_DisplayValue: string
Title:
Employer Category
-
oraHrxQaEmployerSector: string
Title:
Employer Sector
Maximum Length:150
-
oraHrxQaEmployerSector_DisplayValue: string
Title:
Employer Sector
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_QA_LEMP_DETAILS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Type
Maximum Length:150
-
_HOME_PHONE_TYPE_Display: string
Title:
Home Phone Type
-
_MOBILE_PHONE_TYPE: string
Title:
Mobile Phone Type
Maximum Length:150
-
_MOBILE_PHONE_TYPE_Display: string
Title:
Mobile 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_SA_LEMP_EMPLOYER_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FUS_5FACA_5FELIG_5FBREAK_5FIN_5FSERVICE_5FATTRIBprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FUS_5FACA_5FELIGIBILITY_5FATTRIBUTESprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FUS_5FLEMP_5FEEO4_5FREP_5FINFprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FUS_5FLEMP_5FEEO_5FVETS_5FASG_5FINFOprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FUS_5FLEMP_5FFED_5FACA_5FREPORTING_5FINFOprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FUS_5FLEMP_5FREG_5FPAY_5FREP_5FINFprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FUS_5FVETS_5FEEO_5FENTITY_5FDATAprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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 More
Maximum Length:150
-
_a100_EMPLOYMENT_OR_MORE_DisplayValue: string
Title:
Affiliated with Enterprise of 100 Employees or More
-
_a100_PAY_PERIOD_EMPLOYEES: string
Title:
More than 100 Employees in Pay Period
Maximum Length:150
-
_a100_PAY_PERIOD_EMPLOYEES_DisplayValue: string
Title:
More than 100 Employees in Pay Period
-
_COMMON_OWNERSHIP: string
Title:
Common Ownership or Centralized Management
Maximum Length:150
-
_COMMON_OWNERSHIP_DisplayValue: string
Title:
Common Ownership or Centralized Management
-
_COMPANY_NUMBER: string
Title:
Company Number
Maximum Length:150
-
_GOVT_CONTRACTOR: string
Title:
Government Contractor
Maximum Length:150
-
_GOVT_CONTRACTOR_DisplayValue: string
Title:
Government 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_LEMP_EEO_RULES
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Category
Maximum Length:150
-
_ESTABLISHMENT_TYPE: string
Title:
Establishment Employer Type
Maximum Length:150
-
_ESTABLISHMENT_TYPE_DisplayValue: string
Title:
Establishment 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_LEMP_EEO_VETS_RULES
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 report
-
_DEFAULT_TRU_Display: string
Title:
TRU 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_LEMP_NEW_HIRE_RULES
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Number
Maximum Length:150
-
_ORG_REPORTING_TYPE: string
Title:
Type of Reporting Organization
Maximum Length:150
-
_ORG_REPORTING_TYPE_DisplayValue: string
Title:
Type of Reporting Organization
-
_PARENT_COMPANY_NAME: string
Title:
Parent Company Name
Maximum Length:150
-
_REPORTING_ORG_NAME: string
Title:
Reporting Name
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_LEMP_VETS_RULES
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Date
Maximum Length:150
-
assignmentAcaFieldStartDate_DisplayValue: string
Title:
Assignment ACA Field Start Date
-
breakDaysGreaterThanOrEqual: number
Title:
Break Days Greater Than or Equal
-
breakDaysLessThan: number
Title:
Break 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 Profile
Maximum Length:150
-
eligibilityProfile_Display: string
Title:
Eligibility Profile
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_ACA_ELIG_BREAK_IN_SERVICE_ATTRIB
-
OrgInformationId: integer
(int64)
-
priority: number
Title:
Priority
-
results: string
Title:
Result
Maximum Length:150
-
results_DisplayValue: string
Title:
Result
-
SequenceNumber: integer
(int32)
-
serviceGreaterThanOrEqualToBre: string
Title:
Service Greater Than or Equal To Break
Maximum Length:150
-
serviceGreaterThanOrEqualToBre_DisplayValue: string
Title:
Service Greater Than or Equal To Break
Nested Schema : Links
Type:
array
Title:
Links
The 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 Profile
Maximum Length:150
-
eligibilityProfile_Display: string
Title:
Eligibility Profile
-
initialAdministrationDuration: string
Title:
Initial Administrative Duration Start
Maximum Length:150
-
initialAdministrationDuration_Display: string
Title:
Initial Administrative Duration Start
-
initialAdministrativeDurationN: number
Title:
Initial Administrative Duration Number
-
initialAdministrativeDurationT: string
Title:
Initial Administrative Duration Type
Maximum Length:150
-
initialAdministrativeDurationT_Display: string
Title:
Initial Administrative Duration Type
-
initialMeasurementDuration: string
Title:
Initial Measurement Duration Type
Maximum Length:150
-
initialMeasurementDuration_Display: string
Title:
Initial Measurement Duration Type
-
initialMeasurementDurationNumb: number
Title:
Initial Measurement Duration Number
-
initialMeasurementDurationStar: string
Title:
Initial Measurement Duration Start
Maximum Length:150
-
initialMeasurementDurationStar_Display: string
Title:
Initial Measurement Duration Start
-
initialStabilityDurationNumber: number
Title:
Initial Stability Duration Number
-
initialStabilityDurationType: string
Title:
Initial Stability Duration Type
Maximum Length:150
-
initialStabilityDurationType_Display: string
Title:
Initial Stability Duration Type
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
ongoingAdministrativeDurationN: number
Title:
Ongoing Administrative Duration Number
-
ongoingAdministrativeDurationT: string
Title:
Ongoing Administrative Duration Type
Maximum Length:150
-
ongoingAdministrativeDurationT_Display: string
Title:
Ongoing Administrative Duration Type
-
ongoingAdministrativeStartDate: string
(date)
Title:
Ongoing Administrative Start Date
-
ongoingMeasurementDurationNumb: number
Title:
Ongoing Measurement Duration Number
-
ongoingMeasurementDurationType: string
Title:
Ongoing Measurement Duration Type
Maximum Length:150
-
ongoingMeasurementDurationType_Display: string
Title:
Ongoing Measurement Duration Type
-
ongoingMeasurementStartDate: string
(date)
Title:
Ongoing Measurement Start Date
-
ongoingStabilityDurationNumber: number
Title:
Ongoing Stability Duration Number
-
ongoingStabilityDurationType: string
Title:
Ongoing Stability Duration Type
Maximum Length:150
-
ongoingStabilityDurationType_Display: string
Title:
Ongoing Stability Duration Type
-
ongoingStabilityStartDate: string
(date)
Title:
Ongoing Stability Start Date
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_ACA_ELIGIBILITY_ATTRIBUTES
-
OrgInformationId: integer
(int64)
-
outcomeOfEligibility: string
Title:
Outcome of Eligibility
Maximum Length:150
-
outcomeOfEligibility_Display: string
Title:
Outcome of Eligibility
-
processingPriority: number
Title:
Processing Priority
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Number
Maximum Length:150
-
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 Location
-
jurisdictionLocation_Display: string
Title:
Jurisdiction Location
-
jurisdictionName: string
Title:
Jurisdiction Name
Maximum Length:150
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_LEMP_EEO4_REP_INF
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
typeOfGovernment: string
Title:
Type of Government
Maximum Length:150
-
typeOfGovernment_Display: string
Title:
Type of Government
Nested Schema : Links
Type:
array
Title:
Links
The 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 Category
Maximum Length:150
-
_ORA_HRX_US_EEO_ASG_EMP_CAT_Display: string
Title:
Exclude 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_LEMP_EEO_VETS_ASG_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Name
Maximum Length:150
-
aggregatedAleGroupTruName_Display: string
Title:
Aggregated ALE Group TRU Name
-
annualAnnouncedPercentage: number
Title:
Annual Announced Percentage
-
annualPovertyLevelValue: number
Title:
Annual Poverty Level Value
-
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true
-
dgeTruName: string
Title:
DGE TRU Name
Maximum Length:150
-
dgeTruName_Display: string
Title:
DGE TRU Name
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
hraOfferedValue: string
Title:
HRA Offered to Employees
Maximum Length:150
-
includeRetirees: string
Title:
Include Retirees
Maximum Length:150
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
offerCoverageOverride: string
Title:
Offer of Coverage Override value
Maximum Length:150
-
offerCoverageOverride_Display: string
Title:
Offer of Coverage Override value
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_LEMP_FED_ACA_REPORTING_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
transmissionControlCode: string
Title:
Transmission Control Code
Maximum Length:150
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_LEMP_REG_PAY_REP_INF
-
OrgInformationId: integer
(int64)
-
regcontractor: string
Title:
Regional Contractor
Maximum Length:150
-
regcontractor_DisplayValue: string
Title:
Regional Contractor
-
SequenceNumber: integer
(int32)
-
totalRegEmployees: number
Title:
Total Regional Employees
-
totalRegEstabs: number
Title:
Total Regional Establishments
-
totalUSEmployees: number
Title:
Total US Employees
-
totalUSEstabs: number
Title:
Total US Establishments
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
newYorkNewHireTransmitterTru: number
Title:
New York New Hire Transmitter TRU
-
newYorkNewHireTransmitterTru_Display: string
Title:
New York New Hire Transmitter TRU
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_NY_NH_RULES
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_VETS_EEO_ENTITY_DATA
-
OrgInformationId: integer
(int64)
-
parentLegalEmployer: string
Title:
Parent Legal Employer
Maximum Length:150
-
parentLegalEmployer_DisplayValue: string
Title:
Parent Legal Employer
-
proxyLegalEmployer: string
Title:
Proxy Legal Employer
Maximum Length:150
-
proxyLegalEmployer_Display: string
Title:
Proxy Legal Employer
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Percentage
-
blackoutPeriodOffset: integer
(int32)
Title:
Blackout 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:
Links
The link relations associated with the resource instance. -
maxRequestsPerYear: integer
(int32)
Title:
Maximum Request Per Year
-
minRequestAmount: integer
(int32)
Title:
Minimum Request Amount
-
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PAY_PSU_PAY_ADVANCE
-
OrgInformationId: integer
(int64)
-
payAdvanceFlowPattern: number
Title:
Pay Advance Override Flow Pattern
-
payAdvanceFlowPattern_Display: string
Title:
Pay Advance Override Flow Pattern
-
plan: number
Title:
Individual Compensation Plan
-
plan_Display: string
Title:
Individual Compensation Plan
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Start
-
_LEGISLATIVE_DATA_GROUP: string
Title:
Associated Legislative Data Group
Maximum Length:150
-
_LEGISLATIVE_DATA_GROUP_Display: string
Title:
Associated 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_PSU_PAYROLL_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FCA_5FTRU_5FEOY_5FREPORT_5FRULESprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPsuLoaClsfName: number
Title:
Secondary Classification
-
oraHrxCaPsuLoaClsfName_Display: string
Title:
Secondary Classification
-
oraHrxCaPsuLoaRoeUnique: number
Title:
Absence and ROE Reason Mapping Unique Identifier
-
oraHrxCaPsuRoeLoaReason: string
Title:
Record of Employment Reason
Maximum Length:150
-
oraHrxCaPsuRoeLoaReason_Display: string
Title:
Record of Employment Reason
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_LOA_ROE_MAP
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaErContrLimitPerc: number
Title:
Maximum Contribution Percentage
-
oraHrxCaErContrPercent: number
Title:
Percentage of Employee Contribution
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PENSION_CONTR
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaBcPmAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaBcPmAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaBcPmDefaultAcct: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaBcPmEndAnnPay: number
Title:
Ending Annual Payroll
-
oraHrxCaBcPmRate: number
Title:
Rate
-
oraHrxCaBcPmStartAnnPay: number
Title:
Starting Annual Payroll
-
oraHrxCaBcPmUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PM_BC_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraCalcLiabPayroll: string
Title:
Calculate liability in payroll run
Maximum Length:150
-
oraHrxCaBcPmCarrier: string
Title:
Provincial Medical Carrier
Maximum Length:150
-
oraHrxCaBcPmCarrier_Display: string
Title:
Provincial Medical Carrier
-
oraHrxCaBcProvince: number
Title:
Province
-
oraHrxCaBcProvince_Display: string
Title:
Province
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PM_BC_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaMbPmAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaMbPmAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaMbPmDefaultAcct: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaMbPmEndAnnPay: number
Title:
Ending Annual Payroll
-
oraHrxCaMbPmRate: number
Title:
Rate
-
oraHrxCaMbPmStartAnnPay: number
Title:
Starting Annual Payroll
-
oraHrxCaMbPmUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PM_MB_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraCalcLiabPayroll: string
Title:
Calculate liability in payroll run
Maximum Length:150
-
oraHrxCaMbPmCarrier: string
Title:
Provincial Medical Carrier
Maximum Length:150
-
oraHrxCaMbPmCarrier_Display: string
Title:
Provincial Medical Carrier
-
oraHrxCaMbPmProvince: number
Title:
Province
-
oraHrxCaMbPmProvince_Display: string
Title:
Province
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PM_MB_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNlPmAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaNlPmAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaNlPmDefaultAcct: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaNlPmEndAnnPay: number
Title:
Ending Annual Payroll
-
oraHrxCaNlPmRate: number
Title:
Rate
-
oraHrxCaNlPmStartAnnPay: number
Title:
Starting Annual Payroll
-
oraHrxCaNlPmUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PM_NL_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNlPmCarrier: string
Title:
Provincial Medical Carrier
Maximum Length:150
-
oraHrxCaNlPmCarrier_Display: string
Title:
Provincial Medical Carrier
-
oraHrxCaNlPmProvince: number
Title:
Province
-
oraHrxCaNlPmProvince_Display: string
Title:
Province
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PM_NL_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaOnPmAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaOnPmAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaOnPmDefaultAcct: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaOnPmEndAnnPay: number
Title:
Ending Annual Payroll
-
oraHrxCaOnPmRate: number
Title:
Rate
-
oraHrxCaOnPmStartAnnPay: number
Title:
Starting Annual Payroll
-
oraHrxCaOnPmUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PM_ON_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraCalcLaibPayroll: string
Title:
Calculate liability in payroll run
Maximum Length:150
-
oraHrxCaOnPmCarrier: string
Title:
Provincial Medical Carrier
Maximum Length:150
-
oraHrxCaOnPmCarrier_Display: string
Title:
Provincial Medical Carrier
-
oraHrxCaOnPmProvince: number
Title:
Province
-
oraHrxCaOnPmProvince_Display: string
Title:
Province
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PM_ON_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaQcPmEndAnnPay: number
Title:
Ending Annual Payroll
-
oraHrxCaQcPmRate: number
Title:
Rate
-
oraHrxCaQcPmStartAnnPay: number
Title:
Starting Annual Payroll
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PM_QC_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaQcPmCarrier: string
Title:
Provincial Medical Carrier
Maximum Length:150
-
oraHrxCaQcPmCarrier_Display: string
Title:
Provincial Medical Carrier
-
oraHrxCaQcPmProvince: number
Title:
Province
-
oraHrxCaQcPmProvince_Display: string
Title:
Province
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_PM_QC_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPsuQcNeqNum: string
Title:
Quebec Enterprise Number
Maximum Length:150
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_QC_NEQ
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaRoeOccupation: string
Title:
Record of Employment Occupation
Maximum Length:150
-
oraHrxCaRoeOccupation_Display: string
Title:
Record of Employment Occupation
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_ROE_OCPTION
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPsuRoeTermReason: string
Title:
Record of Employment Reason
Maximum Length:150
-
oraHrxCaPsuRoeTermReason_Display: string
Title:
Record of Employment Reason
-
oraHrxCaPsuTermAction: number
Title:
Action
-
oraHrxCaPsuTermAction_Display: string
Title:
Action
-
oraHrxCaPsuTermRoeUnique: number
Title:
Termination and ROE Mapping Unique Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_TERM_ROE_MAP
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OraHrxCaAbAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaAbAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaAbClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaAbClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
OraHrxCaAbDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaAbDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaAbRate: number
Title:
Rate
-
oraHrxCaAbUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_AB_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaAbProvince: number
Title:
Province
-
oraHrxCaAbProvince_Display: string
Title:
Province
-
oraHrxCaAbWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaAbWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_AB_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OraHrxCaBcAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaBcAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaBcClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaBcClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
oraHrxCaBcDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaBcRate: number
Title:
Rate
-
oraHrxCaBcUnique: number
Title:
Unique Segment Identifier
-
OraHrxCaMbDefault: string
Title:
Default Account
Maximum Length:150
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_BC_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Province
-
britishColumbiaProvince_Display: string
Title:
Province
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaBcWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaBcWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_BC_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OraHrxCaMbAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaMbAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaMbClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaMbClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
OraHrxCaMbDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaMbDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCAMbRate: number
Title:
Rate
-
oraHrxCaMbUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_MB_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaMbProvince: number
Title:
Province
-
oraHrxCaMbProvince_Display: string
Title:
Province
-
oraHrxCaMbWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaMbWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_MB_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OraHrxCaNbAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaNbAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaNbClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaNbClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
OraHrxCaNbDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaNbDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCANbRate: number
Title:
Rate
-
oraHrxCaNbUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_NB_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNbProvince: number
Title:
Province
-
oraHrxCaNbProvince_Display: string
Title:
Province
-
oraHrxCaNbWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaNbWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_NB_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNlAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaNlAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaNlClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
oraHrxCaNlDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaNlDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaNlRate: number
Title:
Rate
-
oraHrxCaNlUnique: number
Title:
Unique Segment Identifier
-
oraHrxCaNlUnit: string
Title:
Classification Unit
Maximum Length:150
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_NL_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNlProvince: number
Title:
Province
-
oraHrxCaNlProvince_Display: string
Title:
Province
-
oraHrxCaNlWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaNlWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_NL_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNsAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaNsAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaNsClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaNsClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
oraHrxCaNsDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaNsDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaNsRate: number
Title:
Rate
-
oraHrxCaNsUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_NS_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNsProvince: number
Title:
Province
-
oraHrxCaNsProvince_Display: string
Title:
Province
-
oraHrxCaNsWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaNsWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_NS_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNtAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaNtAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaNtClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaNtClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
oraHrxCaNtDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaNtDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaNtRate: number
Title:
Rate
-
oraHrxCaNtUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_NT_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNtProvince: number
Title:
Province
-
oraHrxCaNtProvince_Display: string
Title:
Province
-
oraHrxCaNtWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaNtWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_NT_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNuAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaNuAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCANuClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaNuClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
oraHrxCaNuDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaNuDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaNuRate: number
Title:
Rate
-
oraHrxCaNuUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_NU_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaNuProvince: number
Title:
Province
-
oraHrxCaNuProvince_Display: string
Title:
Province
-
oraHrxCaNuWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaNuWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_NU_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaOnAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaOnAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaOnClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaOnClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
oraHrxCaOnDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaOnDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaOnRate: number
Title:
Rate
-
oraHrxCaOnUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_ON_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaOnProvince: number
Title:
Province
-
oraHrxCaOnProvince_Display: string
Title:
Province
-
oraHrxCaOnWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaOnWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_ON_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPeAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaPeAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaPeClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaPeClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
oraHrxCaPeDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaPeDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaPeRate: number
Title:
Rate
-
oraHrxCaPeUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_PE_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaPeProvince: number
Title:
Province
-
oraHrxCaPeProvince_Display: string
Title:
Province
-
oraHrxCaPeWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaPeWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_PE_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaQcAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaQcAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaQcClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaQcClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
oraHrxCaQcDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaQcDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaQcRate: number
Title:
Rate
-
oraHrxCaQcUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_QC_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaQcProvince: number
Title:
Province
-
oraHrxCaQcProvince_Display: string
Title:
Province
-
oraHrxCaQcWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaQcWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_QC_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaSkAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaSkAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaSkClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaSkClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
oraHrxCaSkDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaSkDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaSkRate: number
Title:
Rate
-
oraHrxCaSkUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_SK_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaSkProvince: number
Title:
Saskatchewan Province
-
oraHrxCaSkProvince_Display: string
Title:
Saskatchewan Province
-
oraHrxCaSkWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaSkWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_SK_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaYtAcctName: string
Title:
Account Name
Maximum Length:150
-
oraHrxCaYtAcctNumber: string
Title:
Account Number
Maximum Length:150
-
oraHrxCaYtClUnit: string
Title:
Classification Unit
Maximum Length:150
-
oraHrxCaYtClUnitDesc: string
Title:
Classification Unit Description
Maximum Length:150
-
oraHrxCaYtDefault: string
Title:
Default Account
Maximum Length:150
-
oraHrxCaYtDefaultRate: string
Title:
Default Rate
Maximum Length:150
-
oraHrxCaYtRate: number
Title:
Rate
-
oraHrxCaYtUnique: number
Title:
Unique Segment Identifier
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_YT_DETAIL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxCaYtProvince: number
Title:
Province
-
oraHrxCaYtProvince_Display: string
Title:
Province
-
oraHrxCaYtWcBoard: string
Title:
Workers Compensation Board
Maximum Length:150
-
oraHrxCaYtWcBoard_Display: string
Title:
Workers Compensation Board
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_PSU_WC_YT_HEADER
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Calculation
Maximum Length:150
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_QC_LS_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OraHrxCaDentalPlans: number
Title:
Dental Access or Coverage
-
OraHrxCaDentalPlans_Display: string
Title:
Dental Access or Coverage
-
OraHrxCaEoyPublishDay: number
Title:
Year-End Documents Publish Day
-
OraHrxCaEoyPublishDay_Display: string
Title:
Year-End Documents Publish Day
-
OraHrxCaEoyPublishMonth: number
Title:
Year-End Documents Publish Month
-
OraHrxCaEoyPublishMonth_Display: string
Title:
Year-End Documents Publish Month
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_CA_TRU_EOY_REPORT_RULES
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Factor
-
_MONTHLY_SALARY_PAID_DAYS: number
Title:
Monthly 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_CN_PSU_TERMINATION_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FGB_5FPS_5FCSP_5FPSU_5FDETAILSprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FGB_5FPS_5FSWC_5FPSU_5FDETAILSprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FGB_5FPS_5FTPS_5FPSU_5FDETAILSprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_GB_PS_CSP_PSU_DETAILS
-
OrgInformationId: integer
(int64)
-
paypointCode: string
Title:
Paypoint Code
Maximum Length:150
-
SequenceNumber: integer
(int32)
-
shortTermHoursFileType: string
Title:
Short-Time Hours File Type
Maximum Length:150
-
shortTermHoursFileType_DisplayValue: string
Title:
Short-Time Hours File Type
-
startOfWeek: string
Title:
Start of Week
Maximum Length:150
-
startOfWeek_DisplayValue: string
Title:
Start of Week
-
workingHoursType: string
Title:
Working Hours Type
Maximum Length:150
-
workingHoursType_DisplayValue: string
Title:
Working Hours Type
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OraHrxGbPsSwcRoleFf: number
Title:
Role Formula
-
OraHrxGbPsSwcRoleFf_Display: string
Title:
Role Formula
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_GB_PS_SWC_PSU_DETAILS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
localAuthorityNumber: string
Title:
Local Authority Number
Maximum Length:150
-
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_GB_PS_TPS_PSU_DETAILS
-
OrgInformationId: integer
(int64)
-
payrollProviderOrMatNumber: string
Title:
Payroll Provider or MAT Number
Maximum Length:150
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxQaEmployerEstbId: integer
(int32)
Title:
Employer Establishment ID
-
oraHrxQaPayerEstbId: integer
(int32)
Title:
Payer Establishment ID
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_QA_PSU_DETAILS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationHRX_5FSA_5FPSU_5FGOSI_5FOFFICE_5FDETAILSprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_SA_PSU_GOSI_OFFICE_DETAILS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 ID
Maximum Length:150
-
_WPS_EMPLOYR_BANK_ID: string
Title:
WPS Employer Bank ID
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_SA_PSU_WPS_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FUS_5FPSU_5FFOREIGN_5FENTITY_5FINFprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FUS_5FPSU_5FPAYER_5FNAME_5FCONTROLprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FUS_5FPSU_5FTRANSFER_5FAGENT_5FINFprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FHRX_5FUS_5FPSU_5FTRANSMITTER_5FINFprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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 States
Maximum Length:150
-
_OTHER_STATES_WAGES_REPORTED_Display: string
Title:
Wages Reported to Other States
-
_ZERO_REPORT: string
Title:
Zero Report
Maximum Length:150
-
_ZERO_REPORT_Display: string
Title:
Zero 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_AK
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Liability
Maximum Length:150
-
_TYPE_OF_EMPLOYMENT: string
Title:
Type of Employment
Maximum Length:150
-
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_AR
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
_WAGE_PLAN_CODE_Display: string
Title:
Wage 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_CA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Employment
Maximum Length:150
-
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_CT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Wages
Maximum Length:150
-
_NO_WORKERS_NO_WAGES_Display: string
Title:
No 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_DC
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_GA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Factor
-
_COMPUTER: string
Title:
Computer
Maximum Length:150
-
_DENSITY: string
Title:
Density
Maximum Length:150
-
_DENSITY_Display: string
Title:
Density
-
_INTERNAL_LABEL: string
Title:
Internal Label
Maximum Length:150
-
_INTERNAL_LABEL_Display: string
Title:
Internal Label
-
_NUMBER_TRACKS: string
Title:
Number of Tracks
Maximum Length:150
-
_NUMBER_TRACKS_Display: string
Title:
Number of Tracks
-
_RECORDING_CODE: string
Title:
Recording Code
Maximum Length:150
-
_RECORDING_CODE_Display: string
Title:
Recording Code
-
_TYPE_OF_EMPLOYMENT: string
Title:
Type of Employment
Maximum Length:150
-
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_IA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Wages
Maximum Length:150
-
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No Wages
-
_TAX_TYPE_CODE: string
Title:
Tax Type
Maximum Length:150
-
_TAX_TYPE_CODE_Display: string
Title:
Tax 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_IL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Transfer
Maximum Length:150
-
_EFT_INDICATOR_Display: string
Title:
Electronic Funds Transfer
-
_INDUSTRY_CODE: number
Title:
Industry Code
-
_MULTIPLE_COUNTY_INDUSTRY: string
Title:
Multiple County Industry
Maximum Length:150
-
_MULTIPLE_COUNTY_INDUSTRY_Display: string
Title:
Multiple County Industry
-
_MULTIPLE_WORKSITE_LOCATION: string
Title:
Multiple Worksite Location
Maximum Length:150
-
_MULTIPLE_WORKSITE_LOCATION_Display: string
Title:
Multiple 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_LA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Rate
-
_COMPETITIVE_SKILL_FUND_RATE: number
Title:
Competitive Skills Scholarship Fund Assessment Rate
-
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No Wages
Maximum Length:150
-
_NO_WORKERS_NO_WAGES_Display: string
Title:
No 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_ME
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_MI
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Computer
Maximum Length:150
-
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No Wages
Maximum Length:150
-
_NO_WORKERS_NO_WAGES_Display: string
Title:
No 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_MT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_NC
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Type
Maximum Length:150
-
_MEDIA_TYPE_Display: string
Title:
Media Type
-
_PROVIDER_IDENTIFICATION: string
Title:
Provider Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_ND
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Identifier
Maximum Length:150
-
_AGENT_IDENTIFIER_Display: string
Title:
Agent Identifier
-
_FILE_PREPARER: string
Title:
File Preparer
Maximum Length:150
-
_FILE_PREPARER_Display: string
Title:
File Preparer
-
_TYPE_OF_EMPLOYER: string
Title:
Type of Employer
Maximum Length:150
-
_TYPE_OF_EMPLOYER_Display: string
Title:
Type of Employer
-
_TYPE_OF_EMPLOYMENT: string
Title:
Type of Employment
Maximum Length:150
-
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type of Employment
-
_USER_ID: number
Title:
User 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_NH
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_NJ
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Wages
Maximum Length:150
-
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No Wages
-
_PREPARER_CODE: string
Title:
File Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERM_BUSINESS_INDICATOR: string
Title:
Terminated Business
Maximum Length:150
-
_TERM_BUSINESS_INDICATOR_Display: string
Title:
Terminated 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_NV
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Wages
Maximum Length:150
-
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No Wages
-
_OUT_OF_STATE_WAGES: string
Title:
Out-of-State Wages
Maximum Length:150
-
_OUT_OF_STATE_WAGES_Display: string
Title:
Out-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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_OH
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Wages
Maximum Length:150
-
_NO_WORKERS_NO_WAGES_Display: string
Title:
No 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_OK
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Computer
Maximum Length:150
-
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No Wages
Maximum Length:150
-
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No Wages
-
_PLANT_NUMBER: number
Title:
Plant Number
-
_TAPE_TRANSMITTER_AUTH_NUMBER: number
Title:
Tape Transmitter Authorization Number
-
_TYPE_OF_EMPLOYMENT: string
Title:
Type of Employment
Maximum Length:150
-
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_PA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Type
Maximum Length:150
-
_MAG_TAPE_REPORTER_CODE_Display: string
Title:
Media 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_RI
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_FILE_PREPARER_Display: string
Title:
File Preparer
-
_TYPE_OF_EMPLOYMENT: string
Title:
Type of Employment
Maximum Length:150
-
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_SC
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Reported
Maximum Length:150
-
_ALLOCATION_LIST_REPORTED_Display: string
Title:
Allocation List Reported
-
_COMPUTER: string
Title:
Computer
Maximum Length:150
-
_COUNTY_WITH_MOST_EMPLOYEES: string
Title:
County with Most Employees
Maximum Length:150
-
_COUNTY_WITH_MOST_EMPLOYEES_Display: string
Title:
County with Most Employees
-
_EMPLOYEES_OUTSIDE_MAIN_COUNTY: number
Title:
Number of Employees Outside Main County
-
_NAICS_CODE: number
Title:
NAICS Code
-
_NO_WORKERS_NO_WAGES: string
Title:
No Workers No Wages
Maximum Length:150
-
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No Wages
-
_SERVICE_AGENT_ID: string
Title:
Service Agent ID
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_TX
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
-
_CHANGE_OF_MAILING_ADDRESS: string
Title:
Change of Mailing Address
Maximum Length:150
-
_CHANGE_OF_MAILING_ADDRESS_Display: string
Title:
Change of Mailing Address
-
_CHANGE_OF_OWNERSHIP: string
Title:
Change of Ownership
Maximum Length:150
-
_CHANGE_OF_OWNERSHIP_Display: string
Title:
Change of Ownership
-
_COMPUTER: string
Title:
Computer
Maximum Length:150
-
_NO_LONGER_EMPLOYS_IN_VERMONT: string
Title:
No Longer Employs in Vermont
Maximum Length:150
-
_NO_LONGER_EMPLOYS_IN_VERMONT_Display: string
Title:
No Longer Employs in Vermont
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_VT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Wages
Maximum Length:150
-
_NO_WORKERS_NO_WAGES_Display: string
Title:
No Workers No Wages
-
_OUT_OF_STATE_WAGES: string
Title:
Out-of-State Wages
Maximum Length:150
-
_OUT_OF_STATE_WAGES_Display: string
Title:
Out-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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_WA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Computer
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_WV
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
_COVERAGE_TYPE: string
Title:
Coverage Type
Maximum Length:150
-
_COVERAGE_TYPE_Display: string
Title:
Coverage 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_SQWL_RULES_WY
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Employer
Maximum Length:150
-
_HRX_US_W2_FED_EMP_KIND_Display: string
Title:
Type of Employer
-
_PREPARER_CODE: string
Title:
File Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_TYPE_OF_EMPLOYMENT: string
Title:
Type of Employment
Maximum Length:150
-
_TYPE_OF_EMPLOYMENT_Display: string
Title:
Type of Employment
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
ACAPortraitPublishDay: number
Title:
ACA Publish Day
-
ACAPortraitPublishDay_Display: string
Title:
ACA Publish Day
-
ACAPortraitPublishMonth: number
Title:
ACA Publish Month
-
ACAPortraitPublishMonth_Display: string
Title:
ACA 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_FEDERAL_RULES
-
OrgInformationId: integer
(int64)
-
portraitPublishMonth: number
Title:
W-2 Publish Month
-
portraitPublishMonth_Display: string
Title:
W-2 Publish Month
-
SequenceNumber: integer
(int32)
-
W2CPortraitPublishDay: number
Title:
W-2c Publish Day
-
W2CPortraitPublishDay_Display: string
Title:
W-2c Publish Day
-
W2CPortraitPublishMonth: number
Title:
W-2c Publish Month
-
W2CPortraitPublishMonth_Display: string
Title:
W-2c Publish Month
-
w2d2PortraitPublishDay: number
Title:
W-2 Publish Day
-
w2d2PortraitPublishDay_Display: string
Title:
W-2 Publish Day
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_AR
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_AZ
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_CO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_DC
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_DE
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_IA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_ID
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_IL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_IN
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_KS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_KY
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_LA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_MA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_MD
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_ME
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_MI
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_MN
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_MO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_MS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_MT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_ND
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_NE
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_NJ
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_NM
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_OH
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_OR
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_PA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
_EMPLOYMENT_CODE_Display: string
Title:
Employment Code
-
_PREPARER_CODE: string
Title:
File Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_PROBLEM_NOTIFICATION_CODE: string
Title:
Preferred Method of Problem Notification Code
Maximum Length:150
-
_PROBLEM_NOTIFICATION_CODE_Display: string
Title:
Preferred Method of Problem Notification Code
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
accessCode: string
Title:
Access Code
Maximum Length:150
-
ActionOccurrenceId: integer
(int64)
Default Value:
-1
-
BusinessGroupId: integer
(int64)
-
confirmationNumber: string
Title:
Confirmation Number
Maximum Length:150
-
controlNumber: string
Title:
Control Number
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_PR
-
OrgInformationId: integer
(int64)
-
registerNumber: string
Title:
Register Number
Maximum Length:150
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_RI
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_SC
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_UT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_VA
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
_EMPLOYMENT_CODE_Display: string
Title:
Employment Code
-
_PREPARER_CODE: string
Title:
File Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_PROBLEM_NOTIFICATION_CODE: string
Title:
Preferred Method of Problem Notification Code
Maximum Length:150
-
_PROBLEM_NOTIFICATION_CODE_Display: string
Title:
Preferred Method of Problem Notification Code
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_VI
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_VT
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_WI
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Preparer
Maximum Length:150
-
_PREPARER_CODE_Display: string
Title:
File Preparer
-
_TERMINATED_BUSINESS: string
Title:
Terminated Business
Maximum Length:150
-
_TERMINATED_BUSINESS_Display: string
Title:
Terminated Business
-
_USER_IDENTIFICATION: string
Title:
User Identification
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_US_PSU_W2_RULES_WV
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Program
Maximum Length:150
-
_COMBINED_FILING_PROGRAM_DisplayValue: string
Title:
Combined 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_PSU_COMBINED_INF
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Address
Maximum Length:150
-
_COMPANY_NAME: string
Title:
Company Name
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_PSU_COMPANY_INF
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Address
Maximum Length:150
-
_CONTACT_NAME: string
Title:
Contact Name
Maximum Length:150
-
_CONTACT_TELEPHONE: string
Title:
Contact Phone Number
Maximum Length:150
-
ActionOccurrenceId: integer
(int64)
Default Value:
-1
-
BusinessGroupId: integer
(int64)
-
contactExtension: string
Title:
Contact Extension
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_PSU_CONTACT_INF
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Address
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_PSU_FOREIGN_ENTITY_INF
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Number
Maximum Length:150
-
_PAYER_SHIPPING_ADDRESS: string
Title:
Payer Shipping Address
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_PSU_PAYER_INF
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Control
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_PSU_PAYER_NAME_CONTROL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Address
Maximum Length:150
-
_TRANSFER_AGENT_NAME: string
Title:
Transfer Agent Name
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_PSU_TRANSFER_AGENT_INF
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
_TRANSMITTER_NAME: string
Title:
Transmitter Name
Maximum Length:150
-
_TRANSMITTER_NAME_CONTINUED: string
Title:
Transmitter Name Continued
Maximum Length:150
-
_TRANSMITTER_TIN: number
Title:
Transmitter 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_PSU_TRANSMITTER_INF
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Name
Maximum Length:150
-
_VENDOR_CONTACT_PHONE: string
Title:
Supplier Contact Phone
Maximum Length:150
-
_VENDOR_FOREIGN_ENTITY_IND: string
Title:
Supplier Foreign Entity Indicator
Maximum Length:150
-
_VENDOR_FOREIGN_ENTITY_IND_DisplayValue: string
Title:
Supplier Foreign Entity Indicator
-
_VENDOR_INDICATOR: string
Title:
Supplier Indicator
Maximum Length:150
-
_VENDOR_INDICATOR_DisplayValue: string
Title:
Supplier Indicator
-
_VENDOR_MAILING_ADDRESS: string
Title:
Supplier Mailing Address
Maximum Length:150
-
_VENDOR_NAME: string
Title:
Supplier Name
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_US_PSU_VENDOR_INF
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
supplierContactExtension: string
Title:
Supplier Contact Extension
Maximum Length:150
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FHRX_5FGB_5FPS_5FTPS_5FREPEST_5FDETAILSprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
localAuthorityNumber: string
Title:
Local Authority Number
Maximum Length:150
-
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OraHrxGbPsSwcExcludeRe: string
Title:
Exclude from census
Maximum Length:150
-
OraHrxGbPsSwcLACentral: string
Title:
LA central establishment
Maximum Length:150
-
oraHrxGbPsTpsEstabNumber: string
Title:
Establishment Number
Maximum Length:150
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_GB_PS_TPS_REPEST_DETAILS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PAY_TRU_CURRENCY
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
-
truCurrencyCode: string
Title:
Tax Reporting Unit Currency
Maximum Length:150
-
truCurrencyCode_Display: string
Title:
Tax Reporting Unit Currency
Nested Schema : Links
Type:
array
Title:
Links
The 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 Employer
-
_ASSOCIATED_LEMP_Display: string
Title:
Legal 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_ASSOCIATED_LEMP
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Type
Maximum Length:150
-
_TRU_TYPE_Display: string
Title:
Tax 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PER_TRU_TYPE
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Comment
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_DE_LRU_GENERAL
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Reference
-
_ECON: string
Title:
ECON
Maximum Length:150
-
_EDI_SENDER_ID: string
Title:
EDI Sender ID
Maximum Length:150
-
_ER_AC_OFFICE_REF_NUM: string
Title:
Employer Accounts Office Reference Number
Maximum Length:150
-
_HMRC_OFFICE_PHONE: string
Title:
HMRC Office Phone
Maximum Length:150
-
_ORA_HRX_GB_ACCNT_HOLDERS_NAME: string
Title:
Account Holder Name
Maximum Length:150
-
_ORA_HRX_GB_ACCOUNT_NUMBER: integer
(int32)
Title:
Account Number
-
_ORA_HRX_GB_AGRCLTRL_SECTOR: string
Title:
Agricultural sector
Maximum Length:150
-
_ORA_HRX_GB_AL_APP_ALLOWANCE: integer
(int32)
Title:
Apprenticeship Levy Apportioned Allowance
-
_ORA_HRX_GB_AL_BILL_DATE: string
(date)
Title:
Apprenticeship Levy Employers Pay Bill Date
-
_ORA_HRX_GB_AL_BILL_YTD: number
Title:
Apprenticeship Levy Employers Pay Bill YTD
-
_ORA_HRX_GB_AL_EXCLUDE: string
Title:
Exclude from apprenticeship levy
Maximum Length:150
-
_ORA_HRX_GB_BRANCH_SORT_CODE: integer
(int32)
Title:
Branch Sort Code
-
_ORA_HRX_GB_BUILD_SCTY_REF: string
Title:
Building Society Reference
Maximum Length:150
-
_ORA_HRX_GB_CO_EE_REF_TO_BACS: string
Title:
DEO output Employee Reference to BACS
Maximum Length:150
-
_ORA_HRX_GB_CO_REFERENCE: number
Title:
DEO Employer Reference
-
_ORA_HRX_GB_EMPT_ALWNCE_INDCTR: string
Title:
Employment Allowance Indicator
Maximum Length:150
-
_ORA_HRX_GB_FSHRS_SECTOR: string
Title:
Fisheries sector
Maximum Length:150
-
_ORA_HRX_GB_INDSTRL_SECTOR: string
Title:
Industrial/Other sector
Maximum Length:150
-
_ORA_HRX_GB_LATE_PAYE_RSN: string
Title:
Late PAYE Reporting Reason
Maximum Length:150
-
_ORA_HRX_GB_LATE_PAYE_RSN_Display: string
Title:
Late PAYE Reporting Reason
-
_ORA_HRX_GB_RDTRNSPRT_SECTOR: string
Title:
Road Transport sector
Maximum Length:150
-
_ORA_HRX_GB_SAR_NA: string
Title:
State Aid rules do not apply
Maximum Length:150
-
_SAUTR: integer
(int64)
Title:
Self Assessment Unique Identifier
-
_SERVICE_COMPANY: string
Title:
Service Company
Maximum Length:150
-
_UNIQUE_ID_LIST: string
Title:
Unique ID List
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_GB_TRU_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Value
Maximum Length:150
-
_ORA_HRX_GB_ATH_VAL_BLK: string
Title:
Hidden Authentication Value
Maximum Length:150
-
_ORA_HRX_GB_ATH_VAL_P1: string
Title:
Authentication Value Part 1
Maximum Length:150
-
_ORA_HRX_GB_ATH_VAL_P2: string
Title:
Authentication Value Part 2
Maximum Length:150
-
_ORA_HRX_GB_NOT_GOT: integer
(int64)
Title:
NOT Highest Index Retrieved
-
_ORA_HRX_GB_P6_GOT: integer
(int64)
Title:
P6 Highest Index Retrieved
-
_ORA_HRX_GB_P9_GOT: integer
(int64)
Title:
P9 Highest Index Retrieved
-
_ORA_HRX_GB_PGL1_GOT: integer
(int64)
Title:
PGL1 Highest Index Retrieved
-
_ORA_HRX_GB_PGL2_GOT: integer
(int64)
Title:
PGL2 Highest Index Retrieved
-
_ORA_HRX_GB_RTI_GOT: integer
(int64)
Title:
RTI Highest Index Retrieved
-
_ORA_HRX_GB_SENDER_ID: string
Title:
Sender ID
Maximum Length:150
-
_ORA_HRX_GB_SL1_GOT: integer
(int64)
Title:
SL1 Highest Index Retrieved
-
_ORA_HRX_GB_SL2_GOT: integer
(int64)
Title:
SL2 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_GB_RTI_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Location
-
hrxMxLocSegment_Display: string
Title:
Work Location
-
LastUpdateDate: string
(date-time)
Read Only:
true
-
LegislationCode: string
Maximum Length:
30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_MX_TRU_LOC
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Code
Maximum Length:150
-
_SS_WORK_RISK_CLASS_TRU: string
Title:
SS Work Risk Classification
Maximum Length:150
-
_SS_WORK_RISK_CLASS_TRU_Display: string
Title:
SS 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
mxIsTransmitterTru: string
Title:
Is Transmitter TRU
Maximum Length:150
-
mxIsTransmitterTru_Display: string
Title:
Is Transmitter TRU
-
mxSsIMSSWAYBILL: integer
(int32)
Title:
Waybill Number
-
mxTransmitterTru: number
Title:
Transmitter TRU
-
mxTransmitterTru_Display: string
Title:
Transmitter TRU
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_HRX_MX_TRU_SS_DETAILS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationHRX_5FNL_5FSICKNESS_5FREPORT_5FCONTACT_5FINFOprivateVO
Type:
Show Source
array
Nested Schema : InformationHRX_5FNL_5FSICKNESS_5FREPORT_5FSENDER_5FINFOprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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 Name
Maximum Length:150
-
_OWN_RISK_COVER: string
Title:
Own Risk Cover
Maximum Length:150
-
_PAYROLL_FREQUENCY: string
Title:
Payroll Frequency
Maximum Length:150
-
_PAYROLL_FREQUENCY_DisplayValue: string
Title:
Payroll Frequency
-
_PHONE: string
Title:
Phone
Maximum Length:150
-
_PUBLIC_SECTOR_ORGANIZATION: string
Title:
Public Sector Organization
Maximum Length:150
-
_SENDER_ID: string
Title:
Sender ID
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_NL_ORG_WAGE_REPORT_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Name
Maximum Length:150
-
_CONTACT_NUMBER: string
Title:
Contact Phone
Maximum Length:150
-
_GENDER: string
Title:
Gender
Maximum Length:150
-
_GENDER_DisplayValue: string
Title:
Gender
-
_LOCATION: string
Title:
Location
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
oraHrxNlContactType: string
Title:
Contact Type
Maximum Length:150
-
oraHrxNlContactType_DisplayValue: string
Title:
Contact Type
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_NL_SICKNESS_REPORT_CONTACT_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Department
Maximum Length:150
-
_CONTACT_PHONE: string
Title:
Contact Phone
Maximum Length:150
-
_ROLE: string
Title:
Role
Maximum Length:150
-
_ROLE_DisplayValue: string
Title:
Role
-
_SENDER_NAME: string
Title:
Sender Name
Maximum Length:150
-
_TAX_REGISTRATION_NUMBER: string
Title:
Tax Registration Number
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_NL_SICKNESS_REPORT_SENDER_INFO
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 Number
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_SG_CSN_NUMBERS
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Date
-
_EMPLOYER_CATEGORY: string
Title:
Employer IRAS Category
Maximum Length:150
-
_EMPLOYER_CATEGORY_Display: string
Title:
Employer IRAS Category
-
_ENABLE_A8A_PROCESSING: string
Title:
Enable A8A Processing
Maximum Length:150
-
_INCORPORATION_DATE: string
(date)
Title:
IRAS Date of Incorporation for ERIS Startups
-
_IR21_CONTACT_NAME: string
Title:
IR21 Contact Name
Maximum Length:150
-
_IR21_CONTACT_NUMBER: string
Title:
IR21 Contact Number
Maximum Length:150
-
_JOB_DESIGNATION_TYPE: string
Title:
IRAS Job Designation Type
Maximum Length:150
-
_JOB_DESIGNATION_TYPE_Display: string
Title:
IRAS Job Designation Type
-
_OVERSEAS_HQ_STATUS: string
Title:
IRAS Overseas Headquarter Status
Maximum Length:150
-
_PAYER_ID_TYPE: string
Title:
IRAS Payer ID Type
Maximum Length:150
-
_PAYER_ID_TYPE_Display: string
Title:
IRAS Payer ID Type
-
_POSITION_SEGMENT_TYPE: string
Title:
IRAS Position Segment Type
Maximum Length:150
-
_TELEPHONE_NUMBER: string
Title:
IRAS Phone Number
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:HRX_SG_IRAS_INFORMATION
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : InformationORA_5FPER_5FUNION_5FADDITIONAL_5FINFORMATIONprivateVO
Type:
Show Source
array
Nested Schema : InformationORA_5FPER_5FUNION_5FASSOCIATED_5FBARGAINING_5FUNITSprivateVO
Type:
Show Source
array
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Code
Maximum Length:150
-
CreationDate: string
(date-time)
Read Only:
true
-
description: string
Title:
Description
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_UNION_ADDITIONAL_INFORMATION
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The 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 Unit
Maximum Length:150
-
bargainingUnit_Display: string
Title:
Bargaining Unit
-
BusinessGroupId: integer
(int64)
-
contactName: string
Title:
Contact Name
Maximum Length:150
-
contactTitle: string
Title:
Contact Title
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
location: number
Title:
Location
-
location_Display: string
Title:
Location
-
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_UNION_ASSOCIATED_BARGAINING_UNITS
-
OrgInformationId: integer
(int64)
-
sequence: string
Title:
Sequence
Maximum Length:150
-
SequenceNumber: integer
(int32)
-
workEmail: string
Title:
Work Email
Maximum Length:150
-
workPhone: string
Title:
Work Phone
Maximum Length:150
Nested Schema : Links
Type:
array
Title:
Links
The 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 Name
Maximum Length:150
-
contactTitle: string
Title:
Contact Title
Maximum Length:150
-
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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:ORA_PER_UNION_CONTACTS
-
OrgInformationId: integer
(int64)
-
sequence: string
Title:
Sequence
Maximum Length:150
-
SequenceNumber: integer
(int32)
-
workEmail: string
Title:
Work Email
Maximum Length:150
-
workPhone: string
Title:
Work Phone
Maximum Length:150
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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 projects
Maximum Length:150
-
allowIndirectProjects_Display: string
Title:
Allow indirect projects
-
allowProjectsEnabledForBilling: string
Title:
Allow projects enabled for billing
Maximum Length:150
-
allowProjectsEnabledForBilling_Display: string
Title:
Allow projects enabled for billing
-
allowProjectsEnabledForCapital: string
Title:
Allow projects enabled for capitalization
Maximum Length:150
-
allowProjectsEnabledForCapital_Display: string
Title:
Allow 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:Project Type Class Information
-
OrgInformationId: integer
(int64)
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The 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:
Links
The link relations associated with the resource instance. -
ModuleId: string
Maximum Length:
32
-
ObjectVersionNumber: integer
(int32)
-
OrganizationId: integer
(int64)
-
OrgInformationContext: string
Maximum Length:
80
Default Value:PRJ_PU_ATTRIBUTES
-
OrgInformationId: integer
(int64)
-
projectUnitCode: string
Title:
Project Unit Code
Maximum Length:150
-
SequenceNumber: integer
(int32)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : organizations-OrganizationDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
EffectiveEndDate: string
(date)
Title:
Effective End Date
-
EffectiveStartDate: string
(date)
Title:
Effective Start Date
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OrganizationId: integer
(int64)
Title:
Organization
Nested Schema : Links
Type:
array
Title:
Links
The 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: { ...} } }