API

Logistics APIs

GET logistics/shipping-advices/{shippingAdviceId}/items

List of all items of provided shipping advice

HTTP method GET
URI https://api.rambase.net/logistics/shipping-advices/{shippingAdviceId}/items
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {shippingAdviceId} Shipping advice identifier
Integer, minimum 100000
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 2695, version 9

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"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$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.

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.
CustomerId Integer Customer identifier.
CustomersReferenceNumber String Customers item reference number. Typically to the customers internal system.
DepartmentId Integer Department identifier.
Discount Decimal The discount for the item.
DiscountAmount Decimal The items discount amount.
DiscountPercent Decimal The discount in percent for this item.
EndCustomerFirstName String Secondary name of a company or firstname of a person.
EndCustomerId Integer Customer identifier.
EndCustomerName String Name of customer (name of company or surname/familyname/lastname of a person).
FinanceProjectId Integer Finance project identifier.
GeneralLedgerAccountId Integer General ledger account identifier.
GrossAmount Decimal Represents the item amount before any discounts etc. is applied.
GrossMargin Decimal Gross margin of the item.
GrossPrice Decimal Represents the price per unit before any discounting is applied.
LineNumber Integer Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.
ManufacturerId Integer Manufacturer identifier.
NetAmount Decimal Final item amount after deducting all discounts etc.
NetPrice Decimal Final price per unit after deducting all discounts etc.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier.
ProductName String Name of the product.
ProductType String Type of product.
Quantity Decimal Quantity of the shipping advice item.
RemainingQuantity Decimal Remaining number of units to be forwarded.
ScheduledShippingDate Date Date when the goods was/will be shipped from the warehouse. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
ShippingAdviceItemId Integer Item-/line-number of the shipping advice.
Status Integer Status of the shipping advice item (0-9).

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

CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
CustomerId Integer Customer identifier
CustomersReferenceNumber String Customers item reference number. Typically to the customers internal system.
DepartmentId Integer Department identifier
Discount Decimal The discount for the item.
DiscountAmount Decimal The items discount amount.
DiscountPercent Decimal The discount in percent for this item.
EndCustomerFirstName String Secondary name of a company or firstname of a person
EndCustomerId Integer Customer identifier
EndCustomerName String Name of customer (name of company or surname/familyname/lastname of a person)
FinanceProjectId Integer Finance project identifier
GeneralLedgerAccountId Integer General ledger account identifier
GrossAmount Decimal Represents the item amount before any discounts etc. is applied.
GrossMargin Decimal Gross margin of the item.
GrossPrice Decimal Represents the price per unit before any discounting is applied.
LineNumber Integer Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.
ManufacturerId Integer Manufacturer identifier
NetAmount Decimal Final item amount after deducting all discounts etc.
NetPrice Decimal Final price per unit after deducting all discounts etc.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier
ProductName String Name of the product
ProductType String Type of product
Quantity Decimal Quantity of the shipping advice item
RemainingQuantity Decimal Remaining number of units to be forwarded.
ScheduledShippingDate Date Date when the goods was/will be shipped from the warehouse.
ShippingAdviceItemId Integer Item-/line-number of the shipping advice
Status Integer Status of the shipping advice item (0-9)

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
<ShippingAdviceItems>
2
     <ShippingAdviceItem>
3
          <ShippingAdviceItemId
ShippingAdviceItemId

Item-/line-number of the shipping advice

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

Status of the shipping advice item (0-9)

Possible domain values can be found here

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

Date and time of creation

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

Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.

>
{Integer}</LineNumber>
7
          <ScheduledShippingDate
ScheduledShippingDate

Date when the goods was/will be shipped from the warehouse.

>
{Date}</ScheduledShippingDate>
8
          <CustomersReferenceNumber
CustomersReferenceNumber

Customers item reference number. Typically to the customers internal system.

>
{String}</CustomersReferenceNumber>
9
          <ProductDescription
ProductDescription

Description of the item. If not specified, the description is by default copied from the product.

>
{String}</ProductDescription>
10
          <Note
Note

Additional information regarding the item (free text). Might be visible to customers/suppliers.

>
{String}</Note>
11
          <GrossMargin
GrossMargin

Gross margin of the item.

>
{Decimal}</GrossMargin>
12
          <DiscountPercent
DiscountPercent

The discount in percent for this item.

>
{Decimal}</DiscountPercent>
13
          <Quantity
Quantity

Quantity of the shipping advice item

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

Remaining number of units to be forwarded.

>
{Decimal}</RemainingQuantity>
15
          <CountryOfOriginCode
CountryOfOriginCode

Two-character code (ISO 3166) identifying the default country where the product is produced. This value is inherrited from the assigned goods reception(s). If not country of origin is specified for the goods reception(s), country of origin is retrieved from the product. If assigned to multiple goods receptions with different origin, the field will be empty.

>
{String}</CountryOfOriginCode>
16
          <EndCustomer
EndCustomer

End customer

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

>
17
               <CustomerId
CustomerId

Customer identifier

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

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

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

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

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

Secondary name of a company or firstname of a person

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

>
{String}</FirstName>
20
               <VATRegistrationNumber
VATRegistrationNumber

Unique number assigned by the relevant tax authority to identify a party for use in relation to value added tax (VAT).

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

>
{String}</VATRegistrationNumber>
21
               <CustomerLink
CustomerLink

Customer reference

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

>
{String}</CustomerLink>
22
          </EndCustomer>
23
          <Price>
24
               <Currency
Currency

Three character code following the ISO 4217 standard

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

The discount for the item.

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

Represents the price per unit before any discounting is applied.

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

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
28
          </Price>
29
          <Totals>
30
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
31
               <DiscountAmount
DiscountAmount

The items discount amount.

>
{Decimal}</DiscountAmount>
32
               <GrossAmount
GrossAmount

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

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

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
34
          </Totals>
35
          <Product>
36
               <ProductId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

>
{String}</Type>
39
               <Manufacturer>
40
                    <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
41
                    <ManufacturerLink
ManufacturerLink

Manufacturer reference

>
{String}</ManufacturerLink>
42
               </Manufacturer>
43
               <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
44
          </Product>
45
          <Accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

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

>
46
               <GeneralLedgerAccount
GeneralLedgerAccount

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

>
47
                    <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

>
{Integer}</GeneralLedgerAccountId>
48
                    <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

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

>
{String}</GeneralLedgerAccountLink>
49
               </GeneralLedgerAccount>
50
               <Department
Department

The department related to the item. One of the system/fixed account dimensions.

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

>
51
                    <DepartmentId
DepartmentId

Department identifier

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

>
{Integer}</DepartmentId>
52
                    <DepartmentLink
DepartmentLink

Finance department reference

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

>
{String}</DepartmentLink>
53
               </Department>
54
               <FinanceProject
FinanceProject

The finance project related to the item. One of the system/fixed account dimensions.

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

>
55
                    <FinanceProjectId
FinanceProjectId

Finance project identifier

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

>
{Integer}</FinanceProjectId>
56
                    <FinanceProjectLink
FinanceProjectLink

Finance project reference

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

>
{String}</FinanceProjectLink>
57
               </FinanceProject>
58
          </Accounting>
59
          <InitialSalesOrderItem
InitialSalesOrderItem

Reference to the initial/first/original sales order item in the document flow for this item.

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

>
60
               <SalesOrderItemId
SalesOrderItemId

Sales order item identifier

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

>
{Integer}</SalesOrderItemId>
61
               <SalesOrder
SalesOrder

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

>
62
                    <SalesOrderId
SalesOrderId

Sales order identifier

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

>
{Integer}</SalesOrderId>
63
                    <SalesOrderLink
SalesOrderLink

Sales order reference

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

>
{String}</SalesOrderLink>
64
               </SalesOrder>
65
               <SalesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

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

>
{String}</SalesOrderItemLink>
66
          </InitialSalesOrderItem>
67
          <HighlightedNotification
HighlightedNotification

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

>
68
               <NotificationId
NotificationId

Notification identifier

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

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

Status of the notification

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

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

Date and time of creation

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

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

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

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

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

>
74
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

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

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

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

Notification type reference

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

>
{String}</NotificationTypeLink>
77
               </NotificationType>
78
               <NotificationLink
NotificationLink

Notification reference

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

>
{String}</NotificationLink>
79
          </HighlightedNotification>
80
          <ShippingAdviceItemLink
ShippingAdviceItemLink

Shipping advice item reference

>
{String}</ShippingAdviceItemLink>
81
     </ShippingAdviceItem>
82
     <Paging
Paging

Detailed paging information for this list.

>
83
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
86
          <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>
87
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
88
          <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>
89
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
90
          <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>
91
          <NextPage
NextPage

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

>
{String}</NextPage>
92
          <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>
93
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
95
     </Paging>
96
</ShippingAdviceItems>
1
{
2
     "shippingAdviceItems": [
3
          {
4
               "shippingAdviceItemId
ShippingAdviceItemId

Item-/line-number of the shipping advice

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

Status of the shipping advice item (0-9)

Possible domain values can be found here

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

Date and time of creation

":
"{Datetime}",
7
               "lineNumber
LineNumber

Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.

":
"{Integer}",
8
               "scheduledShippingDate
ScheduledShippingDate

Date when the goods was/will be shipped from the warehouse.

":
"{Date}",
9
               "customersReferenceNumber
CustomersReferenceNumber

Customers item reference number. Typically to the customers internal system.

":
"{String}",
10
               "productDescription
ProductDescription

Description of the item. If not specified, the description is by default copied from the product.

":
"{String}",
11
               "note
Note

Additional information regarding the item (free text). Might be visible to customers/suppliers.

":
"{String}",
12
               "grossMargin
GrossMargin

Gross margin of the item.

":
"{Decimal}",
13
               "discountPercent
DiscountPercent

The discount in percent for this item.

":
"{Decimal}",
14
               "quantity
Quantity

Quantity of the shipping advice item

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

Remaining number of units to be forwarded.

":
"{Decimal}",
16
               "countryOfOriginCode
CountryOfOriginCode

Two-character code (ISO 3166) identifying the default country where the product is produced. This value is inherrited from the assigned goods reception(s). If not country of origin is specified for the goods reception(s), country of origin is retrieved from the product. If assigned to multiple goods receptions with different origin, the field will be empty.

":
"{String}",
17
               "endCustomer
EndCustomer

End customer

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

":
{
18
                    "customerId
CustomerId

Customer identifier

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

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

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

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

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

Secondary name of a company or firstname of a person

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

":
"{String}",
21
                    "vATRegistrationNumber
VATRegistrationNumber

Unique number assigned by the relevant tax authority to identify a party for use in relation to value added tax (VAT).

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

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

Customer reference

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

":
"{String}"
23
               },
24
               "price": {
25
                    "currency
Currency

Three character code following the ISO 4217 standard

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

The discount for the item.

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

Represents the price per unit before any discounting is applied.

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

Final price per unit after deducting all discounts etc.

":
"{Decimal}"
29
               },
30
               "totals": {
31
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
32
                    "discountAmount
DiscountAmount

The items discount amount.

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

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

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

Final item amount after deducting all discounts etc.

":
"{Decimal}"
35
               },
36
               "product": {
37
                    "productId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

":
"{String}",
40
                    "manufacturer": {
41
                         "manufacturerId
ManufacturerId

Manufacturer identifier

":
"{Integer}",
42
                         "manufacturerLink
ManufacturerLink

Manufacturer reference

":
"{String}"
43
                    },
44
                    "productLink
ProductLink

Product reference

":
"{String}"
45
               },
46
               "accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

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

":
{
47
                    "generalLedgerAccount
GeneralLedgerAccount

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

":
{
48
                         "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

":
"{Integer}",
49
                         "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

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

":
"{String}"
50
                    },
51
                    "department
Department

The department related to the item. One of the system/fixed account dimensions.

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

":
{
52
                         "departmentId
DepartmentId

Department identifier

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

":
"{Integer}",
53
                         "departmentLink
DepartmentLink

Finance department reference

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

":
"{String}"
54
                    },
55
                    "financeProject
FinanceProject

The finance project related to the item. One of the system/fixed account dimensions.

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

":
{
56
                         "financeProjectId
FinanceProjectId

Finance project identifier

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

":
"{Integer}",
57
                         "financeProjectLink
FinanceProjectLink

Finance project reference

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

":
"{String}"
58
                    }
59
               },
60
               "initialSalesOrderItem
InitialSalesOrderItem

Reference to the initial/first/original sales order item in the document flow for this item.

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

":
{
61
                    "salesOrderItemId
SalesOrderItemId

Sales order item identifier

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

":
"{Integer}",
62
                    "salesOrder
SalesOrder

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

":
{
63
                         "salesOrderId
SalesOrderId

Sales order identifier

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

":
"{Integer}",
64
                         "salesOrderLink
SalesOrderLink

Sales order reference

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

":
"{String}"
65
                    },
66
                    "salesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

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

":
"{String}"
67
               },
68
               "highlightedNotification
HighlightedNotification

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

":
{
69
                    "notificationId
NotificationId

Notification identifier

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

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

Status of the notification

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

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

Date and time of creation

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

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

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

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

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

":
{
75
                         "notificationTypeId
NotificationTypeId

Notification type identifier

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

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

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

Notification type reference

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

":
"{String}"
78
                    },
79
                    "notificationLink
NotificationLink

Notification reference

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

":
"{String}"
80
               },
81
               "shippingAdviceItemLink
ShippingAdviceItemLink

Shipping advice item reference

":
"{String}"
82
          }
83
     ],
84
     "paging
Paging

Detailed paging information for this list.

":
{
85
          "pageSize
PageSize

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

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

Position of the first element in the list

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

Page index

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

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

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

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

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

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

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

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

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

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

":
"{Integer}"
97
     }
98
}

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 100051 HTTP 400 When logged in as supplier {0} you do not have access to this API resource