POST api/ContactList/{user}

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

Example Application/json, Text/json
{
 "User":{
  "password":"your password",
  "username":"your username"
 },
    "Name": "API Created List",
    "Description": ""
}