API

Sales APIs

GET system/reports/118824/result-set

Customer backlog by item

Report name Customer backlog by item
Report identifier 118824
HTTP method GET
URI https://api.rambase.net/system/reports/118824/result-set
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 7270, version 10

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.

$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.

ConvertedGrossPrice Decimal Represents the price per unit before any discounting is applied.
ConvertedNetAmount Decimal Total net amount in company currency.
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).
Date Date Date when the document was issued. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
GrossPrice Decimal Represents the price per unit before any discounting is applied.
ItemId Integer Sales order item identifier.
Manufacturer String Manufacturer of the product.
ManufacturerId Integer Manufacturer identifier.
NetAmount Decimal Final item amount after deducting all discounts etc.
ObjectId Integer Identifier of the object.
ObjectType String Type of object.
ProductDescription String Description of the product.
ProductId Integer Product identifier.
ProductName String Name of the product.
ProductType String Type of product.
RegistrationDate Date Date of registration. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
RemainingQuantity Decimal Remaining number of units to be forwarded.
ShippingDate Date The registration date of the shipping advice/supplier return/ goods transfer, -which is the day stock was reduced (quantity and value). Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Status Integer Status of backlog item.

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

ConvertedGrossPrice Decimal Represents the price per unit before any discounting is applied.
ConvertedNetAmount Decimal Total net amount in company currency.
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)
Date Date Date when the document was issued.
GrossPrice Decimal Represents the price per unit before any discounting is applied.
ItemId Integer Sales order item identifier
Manufacturer String Manufacturer of the product
ManufacturerId Integer Manufacturer identifier
NetAmount Decimal Final item amount after deducting all discounts etc.
ObjectId Integer Identifier of the object
ObjectType String Type of object
ProductDescription String Description of the product
ProductId Integer Product identifier
ProductName String Name of the product
ProductType String Type of product
RegistrationDate Date Date of registration
RemainingQuantity Decimal Remaining number of units to be forwarded.
ShippingDate Date The registration date of the shipping advice/supplier return/ goods transfer, -which is the day stock was reduced (quantity and value)
Status Integer Status of backlog 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
<Report>
2
     <Rows>
3
          <Row>
4
               <Status
Status

Status of backlog item

Possible domain values can be found here

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

Sales order item identifier

>
{Integer}</ItemId>
6
               <ItemType
ItemType

Type of item

>
{String}</ItemType>
7
               <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
8
               <Object
Object

Object reference

>
9
                    <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
10
                    <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
11
                    <RegistrationDate
RegistrationDate

Date of registration

>
{Date}</RegistrationDate>
12
                    <ShippingDate
ShippingDate

The registration date of the shipping advice/supplier return/ goods transfer, -which is the day stock was reduced (quantity and value)

>
{Date}</ShippingDate>
13
                    <Customer
Customer

Customer reference

>
14
                         <CustomerId
CustomerId

Customer identifier

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

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

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

Secondary name of a company or firstname of a person

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

Customer reference

>
{String}</CustomerLink>
18
                    </Customer>
19
                    <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
20
               </Object>
21
               <Product
Product

Product reference

>
22
                    <ProductId
ProductId

Product identifier

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

Name of the product

>
{String}</Name>
24
                    <Description
Description

Description of the product

>
{String}</Description>
25
                    <Manufacturer
Manufacturer

Manufacturer reference

>
26
                         <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
27
                         <ShortName
ShortName

Shortname/code of the manufacturer

>
{String}</ShortName>
28
                         <ManufacturerLink
ManufacturerLink

Manufacturer reference

>
{String}</ManufacturerLink>
29
                    </Manufacturer>
30
                    <Type
Type

Type of product

Possible domain values can be found here

>
{String}</Type>
31
                    <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
32
               </Product>
33
               <RemainingQuantity
RemainingQuantity

Remaining number of units to be forwarded.

>
{Decimal}</RemainingQuantity>
34
               <Price
Price

Price per unit

>
35
                    <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
36
                    <Discount
Discount

Discount for each unit in the item, in document currency. Will be calculated based on Discount percentage, or can be set manually.

>
{Decimal}</Discount>
37
                    <GrossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

>
{Decimal}</GrossPrice>
38
                    <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
39
               </Price>
40
               <PriceConverted
PriceConverted

Price converted to local currency

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

>
41
                    <Currency
Currency

Three character code following the ISO 4217 standard

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

>
{String}</Currency>
42
                    <GrossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

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

>
{Decimal}</GrossPrice>
43
                    <NetPrice
NetPrice

Final price per unit after deducting all discounts.

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

>
{Decimal}</NetPrice>
44
               </PriceConverted>
45
               <Totals
Totals

Total amounts

>
46
                    <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
47
                    <RemainingAmount
RemainingAmount

Total remaining value of item in document currency. The sum of remaining quantity and open forwarded quantity, multiplied with netprice

>
{Decimal}</RemainingAmount>
48
                    <GrossAmount
GrossAmount

Represents the item amount before any discounts etc. is applied.

>
{Decimal}</GrossAmount>
49
                    <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
50
               </Totals>
51
               <TotalsConverted
TotalsConverted

Totals converted to local currency

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

>
52
                    <Currency
Currency

Three character code following the ISO 4217 standard

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

>
{String}</Currency>
53
                    <RemainingAmount
RemainingAmount

Total remaining amount in company currency.

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

>
{Decimal}</RemainingAmount>
54
                    <GrossAmount
GrossAmount

Total gross amount in company currency.

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

>
{Decimal}</GrossAmount>
55
                    <NetAmount
NetAmount

Total net amount in company currency.

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

>
{Decimal}</NetAmount>
56
               </TotalsConverted>
57
               <Inspect>
58
                    <TargetApplication
TargetApplication

Application reference when inspecting a line in a report.

>
{String}</TargetApplication>
59
                    <Filter
Filter

Filter used when inspecting a line in a report.

>
{String}</Filter>
60
               </Inspect>
61
          </Row>
62
     </Rows>
63
     <Paging
Paging

Detailed paging information for this list.

>
64
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
67
          <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>
68
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
69
          <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>
70
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
71
          <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>
72
          <NextPage
NextPage

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

>
{String}</NextPage>
73
          <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>
74
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
76
     </Paging>
77
</Report>
1
{
2
     "report": {
3
          "rows": [
4
               {
5
                    "status
Status

Status of backlog item

Possible domain values can be found here

":
"{Integer}",
6
                    "itemId
ItemId

Sales order item identifier

":
"{Integer}",
7
                    "itemType
ItemType

Type of item

":
"{String}",
8
                    "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}",
9
                    "object
Object

Object reference

":
{
10
                         "objectId
ObjectId

Identifier of the object

":
"{Integer}",
11
                         "objectType
ObjectType

Type of object

":
"{String}",
12
                         "registrationDate
RegistrationDate

Date of registration

":
"{Date}",
13
                         "shippingDate
ShippingDate

The registration date of the shipping advice/supplier return/ goods transfer, -which is the day stock was reduced (quantity and value)

":
"{Date}",
14
                         "customer
Customer

Customer reference

":
{
15
                              "customerId
CustomerId

Customer identifier

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

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

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

Secondary name of a company or firstname of a person

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

Customer reference

":
"{String}"
19
                         },
20
                         "objectLink
ObjectLink

API reference to the object

":
"{String}"
21
                    },
22
                    "product
Product

Product reference

":
{
23
                         "productId
ProductId

Product identifier

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

Name of the product

":
"{String}",
25
                         "description
Description

Description of the product

":
"{String}",
26
                         "manufacturer
Manufacturer

Manufacturer reference

":
{
27
                              "manufacturerId
ManufacturerId

Manufacturer identifier

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

Shortname/code of the manufacturer

":
"{String}",
29
                              "manufacturerLink
ManufacturerLink

Manufacturer reference

":
"{String}"
30
                         },
31
                         "type
Type

Type of product

Possible domain values can be found here

":
"{String}",
32
                         "productLink
ProductLink

Product reference

":
"{String}"
33
                    },
34
                    "remainingQuantity
RemainingQuantity

Remaining number of units to be forwarded.

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

Price per unit

":
{
36
                         "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
37
                         "discount
Discount

Discount for each unit in the item, in document currency. Will be calculated based on Discount percentage, or can be set manually.

":
"{Decimal}",
38
                         "grossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

":
"{Decimal}",
39
                         "netPrice
NetPrice

Final price per unit after deducting all discounts etc.

":
"{Decimal}"
40
                    },
41
                    "priceConverted
PriceConverted

Price converted to local currency

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

":
{
42
                         "currency
Currency

Three character code following the ISO 4217 standard

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

":
"{String}",
43
                         "grossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

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

":
"{Decimal}",
44
                         "netPrice
NetPrice

Final price per unit after deducting all discounts.

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

":
"{Decimal}"
45
                    },
46
                    "totals
Totals

Total amounts

":
{
47
                         "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
48
                         "remainingAmount
RemainingAmount

Total remaining value of item in document currency. The sum of remaining quantity and open forwarded quantity, multiplied with netprice

":
"{Decimal}",
49
                         "grossAmount
GrossAmount

Represents the item amount before any discounts etc. is applied.

":
"{Decimal}",
50
                         "netAmount
NetAmount

Final item amount after deducting all discounts etc.

":
"{Decimal}"
51
                    },
52
                    "totalsConverted
TotalsConverted

Totals converted to local currency

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

":
{
53
                         "currency
Currency

Three character code following the ISO 4217 standard

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

":
"{String}",
54
                         "remainingAmount
RemainingAmount

Total remaining amount in company currency.

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

":
"{Decimal}",
55
                         "grossAmount
GrossAmount

Total gross amount in company currency.

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

":
"{Decimal}",
56
                         "netAmount
NetAmount

Total net amount in company currency.

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

":
"{Decimal}"
57
                    },
58
                    "inspect": {
59
                         "targetApplication
TargetApplication

Application reference when inspecting a line in a report.

":
"{String}",
60
                         "filter
Filter

Filter used when inspecting a line in a report.

":
"{String}"
61
                    }
62
               }
63
          ]
64
     }
65
}

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 100027 HTTP 400 Missing mandatory parameter {0}
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