This commit is contained in:
@@ -107,7 +107,7 @@ namespace AyaNova.Api.Controllers
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Put (update) Part
|
||||
/// Update Part
|
||||
/// </summary>
|
||||
/// <param name="updatedObject"></param>
|
||||
/// <returns></returns>
|
||||
@@ -175,7 +175,7 @@ namespace AyaNova.Api.Controllers
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Put (update) PartSerials for part
|
||||
/// Update PartSerials for part
|
||||
/// </summary>
|
||||
/// <param name="serials">array of serial numbers to replace existing array of part serials</param>
|
||||
///<param name="id">PartId</param>
|
||||
@@ -229,7 +229,7 @@ namespace AyaNova.Api.Controllers
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Put (update) stock levels for part
|
||||
/// Update stock levels for part
|
||||
/// </summary>
|
||||
/// <param name="partStockLevels">array of part stock levels</param>
|
||||
///<param name="id">PartId</param>
|
||||
@@ -259,7 +259,7 @@ namespace AyaNova.Api.Controllers
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Put (update) part cost for part
|
||||
/// Update part cost for part
|
||||
/// </summary>
|
||||
/// <param name="newCost">new cost of part</param>
|
||||
///<param name="id">PartId</param>
|
||||
|
||||
Reference in New Issue
Block a user