eTrainu - Update Participant

eTrainu - Update Participant

etrainu - Public API v2

If supported fields are updated in Salesforce then update the participant in eTrainu.


SAMPLE REQUEST

curl --location --request PUT 'https://api.etrainu.com/lms/v2/participants/7F6531D5-C373-4DC4-B4EA-B9DBB6711251' \ --header 'Content-Type: application/json' \ --header 'TOKEN: 3055F647-04C6-422A-A537-49DE4CD26825' \ --data-raw '{ "externalId": "externalIdString", "title": "Mr", "firstName": "Test", "lastName": "Api2", "gender": "M", "dob": "2000-01-01", "email": "test.api@etrainu.com", "streetNumber": 106, "streetAddress": "Edward St", "city": "Brisbane", "country": "Australia", "state": "Queensland", "postCode": "4000", "phoneNumber": "0422111333", "subOrgId": 53168, "username": "test.api.sportsdemo" } '

MAPPING

ETRAINU

SALESFORCE

NOTES

ETRAINU

SALESFORCE

NOTES

externalId

ID

Match duplicates.

title

Salutation

 

firstName

FirstName

 

lastName

LastName

 

gender

Gender__c

Might only accept first letter.

dob

Birthdate

 

email

Email

 

streetNumber

MailingStreet

Split number.

streetAddress

MailingStreet

Split street name text.

city

MailingCity

 

country

MailingCountry

 

state

MailingState

 

postCode

MailingPostalCode

 

phoneNumber

Mobile

 

subOrgId

AccountID

 

username

Email