API

Logistics APIs

GET logistics/goods-transfers

List of goods transfers

HTTP method GET
URI https://api.rambase.net/logistics/goods-transfers
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 594, version 17

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.

InfoNotification() Named filter Goods transfers with notifications of category I (Information)
InTransfer() Named filter Goods transfers in transfer (status 4).
MyGoodsTransfers() Named filter Goods transfers assigned to the current user
PendingPickingQueue() Named filter Goods transfers in pending to be added to picking queue (status 0 or status 2).
PendingShipping() Named filter Goods transfers pending shipping (status 3).
Assignee Integer The user who has been assigned to work with this object. Available macros: currentUser()
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.
DeliveryTermPlace String A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye.
DeliveryTerms String Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce)..
GoodsReceptionId Integer Goods reception identifier.
GoodsTransferId Integer Goods transfer identifier.
ManufacturerId Integer Manufacturer identifier.
ManufacturerShortName String Shortname/code of the manufacturer.
ProductId Integer Product identifier.
ProductName String Name of the product.
ProductType String Type of product.
Quantity Decimal Quantity to be transferred.
ShippingDate Date Date of shipment departure. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
ShippingServiceId Integer Shipping service identifier.
Status Integer Status of goods transfer.
TransferFromShortName String Unique abbreviation/short name of the location.

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

Assignee Integer The user who has been assigned to work with this object.
ContainingNotificationTypeId Integer Notification type identifier
CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
DeliveryTermPlace String A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye
DeliveryTerms String Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).
GoodsReceptionId Integer Goods reception identifier
GoodsTransferId Integer Goods transfer identifier
ManufacturerId Integer Manufacturer identifier
ManufacturerShortName String Shortname/code of the manufacturer
ProductId Integer Product identifier
ProductName String Name of the product
ProductType String Type of product
Quantity Decimal Quantity to be transferred
ShippingDate Date Date of shipment departure
ShippingServiceId Integer Shipping service identifier
Status Integer Status of goods transfer
TransferFromShortName String Unique abbreviation/short name of the location

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
<GoodsTransfers>
2
     <GoodsTransfer>
3
          <GoodsTransferId
GoodsTransferId

Goods transfer identifier

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

Status of goods transfer

Possible domain values can be found here

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

Date and time of creation

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

Quantity to be transferred

>
{Decimal}</Quantity>
7
          <ShippingDate
ShippingDate

Date of shipment departure

>
{Date}</ShippingDate>
8
          <TransferTo>
9
               <LocationId
LocationId

Location identifier

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

Unique abbreviation/short name of the location

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

Location reference

>
{String}</LocationLink>
12
          </TransferTo>
13
          <TransferFrom>
14
               <LocationId
LocationId

Location identifier

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

Unique abbreviation/short name of the location

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

Location reference

>
{String}</LocationLink>
17
          </TransferFrom>
18
          <TransferOf>
19
               <GoodsReceptionItemId
GoodsReceptionItemId

Item-/line-number of the goods reception

>
{Integer}</GoodsReceptionItemId>
20
               <ProductDescription
ProductDescription

Description of the product, it's by default copied from product

>
{String}</ProductDescription>
21
               <Price>
22
                    <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
23
                    <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
24
               </Price>
25
               <Product>
26
                    <ProductId
ProductId

Product identifier

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

Name of the product

>
{String}</Name>
28
                    <Type
Type

Type of product

Possible domain values can be found here

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

Product reference

>
{String}</ProductLink>
30
               </Product>
31
               <Manufacturer>
32
                    <ManufacturerId
ManufacturerId

Manufacturer identifier

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

Shortname/code of the manufacturer

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

Manufacturer reference

>
{String}</ManufacturerLink>
35
               </Manufacturer>
36
               <ManufacturersProduct
ManufacturersProduct

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

>
37
                    <ManufacturersProductId
ManufacturersProductId

Manufacturer product identifier

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

>
{Integer}</ManufacturersProductId>
38
                    <Name
Name

Manufacturers name of the product. Also known as Manufacturer Part Number (MPN).

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

>
{String}</Name>
39
                    <ManufacturersProductLink
ManufacturersProductLink

Manufacturers product reference

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

>
{String}</ManufacturersProductLink>
40
               </ManufacturersProduct>
41
               <GoodsReceptionItemLink
GoodsReceptionItemLink

Goods reception item reference

>
{String}</GoodsReceptionItemLink>
42
          </TransferOf>
43
          <GoodsReceptionItem
GoodsReceptionItem

The goods reception created at the new location. Will not be set before the goods transfer is completed.

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

>
44
               <GoodsReceptionItemId
GoodsReceptionItemId

Item-/line-number of the goods reception

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

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

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

>
46
                    <GoodsReceptionId
GoodsReceptionId

Goods reception identifier

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

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

Goods reception reference

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

>
{String}</GoodsReceptionLink>
48
               </GoodsReception>
49
               <GoodsReceptionItemLink
GoodsReceptionItemLink

Goods reception item reference

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

>
{String}</GoodsReceptionItemLink>
50
          </GoodsReceptionItem>
51
          <Assignee
Assignee

The user who has been assigned to work with this object.

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

>
52
               <UserId
UserId

User identifier

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

>
{Integer}</UserId>
53
               <Name
Name

Name of the user

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

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

First name of the user

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

>
{String}</FirstName>
55
               <UserLink
UserLink

User reference

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

>
{String}</UserLink>
56
          </Assignee>
57
          <Totals>
58
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
59
               <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
60
          </Totals>
61
          <Shipment
Shipment

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

>
62
               <DeliveryTerms
DeliveryTerms

Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Possible domain values can be found here

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

>
{String}</DeliveryTerms>
63
               <DeliveryTermPlace
DeliveryTermPlace

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

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

>
{String}</DeliveryTermPlace>
64
               <ShippingService
ShippingService

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

>
65
                    <ShippingServiceId
ShippingServiceId

Shipping service identifier

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

>
{Integer}</ShippingServiceId>
66
                    <Name
Name

Name of shipping service

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

>
{String}</Name>
67
                    <ShippingServiceLink
ShippingServiceLink

Shipping service reference

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

>
{String}</ShippingServiceLink>
68
               </ShippingService>
69
          </Shipment>
70
          <HighlightedNotification
HighlightedNotification

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

>
71
               <NotificationId
NotificationId

Notification identifier

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

>
{Integer}</NotificationId>
72
               <Status
Status

Status of the notification

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

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

Date and time of creation

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

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

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

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

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

>
77
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

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

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

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

Notification type reference

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

>
{String}</NotificationTypeLink>
80
               </NotificationType>
81
               <NotificationLink
NotificationLink

Notification reference

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

>
{String}</NotificationLink>
82
          </HighlightedNotification>
83
          <GoodsTransferLink
GoodsTransferLink

Goods transfer reference

>
{String}</GoodsTransferLink>
84
     </GoodsTransfer>
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}</PageSize>
87
          <Position
Position

Position of the first element in the list

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

Page index

>
{Integer}</Page>
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}</FirstPageKey>
90
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
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}</PreviousPageKey>
92
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
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}</NextPageKey>
94
          <NextPage
NextPage

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

>
{String}</NextPage>
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}</LastPageKey>
96
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
98
     </Paging>
99
</GoodsTransfers>
1
{
2
     "goodsTransfers": [
3
          {
4
               "goodsTransferId
GoodsTransferId

Goods transfer identifier

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

Status of goods transfer

Possible domain values can be found here

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

Date and time of creation

":
"{Datetime}",
7
               "quantity
Quantity

Quantity to be transferred

":
"{Decimal}",
8
               "shippingDate
ShippingDate

Date of shipment departure

":
"{Date}",
9
               "transferTo": {
10
                    "locationId
LocationId

Location identifier

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

Unique abbreviation/short name of the location

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

Location reference

":
"{String}"
13
               },
14
               "transferFrom": {
15
                    "locationId
LocationId

Location identifier

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

Unique abbreviation/short name of the location

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

Location reference

":
"{String}"
18
               },
19
               "transferOf": {
20
                    "goodsReceptionItemId
GoodsReceptionItemId

Item-/line-number of the goods reception

":
"{Integer}",
21
                    "productDescription
ProductDescription

Description of the product, it's by default copied from product

":
"{String}",
22
                    "price": {
23
                         "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
24
                         "netPrice
NetPrice

Final price per unit after deducting all discounts etc.

":
"{Decimal}"
25
                    },
26
                    "product": {
27
                         "productId
ProductId

Product identifier

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

Name of the product

":
"{String}",
29
                         "type
Type

Type of product

Possible domain values can be found here

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

Product reference

":
"{String}"
31
                    },
32
                    "manufacturer": {
33
                         "manufacturerId
ManufacturerId

Manufacturer identifier

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

Shortname/code of the manufacturer

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

Manufacturer reference

":
"{String}"
36
                    },
37
                    "manufacturersProduct
ManufacturersProduct

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

":
{
38
                         "manufacturersProductId
ManufacturersProductId

Manufacturer product identifier

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

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

Manufacturers name of the product. Also known as Manufacturer Part Number (MPN).

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

":
"{String}",
40
                         "manufacturersProductLink
ManufacturersProductLink

Manufacturers product reference

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

":
"{String}"
41
                    },
42
                    "goodsReceptionItemLink
GoodsReceptionItemLink

Goods reception item reference

":
"{String}"
43
               },
44
               "goodsReceptionItem
GoodsReceptionItem

The goods reception created at the new location. Will not be set before the goods transfer is completed.

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

":
{
45
                    "goodsReceptionItemId
GoodsReceptionItemId

Item-/line-number of the goods reception

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

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

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

":
{
47
                         "goodsReceptionId
GoodsReceptionId

Goods reception identifier

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

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

Goods reception reference

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

":
"{String}"
49
                    },
50
                    "goodsReceptionItemLink
GoodsReceptionItemLink

Goods reception item reference

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

":
"{String}"
51
               },
52
               "assignee
Assignee

The user who has been assigned to work with this object.

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

":
{
53
                    "userId
UserId

User identifier

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

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

Name of the user

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

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

First name of the user

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

":
"{String}",
56
                    "userLink
UserLink

User reference

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

":
"{String}"
57
               },
58
               "totals": {
59
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
60
                    "netAmount
NetAmount

Final item amount after deducting all discounts etc.

":
"{Decimal}"
61
               },
62
               "shipment
Shipment

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

":
{
63
                    "deliveryTerms
DeliveryTerms

Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Possible domain values can be found here

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

":
"{String}",
64
                    "deliveryTermPlace
DeliveryTermPlace

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

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

":
"{String}",
65
                    "shippingService
ShippingService

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

":
{
66
                         "shippingServiceId
ShippingServiceId

Shipping service identifier

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

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

Name of shipping service

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

":
"{String}",
68
                         "shippingServiceLink
ShippingServiceLink

Shipping service reference

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

":
"{String}"
69
                    }
70
               },
71
               "highlightedNotification
HighlightedNotification

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

":
{
72
                    "notificationId
NotificationId

Notification identifier

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

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

Status of the notification

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

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

Date and time of creation

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

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

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

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

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

":
{
78
                         "notificationTypeId
NotificationTypeId

Notification type identifier

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

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

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

Notification type reference

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

":
"{String}"
81
                    },
82
                    "notificationLink
NotificationLink

Notification reference

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

":
"{String}"
83
               },
84
               "goodsTransferLink
GoodsTransferLink

Goods transfer reference

":
"{String}"
85
          }
86
     ],
87
     "paging
Paging

Detailed paging information for this list.

":
{
88
          "pageSize
PageSize

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

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

Position of the first element in the list

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

Page index

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

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

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

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

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

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

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

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

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

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

":
"{Integer}"
100
     }
101
}

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 100147 HTTP 404 Notification type not found
Error 100053 HTTP 403 You have only admittance to your own suppliers