POST api/v1/ItemInventory/Receive

Receive Inventory

Request Information

URI Parameters

Body Parameters

ItemReceiving Object

ItemReceiving
NameDescriptionTypeAdditional 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

Sample:
{
  "id": 1,
  "poNumber": 2,
  "warehouseId": 4,
  "itemCode": "sample string 5",
  "lotNumber": "sample string 6",
  "receiveDate": "2025-08-14T01:25:30.5648462+00:00",
  "receiveQuantity": 8.0,
  "notes": "sample string 9",
  "warehouseName": "sample string 10",
  "modifiedDateTime": "2025-08-14T01:25:30.5648462+00:00",
  "executionTime": 13,
  "txID": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

Response Information

Resource Description

This will return the Item Receiving Object

ItemReceiving
NameDescriptionTypeAdditional 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

Sample:
{
  "id": 1,
  "poNumber": 2,
  "warehouseId": 4,
  "itemCode": "sample string 5",
  "lotNumber": "sample string 6",
  "receiveDate": "2025-08-14T01:25:30.627343+00:00",
  "receiveQuantity": 8.0,
  "notes": "sample string 9",
  "warehouseName": "sample string 10",
  "modifiedDateTime": "2025-08-14T01:25:30.627343+00:00",
  "executionTime": 13,
  "txID": "sample string 14"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.