Receipts

Prev Next

Description 

Description of purchase transactions for materials and services. 

Resource Overview 

Endpoint Definition 
GET/Receipts

Retrieve a list of information related to receipts. 

POST/Receipts

Add a receipt.  

POST/Receipts/Approve
Add a receipt approval.
POST/Receipts/Receive
Add acknowledgment of receipt.

Attributes

AttributeDescriptionData TypeNotes
ReceiptIDUnique identifier for the receiptinteger (int32)Required
Min: 1
Max: 2147483647
BranchIDUnique identifier for the branchinteger (int32)Required
Min: 1
Max: 2147483647
VendorIDUnique identifier for the vendorinteger (int32)Required
Min: 1
Max: 2147483647
AccountingVendorIDUnique identifier for third-party accounting systemstringMax length: 150
VendorInvoiceNumVendor’s invoice numberstring | null
VendorInvoiceDateDate of vendor invoicestring (date-time) | null
WorkTicketIDLinked work ticketinteger (int32) | null
ReceiptNoteNotes for the receiptstring | null
AddressLine1First line of addressstring | null
AddressLine2Second line of addressstring | null
CityCitystring | null
StateProvinceCodeState or province codestring | null
ZipCodePostal codestring | null
InventoryLocationIDUnique identifier for the inventory locationinteger (int32) | null
ReceiptTotalCostTotal cost of the receiptnumber (double)
ReceiptItemsList of receipt itemsArray of object (ReceiptItemModel) | null
AttributeDescriptionData TypeNotes
ReceiptItemIDUnique identifier for the receipt iteminteger (int32)
CatalogItemIDLinked catalog iteminteger (int32) | null
CatalogItemCategoryIDLinked catalog item categoryinteger (int32) | null
ItemNameName of the itemstringRequired
Min length: 1
ItemQuantityQuantity of the itemnumber (double)Required
ItemUnitCostUnit cost of the itemnumber (double)Required
ItemTypeType of the itemstringRequired
Min length: 1
ItemAllocationsItem allocation detailsArray of object (ItemAllocationModel) | null
AttributeDescriptionData TypeNotes
WorkTicketIDLinked work ticketinteger (int32)
InventoryLocationIDLinked inventory locationinteger (int32)
ItemQuantityAllocated quantitynumber (double)Required
ReceiptItemPriceItem pricenumber (double)
ItemEstUnitCostEstimated unit costnumber (double)
ReceiptExtraCostsAdditional receipt costsArray of object (ReceiptExtraCost) | null
AttributeDescriptionData TypeNotes
ReceiptExtraCostIDUnique identifier for the extra costinteger (int32)
ExtraCostTypeType of extra coststringRequired
Min length: 1
ExtraCostAmount of the extra costnumber (double)Required