/
eTrainu - Update Participant
eTrainu - Update Participant
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 |
---|---|---|
| ID | Match duplicates. |
| Salutation |
|
| FirstName |
|
| LastName |
|
| Gender__c | Might only accept first letter. |
| Birthdate |
|
|
| |
| MailingStreet | Split number. |
| MailingStreet | Split street name text. |
| MailingCity |
|
| MailingCountry |
|
| MailingState |
|
| MailingPostalCode |
|
| Mobile |
|
| AccountID |
|
|
|
, multiple selections available,
Related content
eTrainu - Update Participant
eTrainu - Update Participant
More like this
eTrainu - Create Participant
eTrainu - Create Participant
More like this
eTrainu - Create Participant
eTrainu - Create Participant
More like this
eTrainu - Assign Participant to Course
eTrainu - Assign Participant to Course
More like this
eTrainu - Assign Participant to Course
eTrainu - Assign Participant to Course
More like this
eTrainu - Retrieve Course List
eTrainu - Retrieve Course List
More like this