You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Messente API Library
2
2
3
-
- Messente API version: 1.0.1
4
-
- C# package version: 1.0.1
3
+
- Messente API version: 1.0.2
4
+
- C# package version: 1.0.2
5
5
6
6
[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
7
7
@@ -11,11 +11,11 @@ Install Messente API library via NuGet Package Manager or .NET CLI.
**PhoneNumber** | **string** | Phone number in e.164 format |
7
-
**Email** | **string** | | [optional]
8
-
**FirstName** | **string** | | [optional]
9
-
**LastName** | **string** | | [optional]
10
-
**Company** | **string** | | [optional]
11
-
**Title** | **string** | | [optional]
12
-
**Custom** | **string** | | [optional]
13
-
**Custom2** | **string** | | [optional]
14
-
**Custom3** | **string** | | [optional]
15
-
**Custom4** | **string** | | [optional]
7
+
**Email** | **string** | The email of the contact | [optional]
8
+
**FirstName** | **string** | The first name of the contact | [optional]
9
+
**LastName** | **string** | The last name of the contact | [optional]
10
+
**Company** | **string** | The company of the contact | [optional]
11
+
**Title** | **string** | The title of the contact | [optional]
12
+
**Custom** | **string** | The first custom field | [optional]
13
+
**Custom2** | **string** | The second custom field | [optional]
14
+
**Custom3** | **string** | The third custom field | [optional]
15
+
**Custom4** | **string** | The fourth custom field | [optional]
16
16
17
17
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Contacts** | [**List<ContactFields>**](ContactFields.md) | An array of contacts | [optional]
7
7
8
8
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Email** | **string** | The email of the contact | [optional]
7
+
**FirstName** | **string** | The first name of the contact | [optional]
8
+
**LastName** | **string** | The last name of the contact | [optional]
9
+
**Company** | **string** | The company of the contact | [optional]
10
+
**Title** | **string** | The title of the contact | [optional]
11
+
**Custom** | **string** | The first custom field | [optional]
12
+
**Custom2** | **string** | The second custom field | [optional]
13
+
**Custom3** | **string** | The third custom field | [optional]
14
+
**Custom4** | **string** | The fourth custom field | [optional]
15
15
16
16
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments