InventoryReceipt
13 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
ControlCost | DecimalValue | decimal | |
DAC Field: PX.Objects.IN.INRegister.ControlCostDescription:No description available | |||
ControlQty | DecimalValue | decimal | |
DAC Field: PX.Objects.IN.INRegister.ControlQtyDescription:No description available | |||
Date | DateTimeValue | DateTime | |
DAC Field: PX.Objects.IN.INRegister.TranDateDescription:No description available | |||
Description | StringValue | string | |
DAC Field: PX.Objects.IN.INRegister.TranDescDescription:No description available | |||
Details | List | InventoryReceiptDetail | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
Hold | BooleanValue | boolean | |
DAC Field: PX.Objects.IN.INRegister.HoldDescription:No description available | |||
LastModifiedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.IN.INRegister.LastModifiedDateTimeDescription:No description available | |||
PostPeriod | StringValue | string | |
DAC Field: PX.Objects.IN.INRegister.FinPeriodIDDescription:No description available | |||
ReferenceNbr | StringValue | string | |
DAC Field: PX.Objects.IN.INRegister.RefNbrDescription:No description available | |||
Status | StringValue | string | |
DAC Field: PX.Objects.IN.INRegister.StatusDescription:No description available | |||
TotalCost | DecimalValue | decimal | |
DAC Field: PX.Objects.IN.INRegister.TotalCostDescription:No description available | |||
TotalQty | DecimalValue | decimal | |
DAC Field: PX.Objects.IN.INRegister.TotalQtyDescription:No description available | |||
TransferNbr | StringValue | string | |
DAC Field: PX.Objects.IN.INRegister.TransferNbrDescription:Field used in INReceiptEntry screen. | |||
Minimum Payload
Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.
{
"PostPeriod": {
"value": "string"
},
"Status": {
"value": "string"
},
"Details": [
{
"InventoryID": {
"value": "string"
},
"LineNumber": {
"value": 0
},
"UOM": {
"value": "string"
}
}
]
}For every property this entity accepts, see the properties table.
Details is the detail-lines collection (InventoryReceiptDetail); one example row is included above because a document usually has lines, and each row needs InventoryIDLineNumberUOM of its own.