create partner contact and user account issue
Summary:
We want to create partner contact without user. We used this api : https://eoid-test.fa.em2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/partners/03131/child/contacts
with this request example : {
"PartyId" : "300004059499989",
"PartnerCompanyNumber" : "03131",
"PartyNumber" : "cann",
"FirstName" : "cann",
"LastName" : "can2",
"ContactName" : "cann can2",
"EmailAddress" : "cann@ford.com.tr",
"RoleCode" : "XXXX_EMPLOYEE",
"SourceSystem" : "****",
"SourceSystemReferenceValue" : "cann",
"CreateUserAccountFlag" : false,
"Username" : "cann",
"Country" : "TR",
"City" : "MERKEZ",
"AddressLineOne" : "MERKEZ"
}
we have tried false,true, N,Y for CreateUserAccountFlag object but in every case we created users.
For this role code XXXX_EMPLOYEE, we do not want the user to be created.
Version (include the version you are using, if applicable):
0