Receipt Object
  • 1 Minute to read
  • PDF

Receipt Object

  • PDF

Article Summary

Receipt Object

 

 

QuantityReceived

 

Description: Represents the quantity received on this receipt.

Data Type: Number

Notes: ReadOnly- Value will not be updated in WithoutWire if provided during an import.

 

 

 

QuantityMissing

 

Description: Represents the quantity missing on this receipt.

Data Type: Number

Note: ReadOnly – Value will not be updated in WithoutWire if provided during an import.

 

 

 

QuantityDamaged

 

Represents the quantity damaged on this receipt.

Data Type: Number

Description: ReadOnly – Value will not be updated in WithoutWire if provided during an import.

 

 

 

ItemValue

 

Description: The Lot Number or Serial Number or Expiration Date received.

Data Type: String

Note: ReadOnly – 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: ReadOnly – 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: ReadOnly

 

 

 

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.”

 

 

 

Example

 

[

 { 

   "QuantityReceived": 5.0,

  "QuantityMissing": 0.0,

   "QuantityDamaged": 0.0,

   "ItemValue": "Lot001",

   "DateReceived" : "2014-06-17T00:00:00",

  "Identity": 2,

  "Status": "Export Complete"

 }

]