This commit is contained in:
2021-08-25 19:20:25 +00:00
parent 1b8929908d
commit 95c41a297e
10 changed files with 252 additions and 48 deletions

View File

@@ -156,7 +156,7 @@ namespace AyaNova.Api.Controllers
/// <param name="vendorId">optional vendor id will return matches to Part objects manufacturer, wholesaler or alternative wholesaler</param>
/// <returns>PurchaseOrder</returns>
[HttpGet("restock-by-vendor/{vendorId}")]
public async Task<IActionResult> GetPurchaseOrder([FromRoute] long? vendorId)
public async Task<IActionResult> GetRestockByVendor([FromRoute] long? vendorId)
{
if (!serverState.IsOpen)
return StatusCode(503, new ApiErrorResponse(serverState.ApiErrorCode, null, serverState.Reason));