GET
GetPartFromListByUniqueId

Gets part from a specified list by the unique id of the part

GET
GetListByListId

Gets all data about a list.
Will only grab the parts list if you specify it to get the parts list

PUT
UpdatePartFromListByUniqueId

Updates all part information for the specified part unique id

DELETE
DeleteList

Deletes the specified list

DELETE
DeletePartFromListByUniqueId

Deletes the specified part

GET
Lists

Returns a list of ListData classes for the user to view.

POST
CreateList

Creates a new List based on the information passed in.

GET
IsValidListName

Checks whether or not the list name already exists for a customerId or user.

GET
GetPartsByListId

Gets all parts from the list. If the start index and numberOfParts are entered, then it will limit the request
appropriately

PUT
UpdateListName

Updates list name of the specified list

POST
AddPartsToListId

Adds parts to the specified list

GET
ValidListName

Return a valid list name if it is valid, otherwise adds a number to the end of the list name