---
title: "Object: Service Provider"
canonical: "https://help.fieldbuddy.com/space/FBDOCS/2078310877/Object%3A%20Service%20Provider"
format: markdown
---
Service Provider is custom object that stores information about external system and connection properties - endpoints, instance and oauth parameters

Most of the fields are automatically populated on creation for Exact Online, only Name, Provider Type and Market should be selected  
For AFAS and other providers, it might be necessary to provide an API endpoint URL

| **Field Label** | **API Name** | **Description** |
| --- | --- | --- |
| API Endpoint URL | API_Endpoint_URL__c | API Endpoint URL |
| Auth Endpoint URL | Auth_Endpoint_URL__c | Authentication Endpoint URL |
| Client ID | ClientId__c | Client ID, encrypted, automatically populated for EOL |
| Client Secret | ClientSecret__c | Client Secret |
| Market | Market__c | Market, Picklist, should be speified on creation |
| Protocol | Protocol__c | Should be always picked Rest |
| Provider Type | Provider_Type__c | Provider Type (EOL, AFAS, etc), picklist, should be specified on creation |
| Redirect URI | RedirectURI__c | Redirect URI |
| Schedule Job Interval (Cron expression) | Schedule_Job_Interval__c | Schedule Job Interval (Cron expression)  
`Example: `0 1 * * * ?` (To run every hour)` |
| Company Id | X_Company_Id__c |  |