Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Add References to Custom Objects on Workday-Out-Rest Transports

Add References to Custom Objects on Workday-Out-Rest Transports

Create an assembly project that contains a
workday-out-rest
transport.
The
workday-out-rest
transport enables you to send REST request messages to an HTTP URL. You can add a reference to a custom object as an extra path value on a
workday-out-rest
transport.
  1. Open the assembly in the Assembly Editor.
  2. In the Assembly Editor, click the
    workday-out-rest
    transport.
  3. On the
    Common
    tab of the
    Properties
    view for the
    workday-out-rest
    transport, click
    Select a Custom Object
    .
  4. On the
    Add Custom Object
    window, consider:
    Option Description
    Environment
    The Workday environment that contains your custom object.
    HTTP Methods
    Options are:
    • POST
    • PUT
    • GET
    • DELETE
  5. On the
    Select Custom Object
    window, consider:
    Option Description
    Select an existing custom object alias
    Displays a list of existing custom object aliases.
    Create a new custom object alias
    Enables you to create a new custom object alias.
    Skip to step 7 if you selected the
    PUT
    ,
    GET
    , or
    DELETE
    HTTP methods.
  6. If you selected the
    POST
    HTTP method, Studio displays the
    POST Query Parameters
    window. As you complete the task, consider:
    Option Description
    updateIfExists
    Updates an existing custom object.
    bulk
    Creates or updates a collection of custom objects.
  7. If you selected the
    PUT
    ,
    GET
    , or
    DELETE
    HTTP methods, select a custom object id reference from the
    Custom Object Id Reference Selection
    window.
  8. Click
    Finish
    .
Studio adds a reference to your custom object on the
workday-out-rest
transport of your integration.
Launch your integration.