API

Sales APIs

GET sales/project-orders/{projectOrderId}/items?onlyBillableSales={onlyBillableSales}&latestIncurredCostDate={latestIncurredCostDate}

List of project order items

HTTP method GET
URI https://api.rambase.net/sales/project-orders/{projectOrderId}/items?onlyBillableSales={onlyBillableSales}&latestIncurredCostDate={latestIncurredCostDate}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {projectOrderId} Project order identifier
Integer, minimum 100000
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 4102, version 45

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

onlyBillableSales Boolean, optional Determines whether to list all items (false) or only those items which have a billing basis (true).
latestIncurredCostDate Date, optional Only show billing basis based on revenues which has incurred before this date or earlier
$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

ActiveItems() Named filter Active project order items (status 4)
Expenses() Named filter Project order items with category "Expenses"
Hours() Named filter Project order items with category "Hours"
Material() Named filter Project order items with category "Material"
New() Named filter Project order items which are not registered yet (status 1 and 2)
PausedItems() Named filter Paused project order items (status 5)
ProcessedItems() Named filter Processed project order items (status 9)
UnreadNotification() Named filter Project order items with unread notification
Category String The category of this project order item: Material, Hours or Expenses.
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId Integer Notification type identifier.
EndCustomerFirstName String Secondary name of a company or firstname of a person.
EndCustomerId Integer Customer identifier.
EndCustomerName String Name of customer (name of company or surname/familyname/lastname of a person).
HasManuallyAccruedHandling Boolean (Discontinued) Only available items of category "Expenses". Set to "true" in cases where RamBase cannot know accrued cost, -e.g for salary expences in an external system etc. Accrued cost and price can then be set manually.
IsBasedOnExpenseLog Boolean This is to decide if a project order item of category 'Expenses' should have its cost calculated based on expense logs (EXL), or purhase orders (SPO/SOA) and supplier invoices (SIN/SCN). IsBasedOnExpenseLog=”True” means that EXL will be basis for cost/sale, and “Fault” means that SPO/SOA/SIN/SCN will be basis.
IsDependantOnSerialNumbers Boolean Determines whether or not it's required to provide valid serial numbers for project order item during its process of goods consumption confirmation.
LineNumber Integer Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier.
ProductName String Name of the product.
ProjectOrderItemId Integer Project order item identifier.
RemainingEstimatedQuantity Decimal Remaining estimated quantity is the expected remaining quantity to deliver. Will e.g be reduced when work hours are logged, but can be manually adjusted anytime.
RequestedDeliveryDate Date The delivery date as requested by the customer. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Status Integer Status of the project order item.

Read more about filters and sorting on how to use sortable parameters

Category String The category of this project order item: Material, Hours or Expenses
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId Integer Notification type identifier
EndCustomerFirstName String Secondary name of a company or firstname of a person
EndCustomerId Integer Customer identifier
EndCustomerName String Name of customer (name of company or surname/familyname/lastname of a person)
HasManuallyAccruedHandling Boolean (Discontinued) Only available items of category "Expenses". Set to "true" in cases where RamBase cannot know accrued cost, -e.g for salary expences in an external system etc. Accrued cost and price can then be set manually
IsBasedOnExpenseLog Boolean This is to decide if a project order item of category 'Expenses' should have its cost calculated based on expense logs (EXL), or purhase orders (SPO/SOA) and supplier invoices (SIN/SCN). IsBasedOnExpenseLog=”True” means that EXL will be basis for cost/sale, and “Fault” means that SPO/SOA/SIN/SCN will be basis.
IsDependantOnSerialNumbers Boolean Determines whether or not it's required to provide valid serial numbers for project order item during its process of goods consumption confirmation
LineNumber Integer Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier
ProductName String Name of the product
ProjectOrderItemId Integer Project order item identifier
RemainingEstimatedQuantity Decimal Remaining estimated quantity is the expected remaining quantity to deliver. Will e.g be reduced when work hours are logged, but can be manually adjusted anytime.
RequestedDeliveryDate Date The delivery date as requested by the customer.
Status Integer Status of the project order item

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<ProjectOrderItems>
2
     <ProjectOrderItem>
3
          <ProjectOrderItemId
ProjectOrderItemId

Project order item identifier

>
{Integer}</ProjectOrderItemId>
4
          <LineNumber
LineNumber

Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.

>
{Integer}</LineNumber>
5
          <Status
Status

Status of the project order item

Possible domain values can be found here

>
{Integer}</Status>
6
          <RequestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

>
{Date}</RequestedDeliveryDate>
7
          <ProductDescription
ProductDescription

Description of the item. If not specified, the description is by default copied from the product.

>
{String}</ProductDescription>
8
          <Category
Category

The category of this project order item: Material, Hours or Expenses

Possible domain values can be found here

>
{String}</Category>
9
          <IsBasedOnExpenseLog
IsBasedOnExpenseLog

This is to decide if a project order item of category 'Expenses' should have its cost calculated based on expense logs (EXL), or purhase orders (SPO/SOA) and supplier invoices (SIN/SCN).
IsBasedOnExpenseLog=”True” means that EXL will be basis for cost/sale, and “Fault” means that SPO/SOA/SIN/SCN will be basis.

>
{Boolean}</IsBasedOnExpenseLog>
10
          <IsDependantOnSerialNumbers
IsDependantOnSerialNumbers

Determines whether or not it's required to provide valid serial numbers for project order item during its process of goods consumption confirmation

>
{Boolean}</IsDependantOnSerialNumbers>
11
          <AssignmentStatus
AssignmentStatus

Status of the internal sales order for "Material for project order' which is used for getting assignments of material for a project order item.

Possible domain values can be found here

>
{Integer}</AssignmentStatus>
12
          <EndCustomer
EndCustomer

End customer

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

>
13
               <CustomerId
CustomerId

Customer identifier

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

>
{Integer}</CustomerId>
14
               <Name
Name

Name of customer (name of company or surname/familyname/lastname of a person)

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

>
{String}</Name>
15
               <FirstName
FirstName

Secondary name of a company or firstname of a person

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

>
{String}</FirstName>
16
               <VATRegistrationNumber
VATRegistrationNumber

Unique number assigned by the relevant tax authority to identify a party for use in relation to value added tax (VAT).

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

>
{String}</VATRegistrationNumber>
17
               <CustomerLink
CustomerLink

Customer reference

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

>
{String}</CustomerLink>
18
          </EndCustomer>
19
          <Product>
20
               <ProductId
ProductId

Product identifier

>
{Integer}</ProductId>
21
               <Name
Name

Name of the product

>
{String}</Name>
22
               <Type
Type

Type of product

Possible domain values can be found here

>
{String}</Type>
23
               <MeasurementUnit
MeasurementUnit

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Product.MeasurementUnit in your request URI to get this field

>
24
                    <MeasurementUnitId
MeasurementUnitId

Measurement unit identifier

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Product.MeasurementUnit in your request URI to get this field

>
{Integer}</MeasurementUnitId>
25
                    <Precision
Precision

The precision/accuracy of the measurement (number of decimals)

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Product.MeasurementUnit in your request URI to get this field

>
{Integer}</Precision>
26
                    <Unit
Unit

Measurement unit (ex. mm, km, dl, kg)

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Product.MeasurementUnit in your request URI to get this field

>
{String}</Unit>
27
                    <MeasurementUnitLink
MeasurementUnitLink

Material unit reference

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Product.MeasurementUnit in your request URI to get this field

>
{String}</MeasurementUnitLink>
28
               </MeasurementUnit>
29
               <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
30
          </Product>
31
          <InitialSalesEstimate>
32
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
33
               <MarkupPercent
MarkupPercent

A copy of markup percent at the time the project order was activated.

>
{Decimal}</MarkupPercent>
34
               <Quantity
Quantity

Initial estimated quantity. Will be a copy of the forecasted value at the time the project order is activated.

>
{Decimal}</Quantity>
35
               <Price
Price

Initial estimated sales price, in sales currency. Will be a copy of the forecasted value at the time the project order is activated.

>
{Decimal}</Price>
36
               <Amount
Amount

Initial estimated revenues, in sales currency. Will be a copy of the forecasted value at the time the project order is activated.

>
{Decimal}</Amount>
37
          </InitialSalesEstimate>
38
          <InitialSalesEstimateConverted
InitialSalesEstimateConverted

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.InitialSalesEstimateConverted in your request URI to get this field

>
39
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.InitialSalesEstimateConverted in your request URI to get this field

>
{String}</Currency>
40
               <Price
Price

Initial estimated sales price, in local currency. Will not be updated after the project order has been activated.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.InitialSalesEstimateConverted in your request URI to get this field

>
{Decimal}</Price>
41
               <Amount
Amount

Initial estimated revenues, in local currency. Will not be updated after the project order has been activated.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.InitialSalesEstimateConverted in your request URI to get this field

>
{Decimal}</Amount>
42
          </InitialSalesEstimateConverted>
43
          <InitialCostEstimate>
44
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
45
               <Price
Price

Initial estimated cost pr unit, in local currency. Will not be updated after the project order has been activated.

>
{Decimal}</Price>
46
               <Amount
Amount

Initial estimated cost, in local currency. Will not be updated after the project order has been activated.

>
{Decimal}</Amount>
47
          </InitialCostEstimate>
48
          <Sales>
49
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
50
               <MarkupPercent
MarkupPercent

By default calculated based on cost price / sale when a PODITEM is created. Can be changed during the project, it will then recalculated prices.

>
{Decimal}</MarkupPercent>
51
               <Remaining>
52
                    <Quantity
Quantity

Remaining estimated quantity is the expected remaining quantity to deliver. Will e.g be reduced when work hours are logged, but can be manually adjusted anytime.

>
{Decimal}</Quantity>
53
                    <Price
Price

Estimated sales price for the remaining quantity, in sales currency. May be adjusted during the process.

>
{Decimal}</Price>
54
                    <Amount
Amount

Estimated revenues for the remaining quantity, in sales currency.

>
{Decimal}</Amount>
55
               </Remaining>
56
               <Pending>
57
                    <Quantity
Quantity

Pending quantity. Quantity is to be understood as pending e.g if hours are logged, but yet not approved by manager (status 3), or when the internal sales order for "Material to project order" has been created, but material is not confirmed as consumed yet.

>
{Decimal}</Quantity>
58
                    <Price
Price

Pending sales price, in sales currency. Revenues are to be understood as pending e.g when hours are logged, but not approved by manager (status 3), -or when the internal sales order for "Material to project order" has been created, but material has not been confirmed as consumed yet.

>
{Decimal}</Price>
59
                    <Amount
Amount

Pending revenues, in sales currency. Revenues are to be understood as pending e.g if hours are logged, but yet not approved by manager (status 3), or when the internal sales order for "Material to project order" has been created, but material is not confirmed as consumed yet.

>
{Decimal}</Amount>
60
               </Pending>
61
               <Accrued>
62
                    <Quantity
Quantity

Accrued quantity. Quantity that has been accrued is to be understood as e.g logged hours that are approved, or material has been confirmed as consumed.

>
{Decimal}</Quantity>
63
                    <Price
Price

Accrued sales price, in sales currency. Revenues are to be understood as accrued e.g when logged hours have been approved, or when material has been confirmed as consumed.

>
{Decimal}</Price>
64
                    <Amount
Amount

Accrued revenues, in sales currency. Revenues are to be understood as accrued e.g if logged hours have been approved or when material has been confirmed as consumed.

>
{Decimal}</Amount>
65
               </Accrued>
66
               <Forecast>
67
                    <Quantity
Quantity

Forecasted quantity is an accumulated value of RemainingQty + PendingQty + AccruedQty. It's the total quantity one expect to deliver based on the situation at the moment.

>
{Decimal}</Quantity>
68
                    <Price
Price

Forecasted sales price, in sales currency. Is calculated based on remaining, pending and accrued sales price.

>
{Decimal}</Price>
69
                    <Amount
Amount

Forecasted revenues, in sales currency. Is a sum of remaining, pending and accrued revenues.

>
{Decimal}</Amount>
70
               </Forecast>
71
               <Invoiced>
72
                    <Amount
Amount

Invoiced revenues, in sales currency.

>
{Decimal}</Amount>
73
               </Invoiced>
74
               <BillableSales
BillableSales

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Sales.BillableSales in your request URI to get this field

>
75
                    <Amount
Amount

The total sum of billing basis, in sales currency for a specific project order, where invoice or credit note has not been created yet, or where it has been created, but is yet not registered

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Sales.BillableSales in your request URI to get this field

>
{Decimal}</Amount>
76
               </BillableSales>
77
          </Sales>
78
          <SalesConverted
SalesConverted

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
79
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{String}</Currency>
80
               <Remaining
Remaining

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
81
                    <Price
Price

Estimated sales price for the remaining quantity, in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{Decimal}</Price>
82
                    <Amount
Amount

Estimated revenues for the remaining quantity, in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{Decimal}</Amount>
83
               </Remaining>
84
               <Pending
Pending

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
85
                    <Price
Price

Pending sales price, in local currency. Revenues are to be understood as pendig e.g if hours are logged, but yet not approved by manager (status 3), or when the internal sales order for "Material for project order" has been created, but material has been confirmed as consumed yet.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{Decimal}</Price>
86
                    <Amount
Amount

Pending revenues, in local currency. Revenues are to be understood as pending e.g if hours are logged, but yet not approved by manager (status 3), or when internal sales order for "Material to project order" has been created, but material has been confirmed as consumed yet.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{Decimal}</Amount>
87
               </Pending>
88
               <Accrued
Accrued

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
89
                    <Price
Price

Accrued sales price, in local currency. Revenues are understood as accrued e.g when logged hours are approved, or when material has been confirmed as consumed.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{Decimal}</Price>
90
                    <Amount
Amount

Accrued revenues, in local currency. Revenues are to be understood as accrued e.g if logged hours have been approved or when material has been confirmed as consumed.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{Decimal}</Amount>
91
               </Accrued>
92
               <Forecast
Forecast

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
93
                    <Price
Price

Forecasted sales price, in local currency. Is calculated based on remaining, pending and accured sales price in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{Decimal}</Price>
94
                    <Amount
Amount

Forecasted revenues, in local currency. Is a sum of remaining, pending and accrued revenues in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{Decimal}</Amount>
95
               </Forecast>
96
               <Invoiced
Invoiced

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
97
                    <Amount
Amount

Invoiced revenues, in local currency

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{Decimal}</Amount>
98
               </Invoiced>
99
               <BillableSales
BillableSales

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
100
                    <Amount
Amount

The total sum of billing basis, in local currency for a specific project order, where invoice or credit note has not been created yet, or where it has been created, but is yet not registered.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

>
{Decimal}</Amount>
101
               </BillableSales>
102
          </SalesConverted>
103
          <CostConverted
CostConverted

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
104
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
{String}</Currency>
105
               <Remaining
Remaining

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
106
                    <Price
Price

Remaining estimated cost per unit, in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
{Decimal}</Price>
107
                    <Amount
Amount

Remaining estimated cost, in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
{Decimal}</Amount>
108
               </Remaining>
109
               <Pending
Pending

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
110
                    <Price
Price

Pending cost pr unit, in local currency. Cost is to be understood as pending e.g. when hours have been logged, but not approved by manager (status 3), -or when the internal sales order for "Material for project order" has been created, but material is not yet confirmed as consumed.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
{Decimal}</Price>
111
                    <Amount
Amount

Pending cost, in local currency. Cost is to be understood as pending e.g if hours are logged, but yet not approved by manger (status 3), or when the internal sales order for "Material to project order" has been created, but material is not confirmed as consumed yet.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
{Decimal}</Amount>
112
               </Pending>
113
               <Forecast
Forecast

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
114
                    <Price
Price

Forecasted cost pr unit, in local currency. This is calculated based on remaining, pending and accrued cost in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
{Decimal}</Price>
115
                    <Amount
Amount

Forecasted cost, in local currency. Is a sum of remaining, pending anc accrued cost in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
{Decimal}</Amount>
116
               </Forecast>
117
               <Accrued
Accrued

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
118
                    <Price
Price

Accrued cost pr unit, in local currency. Cost is to be understood as accrued e.g when logged hours have been approved, or when material has been confirmed as consumed.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
{Decimal}</Price>
119
                    <Amount
Amount

Accrued cost, in local currency. Cost is to be understood as accrued e.g when logged hours have been approved, or when material has been confirmed as consumed.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

>
{Decimal}</Amount>
120
               </Accrued>
121
          </CostConverted>
122
          <HighlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
123
               <NotificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
{Integer}</NotificationId>
124
               <Status
Status

Status of the notification

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
{Integer}</Status>
125
               <CreatedAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
{Datetime}</CreatedAt>
126
               <Message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
{String}</Message>
127
               <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
{String}</TranslatedMessage>
128
               <NotificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
129
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeId>
130
                    <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
{String}</Category>
131
                    <NotificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeLink>
132
               </NotificationType>
133
               <NotificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

>
{String}</NotificationLink>
134
          </HighlightedNotification>
135
     </ProjectOrderItem>
136
     <Paging
Paging

Detailed paging information for this list.

>
137
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
138
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
139
          <Page
Page

Page index

>
{Integer}</Page>
140
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
141
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
142
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
143
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
144
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
145
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
146
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
147
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
148
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
149
     </Paging>
150
</ProjectOrderItems>
1
{
2
     "projectOrderItems": [
3
          {
4
               "projectOrderItemId
ProjectOrderItemId

Project order item identifier

":
"{Integer}",
5
               "lineNumber
LineNumber

Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.

":
"{Integer}",
6
               "status
Status

Status of the project order item

Possible domain values can be found here

":
"{Integer}",
7
               "requestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

":
"{Date}",
8
               "productDescription
ProductDescription

Description of the item. If not specified, the description is by default copied from the product.

":
"{String}",
9
               "category
Category

The category of this project order item: Material, Hours or Expenses

Possible domain values can be found here

":
"{String}",
10
               "isBasedOnExpenseLog
IsBasedOnExpenseLog

This is to decide if a project order item of category 'Expenses' should have its cost calculated based on expense logs (EXL), or purhase orders (SPO/SOA) and supplier invoices (SIN/SCN).
IsBasedOnExpenseLog=”True” means that EXL will be basis for cost/sale, and “Fault” means that SPO/SOA/SIN/SCN will be basis.

":
"{Boolean}",
11
               "isDependantOnSerialNumbers
IsDependantOnSerialNumbers

Determines whether or not it's required to provide valid serial numbers for project order item during its process of goods consumption confirmation

":
"{Boolean}",
12
               "assignmentStatus
AssignmentStatus

Status of the internal sales order for "Material for project order' which is used for getting assignments of material for a project order item.

Possible domain values can be found here

":
"{Integer}",
13
               "endCustomer
EndCustomer

End customer

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

":
{
14
                    "customerId
CustomerId

Customer identifier

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

":
"{Integer}",
15
                    "name
Name

Name of customer (name of company or surname/familyname/lastname of a person)

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

":
"{String}",
16
                    "firstName
FirstName

Secondary name of a company or firstname of a person

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

":
"{String}",
17
                    "vATRegistrationNumber
VATRegistrationNumber

Unique number assigned by the relevant tax authority to identify a party for use in relation to value added tax (VAT).

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

":
"{String}",
18
                    "customerLink
CustomerLink

Customer reference

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.EndCustomer in your request URI to get this field

":
"{String}"
19
               },
20
               "product": {
21
                    "productId
ProductId

Product identifier

":
"{Integer}",
22
                    "name
Name

Name of the product

":
"{String}",
23
                    "type
Type

Type of product

Possible domain values can be found here

":
"{String}",
24
                    "measurementUnit
MeasurementUnit

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Product.MeasurementUnit in your request URI to get this field

":
{
25
                         "measurementUnitId
MeasurementUnitId

Measurement unit identifier

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Product.MeasurementUnit in your request URI to get this field

":
"{Integer}",
26
                         "precision
Precision

The precision/accuracy of the measurement (number of decimals)

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Product.MeasurementUnit in your request URI to get this field

":
"{Integer}",
27
                         "unit
Unit

Measurement unit (ex. mm, km, dl, kg)

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Product.MeasurementUnit in your request URI to get this field

":
"{String}",
28
                         "measurementUnitLink
MeasurementUnitLink

Material unit reference

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Product.MeasurementUnit in your request URI to get this field

":
"{String}"
29
                    },
30
                    "productLink
ProductLink

Product reference

":
"{String}"
31
               },
32
               "initialSalesEstimate": {
33
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
34
                    "markupPercent
MarkupPercent

A copy of markup percent at the time the project order was activated.

":
"{Decimal}",
35
                    "quantity
Quantity

Initial estimated quantity. Will be a copy of the forecasted value at the time the project order is activated.

":
"{Decimal}",
36
                    "price
Price

Initial estimated sales price, in sales currency. Will be a copy of the forecasted value at the time the project order is activated.

":
"{Decimal}",
37
                    "amount
Amount

Initial estimated revenues, in sales currency. Will be a copy of the forecasted value at the time the project order is activated.

":
"{Decimal}"
38
               },
39
               "initialSalesEstimateConverted
InitialSalesEstimateConverted

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.InitialSalesEstimateConverted in your request URI to get this field

":
{
40
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.InitialSalesEstimateConverted in your request URI to get this field

":
"{String}",
41
                    "price
Price

Initial estimated sales price, in local currency. Will not be updated after the project order has been activated.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.InitialSalesEstimateConverted in your request URI to get this field

":
"{Decimal}",
42
                    "amount
Amount

Initial estimated revenues, in local currency. Will not be updated after the project order has been activated.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.InitialSalesEstimateConverted in your request URI to get this field

":
"{Decimal}"
43
               },
44
               "initialCostEstimate": {
45
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
46
                    "price
Price

Initial estimated cost pr unit, in local currency. Will not be updated after the project order has been activated.

":
"{Decimal}",
47
                    "amount
Amount

Initial estimated cost, in local currency. Will not be updated after the project order has been activated.

":
"{Decimal}"
48
               },
49
               "sales": {
50
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
51
                    "markupPercent
MarkupPercent

By default calculated based on cost price / sale when a PODITEM is created. Can be changed during the project, it will then recalculated prices.

":
"{Decimal}",
52
                    "remaining": {
53
                         "quantity
Quantity

Remaining estimated quantity is the expected remaining quantity to deliver. Will e.g be reduced when work hours are logged, but can be manually adjusted anytime.

":
"{Decimal}",
54
                         "price
Price

Estimated sales price for the remaining quantity, in sales currency. May be adjusted during the process.

":
"{Decimal}",
55
                         "amount
Amount

Estimated revenues for the remaining quantity, in sales currency.

":
"{Decimal}"
56
                    },
57
                    "pending": {
58
                         "quantity
Quantity

Pending quantity. Quantity is to be understood as pending e.g if hours are logged, but yet not approved by manager (status 3), or when the internal sales order for "Material to project order" has been created, but material is not confirmed as consumed yet.

":
"{Decimal}",
59
                         "price
Price

Pending sales price, in sales currency. Revenues are to be understood as pending e.g when hours are logged, but not approved by manager (status 3), -or when the internal sales order for "Material to project order" has been created, but material has not been confirmed as consumed yet.

":
"{Decimal}",
60
                         "amount
Amount

Pending revenues, in sales currency. Revenues are to be understood as pending e.g if hours are logged, but yet not approved by manager (status 3), or when the internal sales order for "Material to project order" has been created, but material is not confirmed as consumed yet.

":
"{Decimal}"
61
                    },
62
                    "accrued": {
63
                         "quantity
Quantity

Accrued quantity. Quantity that has been accrued is to be understood as e.g logged hours that are approved, or material has been confirmed as consumed.

":
"{Decimal}",
64
                         "price
Price

Accrued sales price, in sales currency. Revenues are to be understood as accrued e.g when logged hours have been approved, or when material has been confirmed as consumed.

":
"{Decimal}",
65
                         "amount
Amount

Accrued revenues, in sales currency. Revenues are to be understood as accrued e.g if logged hours have been approved or when material has been confirmed as consumed.

":
"{Decimal}"
66
                    },
67
                    "forecast": {
68
                         "quantity
Quantity

Forecasted quantity is an accumulated value of RemainingQty + PendingQty + AccruedQty. It's the total quantity one expect to deliver based on the situation at the moment.

":
"{Decimal}",
69
                         "price
Price

Forecasted sales price, in sales currency. Is calculated based on remaining, pending and accrued sales price.

":
"{Decimal}",
70
                         "amount
Amount

Forecasted revenues, in sales currency. Is a sum of remaining, pending and accrued revenues.

":
"{Decimal}"
71
                    },
72
                    "invoiced": {
73
                         "amount
Amount

Invoiced revenues, in sales currency.

":
"{Decimal}"
74
                    },
75
                    "billableSales
BillableSales

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Sales.BillableSales in your request URI to get this field

":
{
76
                         "amount
Amount

The total sum of billing basis, in sales currency for a specific project order, where invoice or credit note has not been created yet, or where it has been created, but is yet not registered

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.Sales.BillableSales in your request URI to get this field

":
"{Decimal}"
77
                    }
78
               },
79
               "salesConverted
SalesConverted

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
{
80
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{String}",
81
                    "remaining
Remaining

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
{
82
                         "price
Price

Estimated sales price for the remaining quantity, in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{Decimal}",
83
                         "amount
Amount

Estimated revenues for the remaining quantity, in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{Decimal}"
84
                    },
85
                    "pending
Pending

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
{
86
                         "price
Price

Pending sales price, in local currency. Revenues are to be understood as pendig e.g if hours are logged, but yet not approved by manager (status 3), or when the internal sales order for "Material for project order" has been created, but material has been confirmed as consumed yet.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{Decimal}",
87
                         "amount
Amount

Pending revenues, in local currency. Revenues are to be understood as pending e.g if hours are logged, but yet not approved by manager (status 3), or when internal sales order for "Material to project order" has been created, but material has been confirmed as consumed yet.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{Decimal}"
88
                    },
89
                    "accrued
Accrued

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
{
90
                         "price
Price

Accrued sales price, in local currency. Revenues are understood as accrued e.g when logged hours are approved, or when material has been confirmed as consumed.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{Decimal}",
91
                         "amount
Amount

Accrued revenues, in local currency. Revenues are to be understood as accrued e.g if logged hours have been approved or when material has been confirmed as consumed.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{Decimal}"
92
                    },
93
                    "forecast
Forecast

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
{
94
                         "price
Price

Forecasted sales price, in local currency. Is calculated based on remaining, pending and accured sales price in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{Decimal}",
95
                         "amount
Amount

Forecasted revenues, in local currency. Is a sum of remaining, pending and accrued revenues in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{Decimal}"
96
                    },
97
                    "invoiced
Invoiced

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
{
98
                         "amount
Amount

Invoiced revenues, in local currency

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{Decimal}"
99
                    },
100
                    "billableSales
BillableSales

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
{
101
                         "amount
Amount

The total sum of billing basis, in local currency for a specific project order, where invoice or credit note has not been created yet, or where it has been created, but is yet not registered.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.SalesConverted in your request URI to get this field

":
"{Decimal}"
102
                    }
103
               },
104
               "costConverted
CostConverted

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
{
105
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
"{String}",
106
                    "remaining
Remaining

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
{
107
                         "price
Price

Remaining estimated cost per unit, in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
"{Decimal}",
108
                         "amount
Amount

Remaining estimated cost, in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
"{Decimal}"
109
                    },
110
                    "pending
Pending

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
{
111
                         "price
Price

Pending cost pr unit, in local currency. Cost is to be understood as pending e.g. when hours have been logged, but not approved by manager (status 3), -or when the internal sales order for "Material for project order" has been created, but material is not yet confirmed as consumed.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
"{Decimal}",
112
                         "amount
Amount

Pending cost, in local currency. Cost is to be understood as pending e.g if hours are logged, but yet not approved by manger (status 3), or when the internal sales order for "Material to project order" has been created, but material is not confirmed as consumed yet.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
"{Decimal}"
113
                    },
114
                    "forecast
Forecast

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
{
115
                         "price
Price

Forecasted cost pr unit, in local currency. This is calculated based on remaining, pending and accrued cost in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
"{Decimal}",
116
                         "amount
Amount

Forecasted cost, in local currency. Is a sum of remaining, pending anc accrued cost in local currency.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
"{Decimal}"
117
                    },
118
                    "accrued
Accrued

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
{
119
                         "price
Price

Accrued cost pr unit, in local currency. Cost is to be understood as accrued e.g when logged hours have been approved, or when material has been confirmed as consumed.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
"{Decimal}",
120
                         "amount
Amount

Accrued cost, in local currency. Cost is to be understood as accrued e.g when logged hours have been approved, or when material has been confirmed as consumed.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.CostConverted in your request URI to get this field

":
"{Decimal}"
121
                    }
122
               },
123
               "highlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
{
124
                    "notificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
"{Integer}",
125
                    "status
Status

Status of the notification

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
"{Integer}",
126
                    "createdAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
"{Datetime}",
127
                    "message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
"{String}",
128
                    "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
"{String}",
129
                    "notificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
{
130
                         "notificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
"{String}",
131
                         "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
"{String}",
132
                         "notificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
"{String}"
133
                    },
134
                    "notificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=ProjectOrderItem.HighlightedNotification in your request URI to get this field

":
"{String}"
135
               }
136
          }
137
     ],
138
     "paging
Paging

Detailed paging information for this list.

":
{
139
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
140
          "position
Position

Position of the first element in the list

":
"{Integer}",
141
          "page
Page

Page index

":
"{Integer}",
142
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
143
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
144
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
145
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
146
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
147
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
148
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
149
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
150
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
151
     }
152
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 102120 HTTP 404 Delivery project not found
Error 100104 HTTP 404 Address not found
Error 100001 HTTP 404 Address not found