-
Notifications
You must be signed in to change notification settings - Fork 582
Open
Labels
difficulty: easyfix is easy in difficultyfix is easy in difficultystatus: help wantedrequesting help from the communityrequesting help from the communitytype: docs updatedocumentation change not affecting the codedocumentation change not affecting the code
Description
There is missing example in USAGE.md document to search Recipients with conditions.
string data= @"{
'conditions': [
{
'field' : 'last_name',
'value': 'test last name',
'operator': 'eq',
'and_or': ''
}]
}";
dynamic response = await sg.client.contactdb.recipients.search.post(requestBody: data);
Console.WriteLine(response.StatusCode);
Console.WriteLine(response.Body.ReadAsStringAsync().Result);
Console.WriteLine(response.Headers.ToString());
Console.ReadLine();
Metadata
Metadata
Assignees
Labels
difficulty: easyfix is easy in difficultyfix is easy in difficultystatus: help wantedrequesting help from the communityrequesting help from the communitytype: docs updatedocumentation change not affecting the codedocumentation change not affecting the code