cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to fetch InternalID via External ID in C4C in context with o data.

former_member230455
Participant
0 Kudos

Hi Expert,

I have a requirement in which i need to create a o data url from the c4c side.

Input for the odata is External ID and output is internalID.

Is it possible ?

Br,

Iqbal

Accepted Solutions (0)

Answers (2)

Answers (2)

elenatroanca
Explorer
0 Kudos

Hi Mugesh,

Can you please confirm the CorporateAccountCollection of the new release of Odata API v2 (c4codataapi) contains the External ID and can be used for integration with a third-party system?

Thank you,

Elena

Mugesh
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Iqbal,

yes, it is possible to achieve your requirement with custom Odata Services.

For Example, CorporateAccountCollection has both Account ID and External ID. You can filter with External ID and get Account with this External ID.

In custom Odata Service, you can include only Account ID and External ID to achieve your requirement

Regards,
Mugesh P