Mohan Krishnan
Mohan Krishnan

Reputation: 353

Create Custom Fields in Salesforce

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

Answers (1)

Hleb
Hleb

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

Related Questions