API

Logistics APIs

GET system/reports/107733/result-set

Bank Balances and Movements - By Date & Bank

HTTP method GET
URI https://api.rambase.net/system/reports/107733/result-set
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 4952, version 4

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.

BuyersReferenceNumber String Buyers reference number.
CreationDate Date Date when the document was issued. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
GoodsReceptionId Integer Goods reception identifier.
GoodsReceptionItemId Integer Item-/line-number of the goods reception.
ProductId Integer Product identifier.
ProductName String Name of the product.
Quantity Integer Number of units received.
SerialNumber String Serial number.
SerialNumberProductUnitId Integer Product unit identifier.
Status Integer Status of the Supplier item.
SupplierId Integer RamBase supplier identifier.
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person).
Type String Type of goods reception.

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

BuyersReferenceNumber String Buyers reference number
CreationDate Date Date when the document was issued.
GoodsReceptionId Integer Goods reception identifier
GoodsReceptionItemId Integer Item-/line-number of the goods reception
ProductId Integer Product identifier
ProductName String Name of the product
Quantity Integer Number of units received
Status Integer Status of the Supplier item
SupplierId Integer RamBase supplier identifier
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person)
Type String Type of goods reception

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

Possible domain values can be found here

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

Goods reception item reference

>
6
                    <GoodsReceptionItemId
GoodsReceptionItemId

Item-/line-number of the goods reception

>
{Integer}</GoodsReceptionItemId>
7
                    <GoodsReception
GoodsReception

Goods reception reference

>
8
                         <GoodsReceptionId
GoodsReceptionId

Goods reception identifier

>
{Integer}</GoodsReceptionId>
9
                         <GoodsReceptionLink
GoodsReceptionLink

Goods reception reference

>
{String}</GoodsReceptionLink>
10
                    </GoodsReception>
11
                    <GoodsReceptionItemLink
GoodsReceptionItemLink

Goods reception item reference

>
{String}</GoodsReceptionItemLink>
12
               </GoodsReceptionItem>
13
               <Supplier
Supplier

Supplier reference

>
14
                    <SupplierId
SupplierId

RamBase supplier identifier

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

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

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

API reference to the item

>
{String}</SupplierLink>
17
               </Supplier>
18
               <CreationDate
CreationDate

Date when the document was issued.

>
{Date}</CreationDate>
19
               <Type
Type

Type of goods reception

>
{String}</Type>
20
               <BuyersReferenceNumber
BuyersReferenceNumber

Buyers reference number

>
{String}</BuyersReferenceNumber>
21
               <Product
Product

Product reference

>
22
                    <ProductId
ProductId

Product identifier

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

Name of the product

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

Product reference

>
{String}</ProductLink>
25
               </Product>
26
               <Quantity
Quantity

Number of units received

>
{Integer}</Quantity>
27
               <SerialNumber
SerialNumber

Serial number

>
{String}</SerialNumber>
28
               <SerialNumberProductUnitId
SerialNumberProductUnitId

Product unit identifier

>
{Integer}</SerialNumberProductUnitId>
29
               <SerialNumberUsedBy
SerialNumberUsedBy

Serial Number Used By reference

>
30
                    <ObjectId
ObjectId

Serial Number Used By reference

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

Serial Number Used By reference

>
{String}</ObjectType>
32
                    <ItemReferenceId
ItemReferenceId

Serial Number Used By Item Reference Id

>
{String}</ItemReferenceId>
33
                    <RamBaseKey
RamBaseKey

Serial Number Used By reference

>
{String}</RamBaseKey>
34
               </SerialNumberUsedBy>
35
               <SerialNumberQuantity
SerialNumberQuantity

Total number of registered SerialNumbers for Goods Reception Item

>
{String}</SerialNumberQuantity>
36
               <SerialNumberMatch
SerialNumberMatch

True if number of units received on Goods Reception Item matches total number of registered SerialNumbers for Goods Reception Item

>
{Boolean}</SerialNumberMatch>
37
               <Inspect>
38
                    <TargetApplication
TargetApplication

Application reference when inspecting a line in a report.

>
{String}</TargetApplication>
39
               </Inspect>
40
          </Row>
41
     </Rows>
42
     <Paging
Paging

Detailed paging information for this list.

>
43
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
46
          <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>
47
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
48
          <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>
49
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
50
          <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>
51
          <NextPage
NextPage

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

>
{String}</NextPage>
52
          <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>
53
          <LastPage
LastPage

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

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

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

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

Status of the Supplier item

Possible domain values can be found here

":
"{Integer}",
6
                    "goodsReceptionItem
GoodsReceptionItem

Goods reception item reference

":
{
7
                         "goodsReceptionItemId
GoodsReceptionItemId

Item-/line-number of the goods reception

":
"{Integer}",
8
                         "goodsReception
GoodsReception

Goods reception reference

":
{
9
                              "goodsReceptionId
GoodsReceptionId

Goods reception identifier

":
"{Integer}",
10
                              "goodsReceptionLink
GoodsReceptionLink

Goods reception reference

":
"{String}"
11
                         },
12
                         "goodsReceptionItemLink
GoodsReceptionItemLink

Goods reception item reference

":
"{String}"
13
                    },
14
                    "supplier
Supplier

Supplier reference

":
{
15
                         "supplierId
SupplierId

RamBase supplier identifier

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

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

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

API reference to the item

":
"{String}"
18
                    },
19
                    "creationDate
CreationDate

Date when the document was issued.

":
"{Date}",
20
                    "type
Type

Type of goods reception

":
"{String}",
21
                    "buyersReferenceNumber
BuyersReferenceNumber

Buyers reference number

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

Product reference

":
{
23
                         "productId
ProductId

Product identifier

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

Name of the product

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

Product reference

":
"{String}"
26
                    },
27
                    "quantity
Quantity

Number of units received

":
"{Integer}",
28
                    "serialNumber
SerialNumber

Serial number

":
"{String}",
29
                    "serialNumberProductUnitId
SerialNumberProductUnitId

Product unit identifier

":
"{Integer}",
30
                    "serialNumberUsedBy
SerialNumberUsedBy

Serial Number Used By reference

":
{
31
                         "objectId
ObjectId

Serial Number Used By reference

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

Serial Number Used By reference

":
"{String}",
33
                         "itemReferenceId
ItemReferenceId

Serial Number Used By Item Reference Id

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

Serial Number Used By reference

":
"{String}"
35
                    },
36
                    "serialNumberQuantity
SerialNumberQuantity

Total number of registered SerialNumbers for Goods Reception Item

":
"{String}",
37
                    "serialNumberMatch
SerialNumberMatch

True if number of units received on Goods Reception Item matches total number of registered SerialNumbers for Goods Reception Item

":
"{Boolean}",
38
                    "inspect": {
39
                         "targetApplication
TargetApplication

Application reference when inspecting a line in a report.

":
"{String}"
40
                    }
41
               }
42
          ]
43
     }
44
}

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