Sales APIs
Sub report to REP/108618 This report shows by default invoiced and accrued numbers incurred previous month (as in an interval) and up to last date in previous month, -in addition to forecast numbers. The numbers are grouped by project order. The dates for interval and 'up to'can be changed as an ordinary filter.
Report name | Project order (POD) accrued and invoiced numbers - by project order |
Report identifier | 108640 |
HTTP method | GET |
URI | https://api.rambase.net/system/reports/108640/result-set?fromDate={fromDate}&toDate={toDate} |
Supported formats | Xml, Html, Json (ex. $format=json) |
Maximum page size ($top) | 80 |
Successful HTTP status code | 200 |
API resource identifier | 5140, version 5 |
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.
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.
fromDate Date, optional |
Dates from and including date
Minimum: 2000.01.01 |
toDate Date, optional |
Dates to and including date
Minimum: 2000.01.01 |
$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" |
$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.
CustomerId Integer | Customer identifier. |
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. |
Description String | Description of the project order. |
ForecastGrossMargin Decimal | Forecasted gross margin. This is calculated as ((CForecastSaleTotal - CForecastCostTotal) * 100) / CForecastSaleTotal. |
InitialEstimatedGrossMargin Decimal | Initial estimated gross margin when a project order is registered. This is calculated as ((InitialEstimatedSaleTotal - InitialEstimatedCostTotal) * 100) / InitialEstimatedSaleTotal. |
InternalNote String | An internal note to be added to the project order. |
IsInternal Boolean | True if this is an internal project order. |
LocationId Integer | Location identifier. |
Name String | Name of the project order. |
Note String | A note to be added to the project order. Will typically be printed. |
PricingModel String | States if there are a fixed price for the project order, or if price will be based on time and material. |
ProjectOrderId Integer | Project order identifier. |
RegistrationDate Date | Date of registration. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth() |
ResponsibleId Integer | Employee identifier. Available macros: currentUser() |
Status Integer | Status of project order. |
Read more about filters and sorting on how to use sortable parameters
ProjectOrderId Integer | Project order identifier |
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.
ProjectOrder
Project order reference
ProjectOrderId
Project order identifier
>{Integer}</ProjectOrderId>ProjectOrderLink
Project order reference
>{String}</ProjectOrderLink>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>Customer
Customer reference
>CustomerId
Customer identifier
>{Integer}</CustomerId>Name
Name of customer (name of company or surname/familyname/lastname of a person)
>{String}</Name>FirstName
Secondary name of a company or firstname of a person
>{String}</FirstName>CustomerLink
Customer reference
>{String}</CustomerLink>Name
Name of the project order
>{String}</Name>AccruedCostInterval
Accrued cost {FROMDATE}-{TODATE}
>{Decimal}</AccruedCostInterval>AccruedSaleInterval
Accrued sale {FROMDATE}-{TODATE}
>{Decimal}</AccruedSaleInterval>InvoicedInterval
Invoiced {FROMDATE}-{TODATE}
>{Decimal}</InvoicedInterval>AccruedCostToDate
Accrued cost up to {TODATE}
>{Decimal}</AccruedCostToDate>AccruedSaleToDate
Accrued sale up to {TODATE}
>{Decimal}</AccruedSaleToDate>InvoicedToDate
Invoiced up to {TODATE}
>{Decimal}</InvoicedToDate>ForecastCostAmount
Total forecasted cost, in local currency, for both hours, material and expenses. Forecasted cost is a sum of remaining, pending and accrued cost.
>{Decimal}</ForecastCostAmount>ForecastSaleAmount
Total forecasted revenues, in local currency, for both hours, material and expenses. Forecasted revenues are a sum of remaining, pending and accrued revenues for a project order with price model 'Time & material'. For price model 'Fixed price' it's equal to the sales price that is given to the customer in the belonging sales transaction.
>{Decimal}</ForecastSaleAmount>TargetApplication
Application reference when inspecting a line in a report.
>{String}</TargetApplication>Filter
Filter used when inspecting a line in a report.
>{String}</Filter>Paging
Detailed paging information for this list.
>PageSize
Number of elements in the list, as defined in $top. Default is 10.
>{Integer}</PageSize>Position
Position of the first element in the list
>{Integer}</Position>Page
Page index
>{Integer}</Page>FirstPage
Link to the first page in the list. $pageKey is set to FirstPageKey.
>{String}</FirstPage>PreviousPage
Link to the previous page in the list. $pageKey is set to PreviousPageKey.
>{String}</PreviousPage>NextPage
Link to the next page in the list. $pageKey is set to NextPageKey.
>{String}</NextPage>LastPage
Link to the last page in the list. $pageKey is set to LastPageKey.
>{String}</LastPage>Size
Total number of records in the list. Use $inlinecount=allpages in the request uri to include this
>{Integer}</Size>Status
Status of project order
Possible domain values can be found here
": "{Integer}",ProjectOrder
Project order reference
ProjectOrderId
Project order identifier
": "{Integer}",ProjectOrderLink
Project order reference
": "{String}"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}",Customer
Customer reference
": {CustomerId
Customer identifier
": "{Integer}",Name
Name of customer (name of company or surname/familyname/lastname of a person)
": "{String}",FirstName
Secondary name of a company or firstname of a person
": "{String}",CustomerLink
Customer reference
": "{String}"Name
Name of the project order
": "{String}",AccruedCostInterval
Accrued cost {FROMDATE}-{TODATE}
": "{Decimal}",AccruedSaleInterval
Accrued sale {FROMDATE}-{TODATE}
": "{Decimal}",InvoicedInterval
Invoiced {FROMDATE}-{TODATE}
": "{Decimal}",AccruedCostToDate
Accrued cost up to {TODATE}
": "{Decimal}",AccruedSaleToDate
Accrued sale up to {TODATE}
": "{Decimal}",InvoicedToDate
Invoiced up to {TODATE}
": "{Decimal}",ForecastCostAmount
Total forecasted cost, in local currency, for both hours, material and expenses. Forecasted cost is a sum of remaining, pending and accrued cost.
": "{Decimal}",ForecastSaleAmount
Total forecasted revenues, in local currency, for both hours, material and expenses. Forecasted revenues are a sum of remaining, pending and accrued revenues for a project order with price model 'Time & material'. For price model 'Fixed price' it's equal to the sales price that is given to the customer in the belonging sales transaction.
": "{Decimal}",TargetApplication
Application reference when inspecting a line in a report.
": "{String}",Filter
Filter used when inspecting a line in a report.
": "{String}"
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 104921 HTTP 400 | Invalid log category |
Error 101281 HTTP 400 | Too many {0} parameters. Maximum is {1}. |
Error 100175 HTTP 400 | To date must be equal to, or later than from date. |
Error 105710 HTTP 400 | Invalid output type |