You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Not Able to Update Customer Contact Point via REST API

edited Aug 4, 2022 5:24PM in Sales 1 comment

Summary:

Why Contact Point REST API

/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/ContactPoint

only works for some PartyNumber?


Content (required):

**This post was created as part of a How to Service Request (SR)**

select hcp.* from hz_parties hp,hz_contact_points hcp where hcp.owner_table_id = hp.party_id and hcp.OWNER_TABLE_NAME = 'HZ_PARTIES' and hp.party_name = '&PartyName' and hp.party_type = 'PERSON' ;

returns there are contact points defined for the partyID, but REST API

/crmRestApi/resources/11.13.18.05/hubPersons/{PartyNumber}/child/ContactPoint

returns 404 error, why?


Version (include the version you are using, if applicable):

22B

Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!