PurchaseOrderLite¶
Example Json Object
1{
2 "id": 3001,
3 "displayId": "PO-3001",
4 "status": {
5 "name": "ACTIVE",
6 "captionKey": "enum.objectStatus.active",
7 "active": true,
8 "caption": "Active"
9 },
10 "name": "Office Supplies Order",
11 "companyId": 2001
12}
📄 Description: Data transfer object representing a simplified purchase order within the Nakisa Lease Accounting Suite, encapsulating essential details related to lease agreements, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
status |
false |
none |
Status of the resource |
|
name |
string |
false |
none |
Name of the resource |
companyId |
integer(int64) |
false |
none |
Unique identifier for the company |