Overview
The list page that contains the Receipt Agreement Lines in Wisefish.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
Only shows unposted purchases, i.e. where invoice has not been posted. |
|
Requests allowed |
GET, POST, PATCH, DELETE |
|
Primary key |
|
|
Record ID |
|
|
Procedures |
none |
Data
Field List
|
Property |
Type |
Max Len |
Description |
|
|
|---|---|---|---|---|---|
|
1 |
|
string uuid |
|
|
RECORD ID |
|
2 |
|
string |
|
|
|
|
3 |
|
string |
20 |
|
|
|
4 |
|
integer |
|
|
|
|
5 |
|
string |
|
|
|
|
6 |
|
string |
20 |
|
Mandatory |
|
7 |
|
string |
100 |
|
|
|
8 |
|
string |
|
|
Mandatory |
|
9 |
|
decimal |
|
|
|
|
10 |
|
string |
10 |
|
|
|
11 |
|
decimal |
|
|
|
|
12 |
|
decimal |
|
|
|
|
13 |
|
string |
10 |
|
|
|
14 |
|
integer |
|
|
|
|
15 |
|
integer |
|
|
|
|
16 |
|
integer |
|
|
|
|
17 |
|
integer |
|
|
|
|
18 |
|
integer |
|
|
|
|
19 |
|
integer |
|
|
|
|
20 |
|
integer |
|
|
|
|
21 |
|
integer |
|
|
|
|
22 |
|
string |
20 |
|
|
|
23 |
|
integer |
|
|
|
|
24 |
|
integer |
|
|
|
|
25 |
|
date-time UTC |
|
|
|
Example Object
{
"@odata.etag": "W/\"JzIwOzE3MjI2NDI3NTI4MzQ1MzA1NzY2MTswMDsn\"",
"systemId": "2559e15b-239a-f011-b41a-000d3adf9fc2",
"documentType": "Receipt",
"documentNo": "RA2000004",
"lineNo": 10000,
"type": "Item",
"itemNo": "ZZZ1003",
"description": "Lifur - lánað til Lýsi",
"tradeItems": 100,
"tradeItemUnitOfMeasure": "KG",
"quantityBase": 100,
"quantity": 100,
"unitOfMeasure": "KG",
"directUnitCost": 100,
"unitCost": 100,
"lineAmount": 10000,
"lineDiscount": 0,
"lineDiscountAmount": 0,
"amount": 10000,
"vat": 11,
"amountIncludingVAT": 11100,
"originalProducer": "",
"productionDate": "2025-09-25",
"netWeight": 0,
"netWeightBWU": 100,
"lastModified": "2025-10-02T13:18:31.53Z"
}