ADP Enterprise API help
-
The API Documentation is no help. It assumes you will use POSTMAN to access the ADP API. I need to run daily with a C# program to pull data. Has anyone been able to build a C# program to integrate using the ADP API? If so, can you sure some insights? I've successfully integrated C# with PointClickCare's API and NetHealth's API, one using XML objects and the other using JSON objects.
-
The API Documentation is no help. It assumes you will use POSTMAN to access the ADP API. I need to run daily with a C# program to pull data. Has anyone been able to build a C# program to integrate using the ADP API? If so, can you sure some insights? I've successfully integrated C# with PointClickCare's API and NetHealth's API, one using XML objects and the other using JSON objects.
If you use Postman 10.10.6 or later, it has built-in support for generating a C# snippet to replicate the Postman request. You can generate code that uses RestSharp, or code that uses the raw HttpClient. Open a working request in Postman, and click on the
</>
icon on the right-hand side.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
If you use Postman 10.10.6 or later, it has built-in support for generating a C# snippet to replicate the Postman request. You can generate code that uses RestSharp, or code that uses the raw HttpClient. Open a working request in Postman, and click on the
</>
icon on the right-hand side.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer