zernio 0.0.144

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# UpdateWhatsAppBusinessProfileRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | **String** | WhatsApp social account ID | 
**about** | Option<**String**> | Short business description (max 139 characters) | [optional]
**address** | Option<**String**> | Business address | [optional]
**description** | Option<**String**> | Full business description (max 512 characters) | [optional]
**email** | Option<**String**> | Business email | [optional]
**websites** | Option<**Vec<String>**> | Business websites (max 2) | [optional]
**vertical** | Option<**String**> | Business category (e.g., RETAIL, ENTERTAINMENT, etc.) | [optional]
**profile_picture_handle** | Option<**String**> | Handle from resumable upload for profile picture | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)