Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

Programmaticly create new Service Appointment (C#)

In Salesforce, how do I create a Service Appointment programmaticly via Force API (SOAP or REST API)?

Are there known method calls that do this?

C# code-behind

I have linked to the WSDL can I can create ServiceAppointment objects, but they have no internal methods I can call.

ServiceAppointment sa = new ServiceAppointment();

//sa.CreateServiceAppointment(  ... params ... )  //   nothing like this exists.

Open in new window

.
ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tom Knowlton

ASKER

Thank  you
Glad I could help :)