This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user