GET
GetPartFromListByUniqueId

Gets parts from a specified list by the unique id of the listPartDto

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 listPartDto information for the specified listPartDto

DELETE
DeleteList

Deletes the specified list

DELETE
DeletePartFromListByUniqueId

Deletes the specified parts

GET
Lists

Gets all lists that a customer has access to. CustomerId and createdBy are not dependant on one another.

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 form the list. If the start index and numberOfParts are entered, then it will limit the request appropriatly

PUT
UpdateListName

Updates list name of the specified list

POST
AddPartsToListId

Adds parts to the specified list