Update a document delivery preference

patch

/hcmRestApi/resources/11.13.18.05/documentDeliveryPreferencesV2/{documentDeliveryPreferencesV2UniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Document Delivery Preferences resource and used to uniquely identify an instance of Document Delivery Preferences. The client should not generate the hash key value. Instead, the client should query on the Document Delivery Preferences collection resource in order to navigate to a specific instance of Document Delivery Preferences to get the hash key.
Header Parameters
  • 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.
  • 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".
  • 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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Online Delivery Consent
    Maximum Length: 30
    Indicates whether online consent is granted for document delivery preference. Valid values are Yes and No. The default value is Yes.
  • Title: Online
    Maximum Length: 30
    Indicates whether online delivery is enabled for document delivery preference. Valid values are Yes and No. The default value is Yes.
  • Title: Paper
    Maximum Length: 30
    Indicates whether paper based delivery is enabled for document delivery preference. Valid values are Yes and No. The default value is Yes.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : documentDeliveryPreferencesV2-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 30
    Indicates whether worker override is allowed for document delivery preference. Valid values are Yes and No. The default value is Yes.
  • Read Only: true
    Internal identifier of the assignment of the person for whom document delivery preference is fetched.
  • Read Only: true
    Maximum Length: 255
    Assignment number of the person for whom document delivery preference is fetched.
  • Read Only: true
    Maximum Length: 64
    User who created the document delivery preference.
  • Read Only: true
    Date on which the document delivery preference was created.
  • Read Only: true
    Identifier of the document delivery preference.
  • Title: Document Type
    Read Only: true
    Maximum Length: 80
    Type of the document.
  • Title: Country
    Read Only: true
    Maximum Length: 30
    Name of the country for the document type.
  • Title: Document Type
    Identifier of the document type.
  • Read Only: true
    Indicates whether document delivery preference is editable.
  • Title: Override Hierarchy
    Read Only: true
    Maximum Length: 30
    Code of the hierarchy for a document delivery preference.
  • Title: Initial Consent Granted
    Read Only: true
    Maximum Length: 30
    Indicates whether initial online consent is granted for document delivery preference. Valid values are Yes and No. The default value is Yes.
  • Read Only: true
    Date on which the document delivery preference was updated.
  • Read Only: true
    Maximum Length: 64
    User who last updated the document delivery preference.
  • Title: Country
    Read Only: true
    Maximum Length: 30
    Code of the country for the document type.
  • Title: Level
    Read Only: true
    Maximum Length: 40
    Default Value: 900_PERSON
    Code of the level for a document delivery preference.
  • Title: Name
    Read Only: true
    Identifier of the level for a document delivery preference.
  • Links
  • Title: Online Delivery Consent Required
    Read Only: true
    Maximum Length: 30
    Indicates whether online consent is required for document delivery preference. Valid values are Yes and No. The default value is No.
  • Title: Online Delivery Consent
    Maximum Length: 30
    Indicates whether online consent is granted for document delivery preference. Valid values are Yes and No. The default value is Yes.
  • Title: Online
    Maximum Length: 30
    Indicates whether online delivery is enabled for document delivery preference. Valid values are Yes and No. The default value is Yes.
  • Title: Paper
    Maximum Length: 30
    Indicates whether paper based delivery is enabled for document delivery preference. Valid values are Yes and No. The default value is Yes.
  • Title: Person ID
    A unique reference to person identifier for this document delivery preference.
  • Title: Person Number
    Maximum Length: 30
    The person number of the worker this document delivery preference is for.
  • Title: System Document Type
    Maximum Length: 120
    System-generated identifier to uniquely identify the document type.
Back to Top