API

Logistics APIs

GET system/reports/107535/result-set?view={view}&locationId={locno}&productId={it}

Bank Balances and Movements - By Date & Bank

Report name Deliveries to stock
Report identifier 107535
HTTP method GET
URI https://api.rambase.net/system/reports/107535/result-set?view={view}&locationId={locno}&productId={it}
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 4880, version 24

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.

view String, optional Selection of documents to include

Default: STOCKANDBACKLOG
locationId Integer, optional Location identifier

Minimum: 10000
productId Integer, optional Product identifier

Minimum: 10000
$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.

AvailableQuantity Decimal Quantity available/free for use. Not assigned to anything.
ConfirmedDate Date Confirmed delivery date. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
HeatNumber String A heat number is an identification coupon number that is stamped on a material plate after it is removed from the ladle and rolled at a steel mill.
ProductId Integer Product identifier.
ProductionLot String The production lot refers to the particular production unit of the manufactured item. Identification assigned to a particular quantity/lot/batch.
ProductName String Name of the product.
ProductRevision String Revision number.
Quantity Decimal Item quantity.
RequestedDate Date The delivery date as requested by the buyer/purchaser. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
ReservedQuantity Decimal Quantity reserved from beeing assigned to other objects. Ex. quantity reserved to be used as spare parts, reserved for exhibitions and similar. The reserved quantity cannot be assigned to anything until the reservedquantity is released..
Status Integer Status of the Supplier item.
StockedDate Date Stocked Date. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
StockQuantity Decimal Remaining quantity in stock of the goods reception item. This quantity will decrease when shipped to customer or supplier, or when consumed in a completed production.
SupplierId Integer RamBase supplier identifier.
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person).

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

AvailableQuantity Decimal Quantity available/free for use. Not assigned to anything.
ConfirmedDate Date Confirmed delivery date
HeatNumber String A heat number is an identification coupon number that is stamped on a material plate after it is removed from the ladle and rolled at a steel mill.
ProductId Integer Product identifier
ProductionLot String The production lot refers to the particular production unit of the manufactured item. Identification assigned to a particular quantity/lot/batch.
ProductName String Name of the product
ProductRevision String Revision number
Quantity Decimal Item quantity.
RequestedDate Date The delivery date as requested by the buyer/purchaser
ReservedQuantity Decimal Quantity reserved from beeing assigned to other objects. Ex. quantity reserved to be used as spare parts, reserved for exhibitions and similar. The reserved quantity cannot be assigned to anything until the reservedquantity is released.
Status Integer Status of the Supplier item
StockedDate Date Stocked Date
StockQuantity Decimal Remaining quantity in stock of the goods reception item. This quantity will decrease when shipped to customer or supplier, or when consumed in a completed production.
SupplierId Integer RamBase supplier identifier
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person)

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 the Supplier item

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

Location reference

>
6
                    <LocationId
LocationId

Location identifier

>
{Integer}</LocationId>
7
                    <Name
Name

Name of location

>
{String}</Name>
8
                    <ShortName
ShortName

Unique abbreviation/short name of the location

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

Location reference

>
{String}</LocationLink>
10
               </Location>
11
               <SupplierItem
SupplierItem

Identifier of the SupplierItem

>
12
                    <ItemId
ItemId

Item-number of the object

>
{Integer}</ItemId>
13
                    <ObjectId
ObjectId

Identifier of the object

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

Type of object

>
{String}</ObjectType>
15
                    <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
16
                    <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
17
                    <ItemLink
ItemLink

API reference to the item

>
{String}</ItemLink>
18
               </SupplierItem>
19
               <Supplier
Supplier

Supplier reference

>
20
                    <SupplierId
SupplierId

RamBase supplier identifier

>
{String}</SupplierId>
21
                    <Name
Name

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

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

API reference to the item

>
{String}</SupplierLink>
23
               </Supplier>
24
               <Product
Product

Product reference

>
25
                    <ProductId
ProductId

Product identifier

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

Name of the product

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

Description of the product

>
{String}</Description>
28
                    <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
29
               </Product>
30
               <ProductRevision
ProductRevision

The Revision of the product

>
31
                    <Revision
Revision

Revision number

>
{String}</Revision>
32
               </ProductRevision>
33
               <ProductionLot
ProductionLot

The production lot refers to the particular production unit of the manufactured item. Identification assigned to a particular quantity/lot/batch.

>
{String}</ProductionLot>
34
               <HeatNumber
HeatNumber

A heat number is an identification coupon number that is stamped on a material plate after it is removed from the ladle and rolled at a steel mill.

>
{String}</HeatNumber>
35
               <StockedDate
StockedDate

Stocked Date

>
{Date}</StockedDate>
36
               <RequestedDate
RequestedDate

The delivery date as requested by the buyer/purchaser

>
{Date}</RequestedDate>
37
               <ConfirmedDate
ConfirmedDate

Confirmed delivery date

>
{Date}</ConfirmedDate>
38
               <ScheduledStartDate
ScheduledStartDate

Scheduled/planned date of production start

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

>
{Date}</ScheduledStartDate>
39
               <ScheduledCompletionDate
ScheduledCompletionDate

Scheduled/planned date of production completion

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

>
{Date}</ScheduledCompletionDate>
40
               <Quantity
Quantity

Item quantity.

>
{Decimal}</Quantity>
41
               <RemainingQuantity
RemainingQuantity

Remaining Quantity

>
{Decimal}</RemainingQuantity>
42
               <StockQuantity
StockQuantity

Remaining quantity in stock of the goods reception item. This quantity will decrease when shipped to customer or supplier, or when consumed in a completed production.

>
{Decimal}</StockQuantity>
43
               <AssignedQuantity
AssignedQuantity

Assigned Quantity

>
{Decimal}</AssignedQuantity>
44
               <BlockedQuantity
BlockedQuantity

Blocked Quantity

>
{Decimal}</BlockedQuantity>
45
               <ReservedQuantity
ReservedQuantity

Quantity reserved from beeing assigned to other objects. Ex. quantity reserved to be used as spare parts, reserved for exhibitions and similar. The reserved quantity cannot be assigned to anything until the reservedquantity is released.

>
{Decimal}</ReservedQuantity>
46
               <AvailableQuantity
AvailableQuantity

Quantity available/free for use. Not assigned to anything.

>
{Decimal}</AvailableQuantity>
47
               <PickedToProduction
PickedToProduction

Quantity picked

>
{Decimal}</PickedToProduction>
48
               <GrossPrice
GrossPrice

Gross price/{CUR}

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

Gross amount/{CUR}

>
{Decimal}</GrossAmount>
50
               <Inspect>
51
                    <TargetApplication
TargetApplication

Application reference when inspecting a line in a report.

>
{String}</TargetApplication>
52
               </Inspect>
53
          </Row>
54
     </Rows>
55
     <ColumnParameters
ColumnParameters

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

>
56
          <ColumnParameter
ColumnParameter

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

>
57
               <Key
Key

Key that is used in description to lookup value from COS. The key is referenced by encapsulating it in curly braces.

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

>
{String}</Key>
58
               <Value
Value

The value of the column parameter from COS that will be shown in the column headers referencing the column parameter key.

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

>
{String}</Value>
59
          </ColumnParameter>
60
     </ColumnParameters>
61
     <Paging
Paging

Detailed paging information for this list.

>
62
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
65
          <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>
66
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
67
          <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>
68
          <PreviousPage
PreviousPage

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

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

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

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

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

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

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

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

Status of the Supplier item

":
"{Integer}",
6
                    "location
Location

Location reference

":
{
7
                         "locationId
LocationId

Location identifier

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

Name of location

":
"{String}",
9
                         "shortName
ShortName

Unique abbreviation/short name of the location

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

Location reference

":
"{String}"
11
                    },
12
                    "supplierItem
SupplierItem

Identifier of the SupplierItem

":
{
13
                         "itemId
ItemId

Item-number of the object

":
"{Integer}",
14
                         "objectId
ObjectId

Identifier of the object

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

Type of object

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

Internal RamBase identifier of the object/item

":
"{String}",
17
                         "objectLink
ObjectLink

API reference to the object

":
"{String}",
18
                         "itemLink
ItemLink

API reference to the item

":
"{String}"
19
                    },
20
                    "supplier
Supplier

Supplier reference

":
{
21
                         "supplierId
SupplierId

RamBase supplier identifier

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

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

":
"{String}",
23
                         "supplierLink
SupplierLink

API reference to the item

":
"{String}"
24
                    },
25
                    "product
Product

Product reference

":
{
26
                         "productId
ProductId

Product identifier

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

Name of the product

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

Description of the product

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

Product reference

":
"{String}"
30
                    },
31
                    "productRevision
ProductRevision

The Revision of the product

":
{
32
                         "revision
Revision

Revision number

":
"{String}"
33
                    },
34
                    "productionLot
ProductionLot

The production lot refers to the particular production unit of the manufactured item. Identification assigned to a particular quantity/lot/batch.

":
"{String}",
35
                    "heatNumber
HeatNumber

A heat number is an identification coupon number that is stamped on a material plate after it is removed from the ladle and rolled at a steel mill.

":
"{String}",
36
                    "stockedDate
StockedDate

Stocked Date

":
"{Date}",
37
                    "requestedDate
RequestedDate

The delivery date as requested by the buyer/purchaser

":
"{Date}",
38
                    "confirmedDate
ConfirmedDate

Confirmed delivery date

":
"{Date}",
39
                    "scheduledStartDate
ScheduledStartDate

Scheduled/planned date of production start

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

":
"{Date}",
40
                    "scheduledCompletionDate
ScheduledCompletionDate

Scheduled/planned date of production completion

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

":
"{Date}",
41
                    "quantity
Quantity

Item quantity.

":
"{Decimal}",
42
                    "remainingQuantity
RemainingQuantity

Remaining Quantity

":
"{Decimal}",
43
                    "stockQuantity
StockQuantity

Remaining quantity in stock of the goods reception item. This quantity will decrease when shipped to customer or supplier, or when consumed in a completed production.

":
"{Decimal}",
44
                    "assignedQuantity
AssignedQuantity

Assigned Quantity

":
"{Decimal}",
45
                    "blockedQuantity
BlockedQuantity

Blocked Quantity

":
"{Decimal}",
46
                    "reservedQuantity
ReservedQuantity

Quantity reserved from beeing assigned to other objects. Ex. quantity reserved to be used as spare parts, reserved for exhibitions and similar. The reserved quantity cannot be assigned to anything until the reservedquantity is released.

":
"{Decimal}",
47
                    "availableQuantity
AvailableQuantity

Quantity available/free for use. Not assigned to anything.

":
"{Decimal}",
48
                    "pickedToProduction
PickedToProduction

Quantity picked

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

Gross price/{CUR}

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

Gross amount/{CUR}

":
"{Decimal}",
51
                    "inspect": {
52
                         "targetApplication
TargetApplication

Application reference when inspecting a line in a report.

":
"{String}"
53
                    }
54
               }
55
          ],
56
          "columnParameters
ColumnParameters

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

":
[
57
               {
58
                    "key
Key

Key that is used in description to lookup value from COS. The key is referenced by encapsulating it in curly braces.

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

":
"{String}",
59
                    "value
Value

The value of the column parameter from COS that will be shown in the column headers referencing the column parameter key.

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

":
"{String}"
60
               }
61
          ]
62
     }
63
}

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 104920 HTTP 400 Log text is required
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