AOTG API: Create Stock Item

From AutoCount Resource Center
Revision as of 02:41, 26 August 2019 by DanielY (talk | contribs) (Created page with "==Create Stock Item== Add a new Item to stock control. {{AOTGApiMethodsSpec|POST|/api/public/v1/StockItem/CreateStockItem|Params=None}} ==API Request Flow== File:AOTGApiComp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Create Stock Item

Add a new Item to stock control.

API Method

Http Method: POST
Method: /api/public/v1/StockItem/CreateStockItem
Content-Type: application/json
Parameters: None

API Request Flow

  1. Submit Create Stock Item request
  2. Check the successful request status, if the action is Completed or Failed.
  3. To get the failed reason, use RESULT method to retrieve the message of completed or failed.

RowState

  • 0 = Unchanged
  • 1 = Added
  • 2 = Modified
  • 4 = Deleted




See Also AOTG API


Go to menu

Go to top
Resources For AutoCount Software Developers