Post payroll connect delivery result record
post
/hcmRestApi/resources/11.13.18.05/payrollConnectDeliveryResults
Request
Header Parameters
-
Effective-Of: string
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: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
-
Upsert-Mode: string
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
Actionee: string
Maximum Length:
80User type to which person is assigned -
DeliveryResultDtlsId: integer
(int64)
Unique Identifier for delivery result record
-
DeliverySourceId: string
Maximum Length:
50Identifier for delivery source type -
DeliverySourceType: string
Maximum Length:
10Type of delivery source -
ErrorCode: string
Maximum Length:
60Error Code for error generated while processing for new hire -
ErrorMessage: string
Maximum Length:
4000Error Message for error generated while processing for new hire -
IsUpdatable: string
Maximum Length:
255Flag to indicate if delivery result record status can be updated -
NewHireEmail: string
Maximum Length:
80Email address of the new hire -
NotificationDate: string
(date-time)
Date the notification was sent
-
NotificationMessage: string
Maximum Length:
4000Message sent in the notification -
PayrollId: integer
(int64)
Payroll for new hire
-
Status: string
Maximum Length:
80Processing status of the error message -
SubmittedDate: string
(date-time)
Date the error was generated
-
SysEffectiveDate: string
(date)
Response
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 : payrollConnectDeliveryResults-item-response
Type:
Show Source
object-
Actionee: string
Maximum Length:
80User type to which person is assigned -
DeliveryResultDtlsId: integer
(int64)
Unique Identifier for delivery result record
-
DeliverySourceId: string
Maximum Length:
50Identifier for delivery source type -
DeliverySourceType: string
Maximum Length:
10Type of delivery source -
ErrorCode: string
Maximum Length:
60Error Code for error generated while processing for new hire -
ErrorMessage: string
Maximum Length:
4000Error Message for error generated while processing for new hire -
FirstName: string
Title:
First NameRead Only:trueMaximum Length:150First Name of the newly hired person for whom delivery failed -
FullName: string
Title:
Full NameRead Only:trueMaximum Length:2000Full Name of the newly hired person for whom delivery failed -
IsUpdatable: string
Maximum Length:
255Flag to indicate if delivery result record status can be updated -
LastName: string
Title:
Last NameRead Only:trueMaximum Length:150Last Name of newly hired person for whom delivery failed -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NewHireEmail: string
Maximum Length:
80Email address of the new hire -
NotificationDate: string
(date-time)
Date the notification was sent
-
NotificationMessage: string
Maximum Length:
4000Message sent in the notification -
PayrollId: integer
(int64)
Payroll for new hire
-
PersonId: integer
(int64)
Read Only:
trueIdentifier for person -
PersonName: string
Title:
NameRead Only:trueMaximum Length:240Name for new hire -
PersonNameId: integer
(int64)
Read Only:
trueName identifier for new hire -
PersonNumber: string
Title:
Person NumberRead Only:trueMaximum Length:30Person number for new hire -
Status: string
Maximum Length:
80Processing status of the error message -
SubmittedDate: string
(date-time)
Date the error was generated
-
SysEffectiveDate: string
(date)
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.