Get a worker contract
get
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workRelationships/{PeriodOfServiceId}/child/contracts/{contractsUniqID}
Request
Path Parameters
-
PeriodOfServiceId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
contractsUniqID(required): string
This is the hash key of the attributes which make up the composite key--- ContractId, EffectiveStartDate and EffectiveEndDate ---for the Contracts resource and used to uniquely identify an instance of Contracts. The client should not generate the hash key value. Instead, the client should query on the Contracts collection resource with a filter on the primary key values in order to navigate to a specific instance of Contracts.
For example: contracts?q=ContractId=<value1>;EffectiveStartDate=<value2>;EffectiveEndDate=<value3> -
workersUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Workers resource and used to uniquely identify an instance of Workers. The client should not generate the hash key value. Instead, the client should query on the Workers collection resource in order to navigate to a specific instance of Workers to get the hash key.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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 -
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 -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
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 : workers-workRelationships-contracts-item-response
Type:
Show Source
object-
ActionCode: string
Title:
Action CodeMaximum Length:30Action code for the employment contract. -
ActionName: string
Title:
Action NameRead Only:trueMaximum Length:80Action name for the employment contract. -
ContractEndDate: string
(date)
Title:
Contract End DateDate when the contract ends. -
ContractExtensionFlag: boolean
Maximum Length:
80Indicates whether the contract should be extended. Valid values are Yes and No. The default value is null. -
ContractId: integer
(int64)
Title:
Contract IDSurrogate identifier for the contract. -
ContractNumber: string
Title:
Contract NumberMaximum Length:30Number of the contract. -
contractsDDF: array
contractsDDF
-
contractsDFF: array
contractsDFF
-
ContractType: string
Title:
Contract TypeMaximum Length:30Type of the contract. -
ContractTypeMeaning: string
Title:
Contract TypeRead Only:trueMaximum Length:80Meaning of the person's contract type. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the contract. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the contract was created. -
Description: string
Title:
DescriptionMaximum Length:2000Description of the contract. -
EffectiveEndDate: string
(date)
Title:
Effective End DateEnd date of the date-effective changes to the record. -
EffectiveStartDate: string
(date)
Title:
Effective Start DateStart date of the date-effective changes to the record. -
ExtensionNumber: integer
(int32)
Title:
Extension NumberRead Only:trueDefault Value:0Extension number of the contract. -
ExtensionPeriod: number
Title:
Extension PeriodExtension period of the contract. -
ExtensionPeriodUnits: string
Title:
Extension Period UnitsMaximum Length:30Unit for the extension period of the contract. -
ExtensionPeriodUnitsMeaning: string
Title:
Extension Period UnitsRead Only:trueMaximum Length:80Meaning of the person's extension period unit code. -
InitialDuration: number
Title:
Initial DurationInitial duration of the contract. -
InitialDurationUnits: string
Title:
Initial Duration UnitsMaximum Length:30Unit for the initial duration of the contract. -
InitialDurationUnitsMeaning: string
Title:
Initial Duration UnitsRead Only:trueMaximum Length:80Meaning of the person's initial duration type code. -
LastUpdateDate: string
(date-time)
Title:
Last Changed DateRead Only:trueDate and time when the contract was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the contract. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : contractsDDF
Type:
Show Source
array-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "AE":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFAEVO-item-response", "CH":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFCHVO-item-response", "CN":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFCNVO-item-response", "FR":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFFRVO-item-response", "GB":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFGBVO-item-response", "KW":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFKWVO-item-response", "ORA_HRX_BE":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFORA__5FHRX__5FBEVO-item-response", "ORA_HRX_IT":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFORA__5FHRX__5FITVO-item-response", "SA":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFSAVO-item-response" } }
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
Match One Schema
Show Source
-
AE -
object
oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFAEVO-item-response
-
CH -
object
oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFCHVO-item-response
-
CN -
object
oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFCNVO-item-response
-
FR -
object
oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFFRVO-item-response
-
GB -
object
oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFGBVO-item-response
-
KW -
object
oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFKWVO-item-response
-
ORA_HRX_BE -
object
oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFORA__5FHRX__5FBEVO-item-response
-
ORA_HRX_IT -
object
oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFORA__5FHRX__5FITVO-item-response
-
SA -
object
oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFSAVO-item-response
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFAEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:AE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
_EMPLOYMENT_STATUS: string
Title:
Employment StatusMaximum Length:150 -
_EMPLOYMENT_STATUS_Display: string
Title:
Employment Status -
ContractId: integer
(int64)
Title:
Contract ID -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFCHVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:CH -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
_MAIN_CONTRACT: string
Title:
Main ContractMaximum Length:150 -
_MAIN_CONTRACT_Display: string
Title:
Main Contract -
ContractId: integer
(int64)
Title:
Contract ID -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFCNVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:CN -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
_CANCELLATION_FILE_NUM: string
Title:
Cancellation File NumberMaximum Length:150 -
_COMPETITION_CLAUSE: string
Title:
Competition ClauseMaximum Length:150 -
_COMPETITION_CLAUSE_Display: string
Title:
Competition Clause -
_CONST_PROB_DATE: string
(date)
Title:
Proposed Probation End Date -
_NDA: string
Title:
Nondisclosure AgreementMaximum Length:150 -
_NDA_Display: string
Title:
Nondisclosure Agreement -
_NOTICE_DURATION_UNIT: string
Title:
Notice Period Duration UnitMaximum Length:150 -
_NOTICE_DURATION_UNIT_Display: string
Title:
Notice Period Duration Unit -
_NOTICE_PERIOD_DISMISS: number
Title:
Notice Period for Dismissal After Probation -
_NOTICE_PRD_DISMISS_PROB: number
Title:
Notice Period for Dismissal During Probation -
_NOTICE_PRD_RESIGN: number
Title:
Notice Period for Resignation After Probation -
_NOTICE_PRD_RESIGN_PROB: number
Title:
Notice Period for Resignation During Probation -
ContractId: integer
(int64)
Title:
Contract ID -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFFRVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:FR -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
_CONTRACT_SUB_TYPE_START_DATE: string
(date)
Title:
Subtype Start Date -
_CTR_CATEG_AGIRC_ARRCO: string
Title:
Employee CategoryMaximum Length:150 -
_CTR_CATEG_AGIRC_ARRCO_Display: string
Title:
Employee Category -
_CTR_DURATION_TYPE: string
Title:
Contract Duration TypeMaximum Length:150 -
_CTR_DURATION_TYPE_Display: string
Title:
Contract Duration Type -
_CTR_PENSION_CATEGORY: string
Title:
Pension CPN CategoryMaximum Length:150 -
_CTR_PENSION_CATEGORY_Display: string
Title:
Pension CPN Category -
_CTR_PERSON_REPLACED: string
Title:
Person ReplacedMaximum Length:150 -
_CTR_SUB_TYPE: string
Title:
Contract SubtypeMaximum Length:150 -
_CTR_SUB_TYPE_Display: string
Title:
Contract Subtype -
_CTR_SUB_TYPE_END_DATE: string
(date)
Title:
Subtype End Date -
_HRX_COMPETITIVE_CLAUSE: string
Title:
Noncompetitive ClauseMaximum Length:150 -
_HRX_COMPETITIVE_CLAUSE_Display: string
Title:
Noncompetitive Clause -
_HRX_EXCLUSIVITY_CLAUSE: string
Title:
Exclusivity ClauseMaximum Length:150 -
_HRX_EXCLUSIVITY_CLAUSE_Display: string
Title:
Exclusivity Clause -
_HRX_MOBILITY_CLAUSE: string
Title:
Mobility ClauseMaximum Length:150 -
_HRX_MOBILITY_CLAUSE_Display: string
Title:
Mobility Clause -
_HRX_OTHER_CLAUSE: string
Title:
Other ClauseMaximum Length:150 -
_ORA_HRX_FR_DSN_APPR_DIPLOMA_LE: string
Title:
Diploma Level PursuedMaximum Length:150 -
_ORA_HRX_FR_DSN_APPR_DIPLOMA_LE_Display: string
Title:
Diploma Level Pursued -
ContractId: integer
(int64)
Title:
Contract ID -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFGBVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:GB -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
ContractId: integer
(int64)
Title:
Contract ID -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OraHrxGbPsSwcDailyRate: string
Title:
Daily RateMaximum Length:150 -
OraHrxGbPsSwcDailyRate_Display: string
Title:
Daily Rate -
OraHrxGbPsSwcDestination: string
Title:
DestinationMaximum Length:150 -
OraHrxGbPsSwcDestination_Display: string
Title:
Destination -
OraHrxGbPsSwcLeavingReason: string
Title:
Reason for LeavingMaximum Length:150 -
OraHrxGbPsSwcLeavingReason_Display: string
Title:
Reason for Leaving -
OraHrxGbPsSwcOrigin: string
Title:
OriginMaximum Length:150 -
OraHrxGbPsSwcOrigin_Display: string
Title:
Origin -
OraHrxGbPsSwcPayRevDate: string
(date)
Title:
Pay Review Date -
OraHrxGbPsSwcPost: string
Title:
PostMaximum Length:150 -
OraHrxGbPsSwcPost_Display: string
Title:
Post -
OraHrxGbPsSwcSchArrival: string
(date)
Title:
School Arrival Date
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFKWVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:KW -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
_EMPLOYMENT_STATUS: string
Title:
Employment StatusMaximum Length:150 -
_EMPLOYMENT_STATUS_Display: string
Title:
Employment Status -
ContractId: integer
(int64)
Title:
Contract ID -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFORA__5FHRX__5FBEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_HRX_BE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
_END_CONTRACT_REASON: string
Title:
End Contract ReasonMaximum Length:150 -
_END_CONTRACT_REASON_Display: string
Title:
End Contract Reason -
_END_CONTRACT_TYPE: string
Title:
End Contract TypeMaximum Length:150 -
_END_CONTRACT_TYPE_Display: string
Title:
End Contract Type -
_END_MANDATORY_DATE: string
(date)
Title:
Mandatory Replacement End Date -
_MANDATORY_REPLACEMENT: string
Title:
Mandatory ReplacementMaximum Length:150 -
_REPLACING_CONTRACT_NO: string
Title:
Replacement Contract NumberMaximum Length:150 -
_REPLACING_PERSON_NO: string
Title:
Replacement Person NumberMaximum Length:150 -
_WORKING_SCHEDULE_PATTERN: string
Title:
Working Schedule PatternMaximum Length:150 -
_WORKING_SCHEDULE_PATTERN_Display: string
Title:
Working Schedule Pattern -
ContractId: integer
(int64)
Title:
Contract ID -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFORA__5FHRX__5FITVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_HRX_IT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
ContractId: integer
(int64)
Title:
Contract ID -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxItSublevel: string
Title:
SublevelMaximum Length:150 -
oraHrxItSublevel_Display: string
Title:
Sublevel -
PerLabourAgreement: number
Title:
Labor Agreement -
PerLabourAgreement_Display: string
Title:
Labor Agreement -
PerQualification: string
Title:
QualificationMaximum Length:150 -
PerQualification_Display: string
Title:
Qualification -
PerQualificationLevel: string
Title:
LevelMaximum Length:150 -
PerQualificationLevel_Display: string
Title:
Level
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFSAVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:SA -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
_EMPLOYMENT_STATUS: string
Title:
Employment StatusMaximum Length:150 -
_EMPLOYMENT_STATUS_Display: string
Title:
Employment Status -
_PROFESSION: string
Title:
ProfessionMaximum Length:150 -
ContractId: integer
(int64)
Title:
Contract ID -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workers-workRelationships-contracts-contractsDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30 -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
ContractId: integer
(int64)
Title:
Contract ID -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- contractTypesLOV
-
Parameters:
- finder:
LegislationCodeFinder%3BLegislationCode%3D{LegislationCode}%2CLookupType%3DCONTRACT_TYPE%2CLookupCode%3D{ContractType}
The common lookups list of values resource is used to query the list of values of common lookups, which are legacy lookups or lookups that have attributes. Common lookups are defined in the common lookup view and support backward compatibility. - finder:
- contractsDDF
-
Parameters:
- PeriodOfServiceId:
$request.path.PeriodOfServiceId - contractsUniqID:
$request.path.contractsUniqID - workersUniqID:
$request.path.workersUniqID
- PeriodOfServiceId:
- contractsDFF
-
Parameters:
- PeriodOfServiceId:
$request.path.PeriodOfServiceId - contractsUniqID:
$request.path.contractsUniqID - workersUniqID:
$request.path.workersUniqID
- PeriodOfServiceId:
- extensionPeriodUnitsLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DQUALIFYING_UNITS%2CLookupCode%3D{ExtensionPeriodUnits}
The common lookups list of values resource is used to query the list of values of common lookups, which are legacy lookups or lookups that have attributes. Common lookups are defined in the common lookup view and support backward compatibility. - finder:
- initialDurationUnitsLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DQUALIFYING_UNITS%2CLookupCode%3D{InitialDurationUnits}
The common lookups list of values resource is used to query the list of values of common lookups, which are legacy lookups or lookups that have attributes. Common lookups are defined in the common lookup view and support backward compatibility. - finder: