Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.7 KB

AccountIntegration.md

File metadata and controls

17 lines (14 loc) · 1.7 KB

# AccountIntegration

Properties

Name Type Description Notes
name string Company name.
categories \MergeHRISClient\Model\CategoriesEnum[] Category or categories this integration belongs to. Multiple categories should be comma separated, i.e. [ats, hris]. [optional] [readonly]
image string Company logo in rectangular shape. <b>Upload an image with a clear background.</b> [optional]
square_image 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]
api_endpoints_to_documentation_urls array<string,mixed> 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]
webhook_setup_guide_url string Setup guide URL for third party webhook creation. Exposed in Merge Docs. [optional]
category_beta_status object Category or categories this integration is in beta status for. [optional] [readonly]

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