Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.63 KB

AccountIntegration.md

File metadata and controls

17 lines (13 loc) · 1.63 KB

Merge.HRISClient.Model.AccountIntegration

Properties

Name Type Description Notes
Name string Company name.
Categories List<CategoriesEnum> Category or categories this integration belongs to. Multiple categories should be comma separated, i.e. [ats, hris]. [optional]
Image string Company logo in rectangular shape. <b>Upload an image with a clear background.</b> [optional]
SquareImage string Company logo in square shape. <b>Upload an image with a white background.</b> [optional]
Color string The color of this integration used for buttons and text throughout the app and landing pages. <b>Choose a darker, saturated color.</b> [optional]
Slug string [optional] [readonly]
IsInBeta bool If checked, this integration will not appear in the linking flow, and will appear elsewhere with a Beta tag. [optional]
ApiEndpointsToDocumentationUrls Dictionary<string, Object> Mapping of API endpoints to documentation urls for support. Example: {'GET': [['/common-model-scopes', 'https://docs.merge.dev/accounting/common-model-scopes/#common_model_scopes_retrieve'],['/common-model-actions', 'https://docs.merge.dev/accounting/common-model-actions/#common_model_actions_retrieve']], 'POST': []} [optional]

[Back to Model list] [Back to API list] [Back to README]