Submitted by
iCIMSUNIFIL on July 21, 2020
Permalink
Add source in existing iCIMS person by people-Id
Thanks for sharing. But I need API details, therefore can you share API Details by which I can update source details in person profile by personId?
It will highly appreciable.
Submitted by
iCIMSUNIFIL on July 22, 2020
Permalink
Update Person Source
Hello, example is included below:
PATCH:
https://api.icims.com/customers/{customerID}/people/{personID}
JSON:
{
"source": "Test Source",
"sourcename": "Test Sourcename"
}
The Source can be updated via a PATCH, however the update will overwrite the previous information in the source field/s. The source fields are on the person/workflow profiles.