POST api/v1/ItemInventory/Receive
Receive Inventory
Request Information
URI Parameters
Body Parameters
ItemReceiving Object
ItemReceiving| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Receiving Id. System generated |
integer | |
| PONumber |
Purchase order number |
integer | |
| WarehouseId |
Warehouse Id of where to receive the inventory |
integer |
Required |
| ItemCode |
Item code receiving |
string |
Required |
| LotNumber |
Lot number for the receive. |
string | |
| ReceiveDate |
Date of the receiving event |
date | |
| ReceiveQuantity |
Quantity to receive |
decimal number |
Required |
| Notes |
Receiving notes |
string | |
| WarehouseName | string | ||
| ModifiedDateTime |
Modified datetime for the object. This will be added by the system. |
date | |
| ExecutionTime |
How long the method took in milliseconds. System supplied value. |
integer | |
| TxID |
Transaction ID of the call. Will be added for the response. Not needed in the request. |
string |
Request Formats
application/json, text/json
{
"executionTime": 13,
"txID": "sample string 14"
}
application/x-www-form-urlencoded
Sample not available.
application/xml, text/xml
<ItemReceiving xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Models">
<ExecutionTime xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">13</ExecutionTime>
<TxID xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">sample string 14</TxID>
<Id>1</Id>
<Item z:Id="i2">
<ExecutionTime xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">28</ExecutionTime>
<TxID xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">sample string 29</TxID>
<AlternateItemCode>sample string 3</AlternateItemCode>
<BarCodeNumber>sample string 25</BarCodeNumber>
<BillingCode>sample string 11</BillingCode>
<Cost>24</Cost>
<Description>sample string 8</Description>
<DimHeight>18</DimHeight>
<DimLength>16</DimLength>
<DimUoM>sample string 19</DimUoM>
<DimWidth>17</DimWidth>
<ErpId>sample string 7</ErpId>
<GTIN>sample string 5</GTIN>
<HarmonizedCode>sample string 6</HarmonizedCode>
<HasSerialNumber>true</HasSerialNumber>
<Id>1</Id>
<Image>QEA=</Image>
<ItemCode>sample string 2</ItemCode>
<ItemKits>
<ItemKit z:Id="i3">
<ExecutionTime xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">10</ExecutionTime>
<TxID xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">sample string 11</TxID>
<ComponentGTIN>sample string 7</ComponentGTIN>
<ComponentItemCode>sample string 5</ComponentItemCode>
<ComponentItemId>4</ComponentItemId>
<ComponentQuantity>6</ComponentQuantity>
<Id>1</Id>
<ItemCode>sample string 3</ItemCode>
<ItemId>2</ItemId>
</ItemKit>
<ItemKit z:Ref="i3" />
</ItemKits>
<ItemPrice>20</ItemPrice>
<ItemStatusId>Inactive</ItemStatusId>
<ItemTypeId>Unknown</ItemTypeId>
<ItemUoM>sample string 9</ItemUoM>
<LotControlled>true</LotControlled>
<MfgItemCode>sample string 4</MfgItemCode>
<Prop65>true</Prop65>
<UPCCode>sample string 10</UPCCode>
<Vendor>
<Name>sample string 2</Name>
</Vendor>
<Volume>1</Volume>
<VolumeUoM>sample string 23</VolumeUoM>
<Weight>13</Weight>
<WeightUoM>sample string 14</WeightUoM>
</Item>
<ItemCode>sample string 5</ItemCode>
<ItemId>3</ItemId>
<LotNumber>sample string 6</LotNumber>
<Notes>sample string 9</Notes>
<PONumber>2</PONumber>
<ReceiveDate>2026-04-06T22:55:11.9630888+00:00</ReceiveDate>
<ReceiveQuantity>8</ReceiveQuantity>
<WarehouseId>4</WarehouseId>
<WarehouseName>sample string 10</WarehouseName>
</ItemReceiving>
Response Information
Resource Description
This will return the Item Receiving Object
ItemReceiving| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Receiving Id. System generated |
integer | |
| PONumber |
Purchase order number |
integer | |
| WarehouseId |
Warehouse Id of where to receive the inventory |
integer |
Required |
| ItemCode |
Item code receiving |
string |
Required |
| LotNumber |
Lot number for the receive. |
string | |
| ReceiveDate |
Date of the receiving event |
date | |
| ReceiveQuantity |
Quantity to receive |
decimal number |
Required |
| Notes |
Receiving notes |
string | |
| WarehouseName | string | ||
| ModifiedDateTime |
Modified datetime for the object. This will be added by the system. |
date | |
| ExecutionTime |
How long the method took in milliseconds. System supplied value. |
integer | |
| TxID |
Transaction ID of the call. Will be added for the response. Not needed in the request. |
string |
Response Formats
application/json, text/json
{
"executionTime": 13,
"txID": "sample string 14"
}
application/xml, text/xml
<ItemReceiving xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Models">
<ExecutionTime xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">13</ExecutionTime>
<TxID xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">sample string 14</TxID>
<Id>1</Id>
<Item z:Id="i2">
<ExecutionTime xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">28</ExecutionTime>
<TxID xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">sample string 29</TxID>
<AlternateItemCode>sample string 3</AlternateItemCode>
<BarCodeNumber>sample string 25</BarCodeNumber>
<BillingCode>sample string 11</BillingCode>
<Cost>24</Cost>
<Description>sample string 8</Description>
<DimHeight>18</DimHeight>
<DimLength>16</DimLength>
<DimUoM>sample string 19</DimUoM>
<DimWidth>17</DimWidth>
<ErpId>sample string 7</ErpId>
<GTIN>sample string 5</GTIN>
<HarmonizedCode>sample string 6</HarmonizedCode>
<HasSerialNumber>true</HasSerialNumber>
<Id>1</Id>
<Image>QEA=</Image>
<ItemCode>sample string 2</ItemCode>
<ItemKits>
<ItemKit z:Id="i3">
<ExecutionTime xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">10</ExecutionTime>
<TxID xmlns="http://schemas.datacontract.org/2004/07/TulaERP.Contract.Common">sample string 11</TxID>
<ComponentGTIN>sample string 7</ComponentGTIN>
<ComponentItemCode>sample string 5</ComponentItemCode>
<ComponentItemId>4</ComponentItemId>
<ComponentQuantity>6</ComponentQuantity>
<Id>1</Id>
<ItemCode>sample string 3</ItemCode>
<ItemId>2</ItemId>
</ItemKit>
<ItemKit z:Ref="i3" />
</ItemKits>
<ItemPrice>20</ItemPrice>
<ItemStatusId>Inactive</ItemStatusId>
<ItemTypeId>Unknown</ItemTypeId>
<ItemUoM>sample string 9</ItemUoM>
<LotControlled>true</LotControlled>
<MfgItemCode>sample string 4</MfgItemCode>
<Prop65>true</Prop65>
<UPCCode>sample string 10</UPCCode>
<Vendor>
<Name>sample string 2</Name>
</Vendor>
<Volume>1</Volume>
<VolumeUoM>sample string 23</VolumeUoM>
<Weight>13</Weight>
<WeightUoM>sample string 14</WeightUoM>
</Item>
<ItemCode>sample string 5</ItemCode>
<ItemId>3</ItemId>
<LotNumber>sample string 6</LotNumber>
<Notes>sample string 9</Notes>
<PONumber>2</PONumber>
<ReceiveDate>2026-04-06T22:55:11.99434+00:00</ReceiveDate>
<ReceiveQuantity>8</ReceiveQuantity>
<WarehouseId>4</WarehouseId>
<WarehouseName>sample string 10</WarehouseName>
</ItemReceiving>