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
Attribute | Description | Data Type | Notes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ReceiptID | Unique identifier for the receipt | integer (int32) | Required Min: 1 Max: 2147483647 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BranchID | Unique identifier for the branch | integer (int32) | Required Min: 1 Max: 2147483647 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
VendorID | Unique identifier for the vendor | integer (int32) | Required Min: 1 Max: 2147483647 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AccountingVendorID | Unique identifier for third-party accounting system | string | Max length: 150 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
VendorInvoiceNum | Vendor’s invoice number | string | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
VendorInvoiceDate | Date of vendor invoice | string (date-time) | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WorkTicketID | Linked work ticket | integer (int32) | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReceiptNote | Notes for the receipt | string | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AddressLine1 | First line of address | string | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AddressLine2 | Second line of address | string | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
City | City | string | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
StateProvinceCode | State or province code | string | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ZipCode | Postal code | string | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InventoryLocationID | Unique identifier for the inventory location | integer (int32) | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReceiptTotalCost | Total cost of the receipt | number (double) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReceiptItems | List of receipt items | Array of object (ReceiptItemModel) | null |
|