Reputation: 353
I am trying to push data (through rest api) which has custom fields and values into salesforce. How do I create custom field using rest or soap api in salesforce?
Upvotes: 0
Views: 280
Reputation: 7371
For creation object fields in Salesforce via API you need to use Metadata Api.
See documentation related to interaction with fields for more information.
Upvotes: 1