Step 9: Create a Workday inbound propagation rule mapping
POST {{apiPath}}/environments/{{envID}}/propagation/rules/{{wdInboundRuleID}}/mappings
Use POST /environments/{{envID}}/propagation/rules/{{ruleID}}/mappings
to add a Workday inbound propagation attribute mapping rule associated with the specified propagation rule.
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 wid
and externalId
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"=>"wid", "targetAttribute"=>"externalId"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |