- 1 Minute to read
- PDF
Receipt Object
- 1 Minute to read
- PDF
Receipt Object
QuantityReceived
Description: Represents the quantity received on this receipt.
Data Type: Decimal
Notes: Read Only- Value will not be updated in WithoutWire if provided during an import.
QuantityMissing
Description: Represents the quantity missing on this receipt.
Data Type: Decimal
Note: Read Only – Value will not be updated in WithoutWire if provided during an import.
QuantityDamaged
Represents the quantity damaged on this receipt.
Data Type: Decimal
Description: Read Only – Value will not be updated in WithoutWire if provided during an import.
CoreValue
Description: The Lot Number or Serial Number or Expiration Date received.
Data Type: String
Note: Read Only – Value will not be updated in WithoutWire if provided during an import.
DateReceived
Description: The date the receipt was created.
Data Type: Date
Value: 0001-01-01T00:00:00
Note: Read Only – Value will not be updated in WithoutWire if provided during an import.
Identity
Description: This is the unique identifier for each receipt.
Data Type: Number
Note: Read Only
Status
Description: This is the status of each receipt.
Data Type: String
Note: This is used to determine if a receipt needs to export or not. This status will automatically be set by setting the Purchase Order to a status of “Complete.”
LineNumber
Description: The line number on the order.
Data Type: Int
Note: Read Only
Example
"Receipts":
[
{
"QuantityReceived": 100,
"QuantityMissing": 0,
"QuantityDamaged": 0,
"CoreValue": "",
"DateReceived": "2020-08-22T12:46:32",
"Identity": 63,
"Status": "Receiving Complete",
"LineNumber": 1
}
]