Unable to create Customer Using TCA API
Hi,
I am trying to create customer using TCA API getting below error,
You do not have sufficient privileges to create entities of type: Organization parties. Contact your system administrator to obtain the appropriate privileges.
used below API.
hz_party_v2pub.CREATE_ORGANIZATION ( p_init_msg_list => 'T' ,
p_organization_rec => p_organization_rec ,
x_return_status => x_return_status ,
x_msg_count => x_msg_count ,
x_msg_data => x_msg_data ,
x_party_id => x_party_id ,
x_party_number => x_party_number ,
x_profile_id => x_profile_id
);