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.
Property | Type | Required? |
---|---|---|
expression | String | Required/Optional |
name | String | Required |
sourceAttribute | String | Required/Optional |
targetAttribute | String | Required |
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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |