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.

PropertyTypeRequired?
expressionStringRequired/Optional
nameStringRequired
sourceAttributeStringRequired/Optional
targetAttributeStringRequired

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

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring