GetPartFromListByUniqueId
GetPartFromListByUniqueId
Gets parts from a specified list by the unique id of the listPartDto
GetListByListId
GetListByListId
Gets all data about a list.
Will only grab the parts list if you specify it to get the parts list
UpdatePartFromListByUniqueId
UpdatePartFromListByUniqueId
Updates all listPartDto information for the specified listPartDto
DeleteList
DeleteList
Deletes the specified list
DeletePartFromListByUniqueId
DeletePartFromListByUniqueId
Deletes the specified parts
Lists
Lists
Gets all lists that a customer has access to.
CustomerId and createdBy are not dependant on one another.
CreateList
CreateList
Creates a new List based on the information passed in.
IsValidListName
IsValidListName
Checks whether or not the list name already exists for a customerId or user.
GetPartsByListId
GetPartsByListId
Gets all parts form the list. If the start index and numberOfParts are entered,
then it will limit the request appropriatly
UpdateListName
UpdateListName
Updates list name of the specified list
AddPartsToListId
AddPartsToListId
Adds parts to the specified list