/
Inventory Count Export API

Inventory Count Export API

3.0.0

The PhysicalInventoryRequest export API returns the results of a physical inventory count process being completed by a technician on the identified storage location.

On this page:

Related pages:

Resource URL Summary

Return a collection of updates made to Physical Inventory Count Objects

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

API Specific Parameters

ParameterDescription
${rowverValue}Specifies the starting point where objects should be returned from. The first object returned will be the next object after the specified rowver.
${limitValue}Specifies the maximum number of objects to be returned.

HTTP Headers

This API uses the default ServiceMobility HTTP Headers.



API Specifics

Return a collection of updates made to Physical Inventory Count Objects

This REST API will return a collection of updates made to Physical Inventory Count Objects.

URL

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 Physical Inventory Count Objects.

JSON Format
{
    "rowver" : "",
    "rows" : [
        {
     		"rowver" : "",
			"PhysicalInventoryRequest" : {
               // Physical Inventory Count JSON object properties
           }
        }
    ]
}

Otherwise, on error, the API returns the standard response object.

Related content

Inventory Usage Export API
Inventory Usage Export API
More like this
Standard Inventory Count REST API
Standard Inventory Count REST API
More like this
Inventory Load Export API
Inventory Load Export API
More like this
Inventory Count Webhook REST API Interface
Inventory Count Webhook REST API Interface
More like this
Inventory Transfer Export API
Inventory Transfer Export API
More like this
Physical Inventory Count Object
Physical Inventory Count Object
More like this