customer contact job title code field is not showing up at account level
Summary:
Hi Experts,
I am creating customer contact using hubPersons API, The creation is completed successfully but only the Job title and job title code fields are not showing at the associated account level.
Content (please ensure you mask any confidential information):
https://xxxxxx.fa.ocs.oraclecloud.com:443/crmRestApi/resources/latest/hubPersons
Request:
{ "FirstName" : "Star1261345", "LastName" : "In the moonlight", "Title" : "Mrs", "PartyUsageCode" : "CONTACT", "JobTitle" : "Data Analyst", "JobTitleCode" : "ARTIST", "Relationship" : [ { "RelationshipType" : "CONTACT", "RelationshipCode" : "CONTACT", "SubjectPartyId" : 300000274434167, "SubjectPartyNumber" : "185848" } ]}
Version (include the version you are using, if applicable):
24D
Code Snippet (add any code snippets that support your topic, if applicable):