Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space MOBUD and version 3

Status
colourGreen
title3.32.0

The Stock Level Recommendation export API returns the results of a stock level recommendation review being completed by a technician on the identified storage locationNo updates are sent during the process of reviewing the stock level recommendation. Only the final stock level recommendation transaction is created, possibly with adjusted recommended quantity for each item. Once the review is complete it can no longer be modified by the user.

Panel
borderColorgrey
bgColorwhitesmoke

On this page:

Table of Contents
maxLevel2

Related pages:

Resource URL Summary

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

Return a collection of updates made to Stock Level Recommendation Objects

GET /seiapi/v3/export/StockLevelRecommendation?rowver=${rowverValue}&limit=${limitValue}

Include Page
_Default Export API Parameters
_Default Export API Parameters

Include Page
_Default HTTP Headers
_Default HTTP Headers

 


API Specifics

Panel
borderColor#D3D3D3

Return a collection of updates made to Stock Level Recommendation Objects

This REST API will return a collection of updates made to Stock Level Recommendation Objects.

URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

GET /seiapi/v3/export/PhysicalInventoryRequest?rowver=${rowverValue}&limit=${limitValue}

HTTP Request Body

This request does not require a request body. 

HTTP Response Body

On success, an HTTP response code of 200 will be returned, and the response body will contain a collection of zero of more Stock Level Recommendation Objects.

Code Block
languagejs
firstline1
titleJSON Format
linenumberstrue
collapsetrue
{
    "rowver" : "",
    "rows" : [
        {
     		"rowver" : "",
			"StockLevelRecommendation" : {
               // Stock Level Recommendation JSON object properties
           }
        }
    ]
}

Include Page
_Default Response Object on Error
_Default Response Object on Error