cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get Datatype of odata field through Odata API in SAP C4C

former_member690694
Participant
0 Likes
1,127

Dear Team,

One of vendor need data type of c4c field to do integration with C4C. I have share Odata API to fetch data now could you please guide me how to get datatype of field through API or dataworkbench. i have tried below api but not giving datatype of field.

I.e-https://myXXXXXX.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/CustomerOrderCollection?$Metadata

Thanks and Regards,

MD.

Accepted Solutions (0)

Answers (1)

Answers (1)

palu
Product and Topic Expert
Product and Topic Expert

Hi Dubey,

Kindly use the below URL :

https://myXXXXXX.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/$metadata?$filter=CustomerOrder to get the Data type.

Regards,

Palani.

former_member690694
Participant

Thank you.. it's working fine.!!