API

Sales APIs

GET sales/project-orders?onlyBillableSales={onlyBillableSales}&minimumBillableSalesAmount={minBillableSalesAmount}&maximumBillableSalesAmount={maxBillableSalesAmount}&latestIncurredCostDate={latestIncurredCostDate}

List of project orders

HTTP method GET
URI https://api.rambase.net/sales/project-orders?onlyBillableSales={onlyBillableSales}&minimumBillableSalesAmount={minBillableSalesAmount}&maximumBillableSalesAmount={maxBillableSalesAmount}&latestIncurredCostDate={latestIncurredCostDate}
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 4031, version 35

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 project orders (false) or only those project orders, which have billing basis (true).
minimumBillableSalesAmount Decimal, optional Amount limit, in local currency, which restricts project orders to the ones with billing basis amount less than specified value.
maximumBillableSalesAmount Decimal, optional Amount limit, in local currency, which restricts project orders to the ones with billing basis greater than specified value.
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.

Active() Named filter Project orders which are active (status 4)
LastInvoice() Named filter Project orders which are pending last invoicing (status 8)
MyProjectOrders() Named filter Project orders for which the current user either belongs to the project team or is project leader for
New() Named filter Project orders which are not registered (status 1 and 2)
Ongoing() Named filter Project orders which are registered, but not yet not processed (status greater than 2 and lower than 9)
OpenProgressComplete() Named filter Project orders which are open but with a 100 % progress
Paused() Named filter Project orders which are paused (status 5)
Processed() Named filter Project orders which are processed (status 9)
UnreadNotification() Named filter Project orders with unread notification
UnregisteredBillings() Named filter Project orders which have sales invoice or credit note that is not yet registered (status 1)
AccruedSaleTotal Decimal Total accrued revenues, in sales currency. Includes accrued revenues for both hours, material and 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.
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Currency String Three character code following the ISO 4217 standard.
CustomerFirstName String Secondary name of a company or firstname of a person.
CustomerId Integer Customer identifier.
CustomerName String Name of customer (name of company or surname/familyname/lastname of a person).
CustomersReference String Customers reference. Typically a person.
CustomersReferenceNumber String Customers reference number. E.g. the internal sales order id the customer use in their own system.
IsInternal Boolean True if this is an internal project order.
Name String Name of the project order.
PercentWorkComplete Decimal Work done in percentage, to be manually updated by responsible user.
PricingModel String States if there are a fixed price for the project order, or if price will be based on time and material.
ProjectManagerEmployeeId Integer Employee identifier. Available macros: currentUser()
ProjectOrderId Integer Project order identifier.
Status Integer Status of project order.

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

AccruedSaleTotal Decimal Total accrued revenues, in sales currency. Includes accrued revenues for both hours, material and 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
CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
CustomerFirstName String Secondary name of a company or firstname of a person
CustomerId Integer Customer identifier
CustomerName String Name of customer (name of company or surname/familyname/lastname of a person)
CustomersReference String Customers reference. Typically a person.
CustomersReferenceNumber String Customers reference number. E.g. the internal sales order id the customer use in their own system.
IsInternal Boolean True if this is an internal project order
Name String Name of the project order
PercentWorkComplete Decimal Work done in percentage, to be manually updated by responsible user
PricingModel String States if there are a fixed price for the project order, or if price will be based on time and material
ProjectManagerEmployeeId Integer Employee identifier
ProjectOrderId Integer Project order identifier
Status Integer Status of project order

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
<ProjectOrders>
2
     <ProjectOrder>
3
          <ProjectOrderId
ProjectOrderId

Project order identifier

>
{Integer}</ProjectOrderId>
4
          <Status
Status

Status of project order

Possible domain values can be found here

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

Date and time of creation

>
{Datetime}</CreatedAt>
6
          <Name
Name

Name of the project order

>
{String}</Name>
7
          <PricingModel
PricingModel

States if there are a fixed price for the project order, or if price will be based on time and material

Possible domain values can be found here

>
{String}</PricingModel>
8
          <IsInternal
IsInternal

True if this is an internal project order

>
{Boolean}</IsInternal>
9
          <CustomersReference
CustomersReference

Customers reference. Typically a person.

>
{String}</CustomersReference>
10
          <CustomersReferenceNumber
CustomersReferenceNumber

Customers reference number. E.g. the internal sales order id the customer use in their own system.

>
{String}</CustomersReferenceNumber>
11
          <EstimatedStartAt
EstimatedStartAt

Estimated start date and time

>
{Datetime}</EstimatedStartAt>
12
          <EstimatedCompleteAt
EstimatedCompleteAt

Estimated end date and time

>
{Datetime}</EstimatedCompleteAt>
13
          <PercentWorkComplete
PercentWorkComplete

Work done in percentage, to be manually updated by responsible user

>
{Decimal}</PercentWorkComplete>
14
          <HasUnregisteredSalesInvoiceItems
HasUnregisteredSalesInvoiceItems

Is true if the project order has at least one sales invoice which is not yet registered

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

>
{Boolean}</HasUnregisteredSalesInvoiceItems>
15
          <HasUnregisteredSalesCreditNoteItems
HasUnregisteredSalesCreditNoteItems

Is true if the project order has at least one sales credit note which is not yet registered

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

>
{Boolean}</HasUnregisteredSalesCreditNoteItems>
16
          <Customer>
17
               <CustomerId
CustomerId

Customer identifier

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

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

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

Secondary name of a company or firstname of a person

>
{String}</FirstName>
20
               <CustomerLink
CustomerLink

Customer reference

>
{String}</CustomerLink>
21
          </Customer>
22
          <SalesItem
SalesItem

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

>
23
               <Payment
Payment

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

>
24
                    <PaymentTerms
PaymentTerms

Terms of payment. Defaut value is retrieved from the customer. The due date of the sales order and sales invoice is calculated based on this field.

Possible domain values can be found here

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

>
{String}</PaymentTerms>
25
               </Payment>
26
          </SalesItem>
27
          <Accounting>
28
               <FinanceProject
FinanceProject

The finance project related to the project order. One of the system/fixed account dimensions.

>
29
                    <FinanceProjectId
FinanceProjectId

Finance project identifier

>
{Integer}</FinanceProjectId>
30
                    <FinanceProjectLink
FinanceProjectLink

Finance project reference

>
{String}</FinanceProjectLink>
31
               </FinanceProject>
32
          </Accounting>
33
          <Location
Location

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

>
34
               <LocationId
LocationId

Location identifier

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

>
{Integer}</LocationId>
35
               <ShortName
ShortName

Unique abbreviation/short name of the location

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

>
{String}</ShortName>
36
               <LocationLink
LocationLink

Location reference

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

>
{String}</LocationLink>
37
          </Location>
38
          <Responsible
Responsible

Reference to the user who is responsible project manger for this project order

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

>
39
               <EmployeeId
EmployeeId

Employee identifier

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

>
{Integer}</EmployeeId>
40
               <LastName
LastName

Last name of employee

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

>
{String}</LastName>
41
               <FirstName
FirstName

First name of employee

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

>
{String}</FirstName>
42
               <EmployeeLink
EmployeeLink

Employee reference

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

>
{String}</EmployeeLink>
43
          </Responsible>
44
          <HighlightedNotification
HighlightedNotification

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

>
45
               <NotificationId
NotificationId

Notification identifier

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

>
{Integer}</NotificationId>
46
               <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=ProjectOrder.HighlightedNotification in your request URI to get this field

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

Date and time of creation

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

>
{Datetime}</CreatedAt>
48
               <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=ProjectOrder.HighlightedNotification in your request URI to get this field

>
{String}</Message>
49
               <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=ProjectOrder.HighlightedNotification in your request URI to get this field

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

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

>
51
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

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

>
{String}</NotificationTypeId>
52
                    <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=ProjectOrder.HighlightedNotification in your request URI to get this field

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

Notification type reference

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

>
{String}</NotificationTypeLink>
54
               </NotificationType>
55
               <NotificationLink
NotificationLink

Notification reference

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

>
{String}</NotificationLink>
56
          </HighlightedNotification>
57
          <LastSalesInvoiceItem
LastSalesInvoiceItem

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

>
58
               <SalesInvoiceItemId
SalesInvoiceItemId

Reference to the item id of the object

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

>
{Integer}</SalesInvoiceItemId>
59
               <SalesInvoice
SalesInvoice

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

>
60
                    <SalesInvoiceId
SalesInvoiceId

Identifier of the object

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

>
{Integer}</SalesInvoiceId>
61
                    <SalesInvoiceLink
SalesInvoiceLink

Document reference

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

>
{String}</SalesInvoiceLink>
62
               </SalesInvoice>
63
               <SalesInvoiceItemLink
SalesInvoiceItemLink

Document item reference

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

>
{String}</SalesInvoiceItemLink>
64
          </LastSalesInvoiceItem>
65
          <Sales
Sales

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

>
66
               <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=ProjectOrder.Sales in your request URI to get this field

>
{String}</Currency>
67
               <Totals
Totals

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

>
68
                    <AccruedAmount
AccruedAmount

Total accrued revenues, in sales currency. Includes accrued revenues for both hours, material and expenses.

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

>
{Decimal}</AccruedAmount>
69
                    <InvoicedAmount
InvoicedAmount

Total invoiced revenues, in sales currency. Includes invoiced revenues for both hours, material and expenses.

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

>
{Decimal}</InvoicedAmount>
70
                    <BillableSalesAmount
BillableSalesAmount

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=ProjectOrder.Sales in your request URI to get this field

>
{Decimal}</BillableSalesAmount>
71
               </Totals>
72
          </Sales>
73
          <SalesConverted
SalesConverted

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

>
74
               <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=ProjectOrder.SalesConverted in your request URI to get this field

>
{String}</Currency>
75
               <Totals
Totals

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

>
76
                    <AccruedAmount
AccruedAmount

Total accrued revenues, in local currency. Includes accrued revenues for both hours, material and expenses.

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

>
{Decimal}</AccruedAmount>
77
                    <InvoicedAmount
InvoicedAmount

Total invoiced revenues, in local currency. Includes invoiced revenues for both hours, material and expenses.

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

>
{Decimal}</InvoicedAmount>
78
                    <BillableSalesAmount
BillableSalesAmount

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=ProjectOrder.SalesConverted in your request URI to get this field

>
{Decimal}</BillableSalesAmount>
79
               </Totals>
80
          </SalesConverted>
81
          <ProjectOrderLink
ProjectOrderLink

Project order reference

>
{String}</ProjectOrderLink>
82
     </ProjectOrder>
83
     <Paging
Paging

Detailed paging information for this list.

>
84
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
87
          <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>
88
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
89
          <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>
90
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
91
          <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>
92
          <NextPage
NextPage

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

>
{String}</NextPage>
93
          <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>
94
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
96
     </Paging>
97
</ProjectOrders>
1
{
2
     "projectOrders": [
3
          {
4
               "projectOrderId
ProjectOrderId

Project order identifier

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

Status of project order

Possible domain values can be found here

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

Date and time of creation

":
"{Datetime}",
7
               "name
Name

Name of the project order

":
"{String}",
8
               "pricingModel
PricingModel

States if there are a fixed price for the project order, or if price will be based on time and material

Possible domain values can be found here

":
"{String}",
9
               "isInternal
IsInternal

True if this is an internal project order

":
"{Boolean}",
10
               "customersReference
CustomersReference

Customers reference. Typically a person.

":
"{String}",
11
               "customersReferenceNumber
CustomersReferenceNumber

Customers reference number. E.g. the internal sales order id the customer use in their own system.

":
"{String}",
12
               "estimatedStartAt
EstimatedStartAt

Estimated start date and time

":
"{Datetime}",
13
               "estimatedCompleteAt
EstimatedCompleteAt

Estimated end date and time

":
"{Datetime}",
14
               "percentWorkComplete
PercentWorkComplete

Work done in percentage, to be manually updated by responsible user

":
"{Decimal}",
15
               "hasUnregisteredSalesInvoiceItems
HasUnregisteredSalesInvoiceItems

Is true if the project order has at least one sales invoice which is not yet registered

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

":
"{Boolean}",
16
               "hasUnregisteredSalesCreditNoteItems
HasUnregisteredSalesCreditNoteItems

Is true if the project order has at least one sales credit note which is not yet registered

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

":
"{Boolean}",
17
               "customer": {
18
                    "customerId
CustomerId

Customer identifier

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

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

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

Secondary name of a company or firstname of a person

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

Customer reference

":
"{String}"
22
               },
23
               "salesItem
SalesItem

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

":
{
24
                    "payment
Payment

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

":
{
25
                         "paymentTerms
PaymentTerms

Terms of payment. Defaut value is retrieved from the customer. The due date of the sales order and sales invoice is calculated based on this field.

Possible domain values can be found here

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

":
"{String}"
26
                    }
27
               },
28
               "accounting": {
29
                    "financeProject
FinanceProject

The finance project related to the project order. One of the system/fixed account dimensions.

":
{
30
                         "financeProjectId
FinanceProjectId

Finance project identifier

":
"{Integer}",
31
                         "financeProjectLink
FinanceProjectLink

Finance project reference

":
"{String}"
32
                    }
33
               },
34
               "location
Location

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

":
{
35
                    "locationId
LocationId

Location identifier

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

":
"{Integer}",
36
                    "shortName
ShortName

Unique abbreviation/short name of the location

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

":
"{String}",
37
                    "locationLink
LocationLink

Location reference

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

":
"{String}"
38
               },
39
               "responsible
Responsible

Reference to the user who is responsible project manger for this project order

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

":
{
40
                    "employeeId
EmployeeId

Employee identifier

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

":
"{Integer}",
41
                    "lastName
LastName

Last name of employee

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

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

First name of employee

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

":
"{String}",
43
                    "employeeLink
EmployeeLink

Employee reference

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

":
"{String}"
44
               },
45
               "highlightedNotification
HighlightedNotification

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

":
{
46
                    "notificationId
NotificationId

Notification identifier

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

":
"{Integer}",
47
                    "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=ProjectOrder.HighlightedNotification in your request URI to get this field

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

Date and time of creation

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

":
"{Datetime}",
49
                    "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=ProjectOrder.HighlightedNotification in your request URI to get this field

":
"{String}",
50
                    "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=ProjectOrder.HighlightedNotification in your request URI to get this field

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

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

":
{
52
                         "notificationTypeId
NotificationTypeId

Notification type identifier

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

":
"{String}",
53
                         "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=ProjectOrder.HighlightedNotification in your request URI to get this field

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

Notification type reference

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

":
"{String}"
55
                    },
56
                    "notificationLink
NotificationLink

Notification reference

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

":
"{String}"
57
               },
58
               "lastSalesInvoiceItem
LastSalesInvoiceItem

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

":
{
59
                    "salesInvoiceItemId
SalesInvoiceItemId

Reference to the item id of the object

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

":
"{Integer}",
60
                    "salesInvoice
SalesInvoice

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

":
{
61
                         "salesInvoiceId
SalesInvoiceId

Identifier of the object

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

":
"{Integer}",
62
                         "salesInvoiceLink
SalesInvoiceLink

Document reference

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

":
"{String}"
63
                    },
64
                    "salesInvoiceItemLink
SalesInvoiceItemLink

Document item reference

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

":
"{String}"
65
               },
66
               "sales
Sales

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

":
{
67
                    "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=ProjectOrder.Sales in your request URI to get this field

":
"{String}",
68
                    "totals
Totals

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

":
{
69
                         "accruedAmount
AccruedAmount

Total accrued revenues, in sales currency. Includes accrued revenues for both hours, material and expenses.

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

":
"{Decimal}",
70
                         "invoicedAmount
InvoicedAmount

Total invoiced revenues, in sales currency. Includes invoiced revenues for both hours, material and expenses.

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

":
"{Decimal}",
71
                         "billableSalesAmount
BillableSalesAmount

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=ProjectOrder.Sales in your request URI to get this field

":
"{Decimal}"
72
                    }
73
               },
74
               "salesConverted
SalesConverted

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

":
{
75
                    "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=ProjectOrder.SalesConverted in your request URI to get this field

":
"{String}",
76
                    "totals
Totals

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

":
{
77
                         "accruedAmount
AccruedAmount

Total accrued revenues, in local currency. Includes accrued revenues for both hours, material and expenses.

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

":
"{Decimal}",
78
                         "invoicedAmount
InvoicedAmount

Total invoiced revenues, in local currency. Includes invoiced revenues for both hours, material and expenses.

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

":
"{Decimal}",
79
                         "billableSalesAmount
BillableSalesAmount

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=ProjectOrder.SalesConverted in your request URI to get this field

":
"{Decimal}"
80
                    }
81
               },
82
               "projectOrderLink
ProjectOrderLink

Project order reference

":
"{String}"
83
          }
84
     ],
85
     "paging
Paging

Detailed paging information for this list.

":
{
86
          "pageSize
PageSize

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

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

Position of the first element in the list

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

Page index

":
"{Integer}",
89
          "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}",
90
          "firstPage
FirstPage

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

":
"{String}",
91
          "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}",
92
          "previousPage
PreviousPage

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

":
"{String}",
93
          "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}",
94
          "nextPage
NextPage

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

":
"{String}",
95
          "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}",
96
          "lastPage
LastPage

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

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

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

":
"{Integer}"
98
     }
99
}

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 102738 HTTP 404 Price list not found
Error 100089 HTTP 404 Product {0} not found