Step 10: Create a Workday writeback propagation rule mapping

POST {{apiPath}}/environments/{{envID}}/propagation/rules/{{wdWritebackRuleID}}/mappings

Use POST /environments/{{envID}}/propagation/rules/{{ruleID}}/mappings to add a Workday writeback propagation rule mapping associated with the specified propagation rule.

Important: While required for Workday, writeback propagation rule mappings are specific to Workday and not used for other connection types.

PropertyTypeRequired?
expressionStringRequired/Optional
nameStringRequired
sourceAttributeStringRequired/Optional
targetAttributeStringRequired

See Propagation mapping data model for full property descriptions.

The propagation rule mapping between externalId and wid attributes depicted in this step is required between source and target for a Workday propagation connection. Rule mappings of additional attributes are necessary for a fully functional connection.

Request Body

{"sourceAttribute"=>"externalId", "targetAttribute"=>"wid"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring