Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create a new empty contact list on SENDSerivce.

URL Request: http://login.sendservice.eu/MultiChannelAPI/Api/

...

URL Parameters

Parameter
Description
Required

user

It is the GUID of the user. It is inside the Personal Information of the user on SENDServiceYes

Parameters


Parameter
Description
Object / Right format
Required
NameContact List nameString max 128 charactersyes
DescriptionContact List descriptionString max 128 charactersno

user

It represents required object for the authorization  

"User": {

"username": "your username",
"password": "your password"
}
Yes


Example: Application/json, Text/json

Code Block
languagetext
titleExample Application/json, Text/json
{
 "User":{
  "password":"your password",
  "username":"your username"
 },
    "Name": "API Created List",
    "Description": ""
}