Stock Adjustment Reason id
Example:1
Sample request:
PUT /stockadjustmentreasons/12
{
"name": "Updated Stock Adjustment Reason name",
"disabled": true
}
Stock Adjustment Reason id
Example:1
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Stock Adjustment Reason model
Returns updated Stock Adjustment Reason
Stock Adjustment Reason Model
Stock Adjustment Reason Id.
Stock Adjustment Reason name
Stock Adjustment Reason disabled flag
Stock Adjustment Reason creation date and time
Stock Adjustment Reason modification date and time
Deletes Stock Adjustment Reason by id when not used in any stock adjustment
Stock Adjustment Reason id
Example:1
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Stock Adjustment Reason deleted
Gets specific Stock Adjustment Reason by unique id
Stock Adjustment Reason id
Example:1
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Returns found Stock Adjustment Reason
Stock Adjustment Reason Model
Stock Adjustment Reason Id.
Stock Adjustment Reason name
Stock Adjustment Reason disabled flag
Stock Adjustment Reason creation date and time
Stock Adjustment Reason modification date and time
Sample request:
POST /stockreceipts
{
"source_type": "PO",
"source_id": 1,
"source_item_id": 1,
"source_receipt_item_id": 1,
"product":
{
"id": 124001
},
"outlet":
{
"id": 1
},
"received_quantity": 10,
"buy_price_ex": 100,
"direct_costs_ex": 10.1,
"tax_rate": 1.1
}
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Stock Receipt model
Stock Receipt created
Stock Receipt model
Stock receipt id
Source type Available values: ‘PO’ or ‘ITO’
Source id
represents id of source - can be for either dbo.PO or dbo.tblITO
Source item id
represents id of source item
Source receipt item id
represents id of receipt item
Received quantity (must be > 0)
Buy price ex (must be >= 0)
Direct costs ex
Tax rate
Created on