PurchaseReturns
Use this endpoint to create, read, and update purchase returns. A purchase return must include one or more purchase return lines and a return date.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | False |
Primary key |
| Created | Datetime | False |
Creation Date |
| Creator | String | False |
User ID of the creator |
| CreatorFullName | String | False |
Name of the creator |
| Description | String | False |
Description of the return |
| Division | Int | False |
Division code |
| Document | String | False |
Document linked to the return |
| Modified | Datetime | False |
Last modified date |
| Modifier | String | False |
User ID of the last modifier |
| ModifierFullName | String | False |
Name of the last modifier |
| Remarks | String | False |
Remarks linked to the return |
| ReturnDate | Datetime | False |
Date of the return |
| ReturnNumber | Int | False |
Return number |
| Status | Int | False |
Status of the purchase return |
| Supplier | String | False |
Reference to supplier account |
| SupplierAddress | String | False |
Reference for supplier address |
| SupplierContact | String | False |
Reference for contact of supplier |
| SupplierContactFullName | String | False |
Name of supplier |
| TrackingNumber | String | False |
Tracking number of the return |
| Warehouse | String | False |
Warehouse for the return |
| WarehouseCode | String | False |
Code of warehouse |
| WarehouseDescription | String | False |
Description of warehouse |
| YourRef | String | False |
Reference number linked to the return |
| LinkedPurchaseReturnLines | String | False |
The collection of lines that belong to the purchase return |