Update personal data fields
documentedUpdate personal data fields for an existing recipient (by recipient ID or email).
PUT /API/v1.1/Rest/ConsoleService.svc/Console/Recipient/DetailRecipientsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://services.mailup.com/API/v1.1/Rest/ConsoleService.svc/Console/Recipient/Detail" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{\"Email\":\"{{$Email}}\",\"Fields\":[{\"Description\":\"Region\",\"Id\":8,\"Value\":\"{{$RegionValue}}\"}],\"Name\":\"{{$Name}}\",\"idRecipient\":{{$idRecipient}}}'