Create New List

Implementation Notes

Creates a new list with the supplied details.

Response Class (Status 200)

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
Submission

Details of the list to add. body
List {
ListName (string,
ListDesc ( string, optional),
ListOwner ( string, optional)
}
 {  
    "ListName": "string",  
    "ListDesc": "string", 
    "ListOwner": "string"
 } 
Click to set as parameter value

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found