PurchaseOrderLite¶
Example Json Object
1{
2 "id": 3001,
3 "displayId": "PO-3001",
4 "status": "ACTIVE",
5 "name": "Office Supplies Order",
6 "companyId": 2001
7}
📄 Description: Represents a purchase order with associated company details.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier of the purchase order. |
displayId |
string |
false |
none |
Display ID for the purchase order. |
status |
string |
false |
none |
Status of the purchase order. |
name |
string |
false |
none |
Name of the purchase order. |
companyId |
integer(int64) |
false |
none |
ID of the associated company. |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |