API

Procurement APIs

GET procurement/orders/{purchaseOrderId}/items/{itemId}

Details about a specific item of an order

HTTP method GET
URI https://api.rambase.net/procurement/orders/{purchaseOrderId}/items/{itemId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {purchaseOrderId} Purchase order identifier
Integer, minimum 100000
- URI parameter {itemId} Item-/line-number of the purchase order
Integer, minimum 1
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 3001, version 61

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
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$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.
$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.
$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.
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.

Read more about filters and sorting on how to use filter parameters and named filters.

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

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
<PurchaseOrderItem>
2
     <PurchaseOrderItemId
PurchaseOrderItemId

Item-/line-number of the purchase order

>
{Integer}</PurchaseOrderItemId>
3
     <Status
Status

Status code of the the purchase order item

Possible domain values can be found here

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

Date and time of creation

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

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

>
{Integer}</LineNumber>
6
     <RequestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the buyer/purchaser

>
{Date}</RequestedDeliveryDate>
7
     <ScheduledShippingDateToSupplier
ScheduledShippingDateToSupplier

Shceduled date of shipping goods or material to supplier for external work.

>
{Date}</ScheduledShippingDateToSupplier>
8
     <SuppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers item reference number. Typically to an external system.

>
{String}</SuppliersReferenceNumber>
9
     <SuppliersProductName
SuppliersProductName

Suppliers internal name of the product. Retrieved from the product.

>
{String}</SuppliersProductName>
10
     <EquivalentProductName
EquivalentProductName

Name of product with equivalent behavior and attributes. Can be used for same purpose.

>
{String}</EquivalentProductName>
11
     <RequestedProductStructureRevision
RequestedProductStructureRevision

The requested revision of the product structure

>
{String}</RequestedProductStructureRevision>
12
     <ProductDescription
ProductDescription

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

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

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

>
{String}</Note>
14
     <VATPercent
VATPercent

Value added tax percent

>
{Decimal}</VATPercent>
15
     <Quantity
Quantity

Number of units purchased

>
{Decimal}</Quantity>
16
     <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>
17
     <HasSerialNumbers
HasSerialNumbers

True if any of the product units of the purchase order item has a registered serial number

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

>
{Boolean}</HasSerialNumbers>
18
     <RequireSerialNumberAtGoodsReception
RequireSerialNumberAtGoodsReception

If all units of this product should have a serial number in stock, you should require serial number to be required at goods reception. This will ensure that serial number is specified before goods receptions with this product is registered.

>
{Boolean}</RequireSerialNumberAtGoodsReception>
19
     <RemainingQuantity
RemainingQuantity

Remaining number of units to be forwarded

>
{Decimal}</RemainingQuantity>
20
     <AvailableQuantity
AvailableQuantity

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

>
{Decimal}</AvailableQuantity>
21
     <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>
22
     <ProductUnitMarkingSpecification
ProductUnitMarkingSpecification

Describes how to mark the product unit

>
{String}</ProductUnitMarkingSpecification>
23
     <Assignments
Assignments

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

>
24
          <EarliestConsumptionDate
EarliestConsumptionDate

The earliest date that these items can be used or consumed based upon the stock assignment with the earliest production date if it is linked to a production work order, or if it is linked to a sales order, the earliest requested date on the linked sales orders.

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

>
{Date}</EarliestConsumptionDate>
25
          <EarliestConsumptionDays
EarliestConsumptionDays

The deviation between Earliest consumption date and Confirmed delivery date, or Requested delivery date if no delivery date is confirmed by the supplier.

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

>
{Integer}</EarliestConsumptionDays>
26
          <LatestConsumptionDate
LatestConsumptionDate

The earliest date that these items can be used or consumed based upon the stock assignment with the latest production date if it is linked to a production work order, or if it is linked to a sales order, the latest requested date on the linked sales orders.

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

>
{Date}</LatestConsumptionDate>
27
          <LatestConsumptionDays
LatestConsumptionDays

The deviation between Latest consumption date and Confirmed delivery date, or Requested delivery date if no delivery date is confirmed by the supplier.

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

>
{Integer}</LatestConsumptionDays>
28
          <PercentUnassigned
PercentUnassigned

Remaining production available in percent

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

>
{Decimal}</PercentUnassigned>
29
     </Assignments>
30
     <PurchaseGroup>
31
          <PurchaseGroupId
PurchaseGroupId

Purchase group identifier

>
{Integer}</PurchaseGroupId>
32
          <Name
Name

Name of purchase group

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

>
{String}</Name>
33
          <PurchaseGroupLink
PurchaseGroupLink

Material unit reference

>
{String}</PurchaseGroupLink>
34
     </PurchaseGroup>
35
     <Price>
36
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Final price per unit after deducting all discounts etc.

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

Estimated freight for including expected freight cost in the gross margin calculation in sales orders, sales invoices etc.

>
{Decimal}</Freight>
39
          <FreightPercent
FreightPercent

Estimated freight in percent of net price. Used for including expected freight cost in the gross margin calculation in sales orders, sales invoices etc.

>
{Decimal}</FreightPercent>
40
     </Price>
41
     <PriceConverted
PriceConverted

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

>
42
          <Currency
Currency

Three character code following the ISO 4217 standard

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

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

Final price per unit after deducting all discounts.

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

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

Three character code following the ISO 4217 standard

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

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
48
     </Totals>
49
     <TotalsConverted
TotalsConverted

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

>
50
          <Currency
Currency

Three character code following the ISO 4217 standard

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

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

Total net amount in company currency.

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

>
{Decimal}</NetAmount>
52
     </TotalsConverted>
53
     <PurchaseResponsible
PurchaseResponsible

User responsible for the procurement transaction

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

>
54
          <EmployeeId
EmployeeId

Employee identifier

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

>
{Integer}</EmployeeId>
55
          <FirstName
FirstName

First name of employee

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

>
{String}</FirstName>
56
          <LastName
LastName

Last name of employee

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

>
{String}</LastName>
57
          <EmployeeLink
EmployeeLink

Employee reference

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

>
{String}</EmployeeLink>
58
     </PurchaseResponsible>
59
     <MeasurementUnit>
60
          <MeasurementUnitId
MeasurementUnitId

Material unit reference

>
{Integer}</MeasurementUnitId>
61
          <Unit
Unit

Measurement unit (ex. mm, km, dl, kg)

>
{String}</Unit>
62
          <Precision
Precision

The precision/accuracy of the measurement (number of decimals)

>
{Integer}</Precision>
63
          <MeasurementUnitLink
MeasurementUnitLink

Material unit reference

>
{String}</MeasurementUnitLink>
64
     </MeasurementUnit>
65
     <Product>
66
          <ProductId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

>
{String}</Type>
69
          <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>
70
          <CustomField1
CustomField1

Custom field for grouping, sorting, categorizing and other purposes.

>
{String}</CustomField1>
71
          <CustomField2
CustomField2

Custom field for grouping, sorting, categorizing and other purposes.

>
{String}</CustomField2>
72
          <Dimensions>
73
               <Weight
Weight

The weight of the product in kilograms.

>
{Decimal}</Weight>
74
          </Dimensions>
75
          <ProductClassification>
76
               <ProductClassificationId
ProductClassificationId

Product classification identifier

>
{String}</ProductClassificationId>
77
               <ProductClassificationLink
ProductClassificationLink

Product classification reference

>
{String}</ProductClassificationLink>
78
          </ProductClassification>
79
          <Stock>
80
               <IsNonStock
IsNonStock

True if this is a non-physical product which are no using assignments from the assignment archive

>
{Boolean}</IsNonStock>
81
               <AutoCreateProductUnitAtGoodsReception
AutoCreateProductUnitAtGoodsReception

When activated, product units are automatically generated when goods are registered to stock.

>
{Boolean}</AutoCreateProductUnitAtGoodsReception>
82
          </Stock>
83
          <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
84
     </Product>
85
     <Manufacturer>
86
          <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
87
          <Name
Name

Company name of the manufacturer.

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

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

Shortname/code of the manufacturer

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

Manufacturer reference

>
{String}</ManufacturerLink>
90
     </Manufacturer>
91
     <ManufacturersProduct
ManufacturersProduct

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

>
92
          <ManufacturersProductId
ManufacturersProductId

Manufacturer product identifier

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

>
{Integer}</ManufacturersProductId>
93
          <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=ManufacturersProduct in your request URI to get this field

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

Manufacturers product reference

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

>
{String}</ManufacturersProductLink>
95
     </ManufacturersProduct>
96
     <Accounting
Accounting

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

>
97
          <VATCodeDefinition>
98
               <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

>
{String}</VATCode>
99
               <Description
Description

Description of VAT Code definition

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

>
{String}</Description>
100
          </VATCodeDefinition>
101
          <GeneralLedgerAccount>
102
               <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
104
          </GeneralLedgerAccount>
105
          <Department
Department

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

>
106
               <DepartmentId
DepartmentId

Department identifier

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

Finance department reference

>
{String}</DepartmentLink>
108
          </Department>
109
          <FinanceProject
FinanceProject

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

>
110
               <FinanceProjectId
FinanceProjectId

Finance project identifier

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

Finance project reference

>
{String}</FinanceProjectLink>
112
          </FinanceProject>
113
          <Asset
Asset

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

>
114
               <AssetId
AssetId

Asset identifier

>
{Integer}</AssetId>
115
               <AssetLink
AssetLink

Asset reference

>
{String}</AssetLink>
116
          </Asset>
117
     </Accounting>
118
     <ForwardedFrom
ForwardedFrom

The preceding/previous/source item.

>
119
          <ForwardedFromItem>
120
               <ItemId
ItemId

Identifier of the object

>
{Integer}</ItemId>
121
               <Object>
122
                    <ObjectId
ObjectId

Identifier of the object

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

Type of object

>
{String}</ObjectType>
124
                    <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
125
               </Object>
126
               <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
127
               <ItemLink
ItemLink

API reference to the item

>
{String}</ItemLink>
128
          </ForwardedFromItem>
129
     </ForwardedFrom>
130
     <ForwardedTo
ForwardedTo

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

>
131
          <OpenForwardedQuantity
OpenForwardedQuantity

When items are forwarded they end up in one or more open items. Open items in this context means items that are not registered (status 0 or 1). OpenForwardedQuantity will be the sum of ForwardedQuantity of all items this item has been forwarded to.

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

>
{Decimal}</OpenForwardedQuantity>
132
          <ForwardedToItems
ForwardedToItems

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

>
133
               <Item
Item

Item this item was forwarded to.

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

>
134
                    <ItemId
ItemId

Identifier of the object

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

>
{Integer}</ItemId>
135
                    <Object
Object

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

>
136
                         <ObjectId
ObjectId

Identifier of the object

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

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

Type of object

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

>
{String}</ObjectType>
138
                         <ObjectLink
ObjectLink

API reference to the object

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

>
{String}</ObjectLink>
139
                    </Object>
140
                    <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

>
{String}</RamBaseKey>
141
                    <ItemLink
ItemLink

API reference to the item

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

>
{String}</ItemLink>
142
               </Item>
143
          </ForwardedToItems>
144
     </ForwardedTo>
145
     <HighlightedNotification
HighlightedNotification

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

>
146
          <NotificationId
NotificationId

Notification identifier

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

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

Status of the notification

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

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

Date and time of creation

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

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

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

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

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

>
152
               <NotificationTypeId
NotificationTypeId

Notification type identifier

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

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

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

Notification type reference

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

>
{String}</NotificationTypeLink>
155
          </NotificationType>
156
          <NotificationLink
NotificationLink

Notification reference

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

>
{String}</NotificationLink>
157
     </HighlightedNotification>
158
     <ProjectOrderItem
ProjectOrderItem

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

>
159
          <ProjectOrderItemId
ProjectOrderItemId

Project order item identifier

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

>
{Integer}</ProjectOrderItemId>
160
          <ProjectOrder
ProjectOrder

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

>
161
               <ProjectOrderId
ProjectOrderId

Project order identifier

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

>
{Integer}</ProjectOrderId>
162
          </ProjectOrder>
163
     </ProjectOrderItem>
164
     <DocumentTransactionTotals
DocumentTransactionTotals

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

>
165
          <InitialOrderQuantity
InitialOrderQuantity

Original total quantity of purchase order

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

>
{Decimal}</InitialOrderQuantity>
166
          <InitialOrderAmount
InitialOrderAmount

Original total amount of purchase order

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

>
{Decimal}</InitialOrderAmount>
167
          <RemainingOrderQuantity
RemainingOrderQuantity

Net quantity of purchase order

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

>
{Decimal}</RemainingOrderQuantity>
168
          <RemainingOrderAmount
RemainingOrderAmount

Total net amount of purchase order

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

>
{Decimal}</RemainingOrderAmount>
169
          <ConfirmedQuantity
ConfirmedQuantity

Total confirmed quantity

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

>
{Decimal}</ConfirmedQuantity>
170
          <ConfirmedAmount
ConfirmedAmount

Total confirmed amount

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

>
{Decimal}</ConfirmedAmount>
171
          <ReceivedQuantity
ReceivedQuantity

Total received quantity

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

>
{Decimal}</ReceivedQuantity>
172
          <ReceivedAmount
ReceivedAmount

Total received amount

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

>
{Decimal}</ReceivedAmount>
173
          <InvoicedQuantity
InvoicedQuantity

Total invoiced quantity

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

>
{Decimal}</InvoicedQuantity>
174
          <InvoicedAmount
InvoicedAmount

Total invoiced amount

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

>
{Decimal}</InvoicedAmount>
175
          <CanceledQuantity
CanceledQuantity

Total canceled quantity

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

>
{Decimal}</CanceledQuantity>
176
          <CanceledAmount
CanceledAmount

Total canceled amount

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

>
{Decimal}</CanceledAmount>
177
          <ClosedWithoutInvoiceQuantity
ClosedWithoutInvoiceQuantity

Total no invoice quantity

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

>
{Decimal}</ClosedWithoutInvoiceQuantity>
178
          <ClosedWithoutInvoiceAmount
ClosedWithoutInvoiceAmount

Total no invoice amount

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

>
{Decimal}</ClosedWithoutInvoiceAmount>
179
     </DocumentTransactionTotals>
180
</PurchaseOrderItem>
1
{
2
     "purchaseOrderItem": {
3
          "purchaseOrderItemId
PurchaseOrderItemId

Item-/line-number of the purchase order

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

Status code of the the purchase order item

Possible domain values can be found here

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

Date and time of creation

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

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

":
"{Integer}",
7
          "requestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the buyer/purchaser

":
"{Date}",
8
          "scheduledShippingDateToSupplier
ScheduledShippingDateToSupplier

Shceduled date of shipping goods or material to supplier for external work.

":
"{Date}",
9
          "suppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers item reference number. Typically to an external system.

":
"{String}",
10
          "suppliersProductName
SuppliersProductName

Suppliers internal name of the product. Retrieved from the product.

":
"{String}",
11
          "equivalentProductName
EquivalentProductName

Name of product with equivalent behavior and attributes. Can be used for same purpose.

":
"{String}",
12
          "requestedProductStructureRevision
RequestedProductStructureRevision

The requested revision of the product structure

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

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

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

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

":
"{String}",
15
          "vATPercent
VATPercent

Value added tax percent

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

Number of units purchased

":
"{Decimal}",
17
          "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}",
18
          "hasSerialNumbers
HasSerialNumbers

True if any of the product units of the purchase order item has a registered serial number

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

":
"{Boolean}",
19
          "requireSerialNumberAtGoodsReception
RequireSerialNumberAtGoodsReception

If all units of this product should have a serial number in stock, you should require serial number to be required at goods reception. This will ensure that serial number is specified before goods receptions with this product is registered.

":
"{Boolean}",
20
          "remainingQuantity
RemainingQuantity

Remaining number of units to be forwarded

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

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

":
"{Decimal}",
22
          "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}",
23
          "productUnitMarkingSpecification
ProductUnitMarkingSpecification

Describes how to mark the product unit

":
"{String}",
24
          "assignments
Assignments

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

":
{
25
               "earliestConsumptionDate
EarliestConsumptionDate

The earliest date that these items can be used or consumed based upon the stock assignment with the earliest production date if it is linked to a production work order, or if it is linked to a sales order, the earliest requested date on the linked sales orders.

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

":
"{Date}",
26
               "earliestConsumptionDays
EarliestConsumptionDays

The deviation between Earliest consumption date and Confirmed delivery date, or Requested delivery date if no delivery date is confirmed by the supplier.

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

":
"{Integer}",
27
               "latestConsumptionDate
LatestConsumptionDate

The earliest date that these items can be used or consumed based upon the stock assignment with the latest production date if it is linked to a production work order, or if it is linked to a sales order, the latest requested date on the linked sales orders.

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

":
"{Date}",
28
               "latestConsumptionDays
LatestConsumptionDays

The deviation between Latest consumption date and Confirmed delivery date, or Requested delivery date if no delivery date is confirmed by the supplier.

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

":
"{Integer}",
29
               "percentUnassigned
PercentUnassigned

Remaining production available in percent

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

":
"{Decimal}"
30
          },
31
          "purchaseGroup": {
32
               "purchaseGroupId
PurchaseGroupId

Purchase group identifier

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

Name of purchase group

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

":
"{String}",
34
               "purchaseGroupLink
PurchaseGroupLink

Material unit reference

":
"{String}"
35
          },
36
          "price": {
37
               "currency
Currency

Three character code following the ISO 4217 standard

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

Final price per unit after deducting all discounts etc.

":
"{Decimal}",
39
               "freight
Freight

Estimated freight for including expected freight cost in the gross margin calculation in sales orders, sales invoices etc.

":
"{Decimal}",
40
               "freightPercent
FreightPercent

Estimated freight in percent of net price. Used for including expected freight cost in the gross margin calculation in sales orders, sales invoices etc.

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

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

":
{
43
               "currency
Currency

Three character code following the ISO 4217 standard

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

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

Final price per unit after deducting all discounts.

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

":
"{Decimal}"
45
          },
46
          "totals": {
47
               "currency
Currency

Three character code following the ISO 4217 standard

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

Final item amount after deducting all discounts etc.

":
"{Decimal}"
49
          },
50
          "totalsConverted
TotalsConverted

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

":
{
51
               "currency
Currency

Three character code following the ISO 4217 standard

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

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

Total net amount in company currency.

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

":
"{Decimal}"
53
          },
54
          "purchaseResponsible
PurchaseResponsible

User responsible for the procurement transaction

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

":
{
55
               "employeeId
EmployeeId

Employee identifier

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

":
"{Integer}",
56
               "firstName
FirstName

First name of employee

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

":
"{String}",
57
               "lastName
LastName

Last name of employee

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

":
"{String}",
58
               "employeeLink
EmployeeLink

Employee reference

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

":
"{String}"
59
          },
60
          "measurementUnit": {
61
               "measurementUnitId
MeasurementUnitId

Material unit reference

":
"{Integer}",
62
               "unit
Unit

Measurement unit (ex. mm, km, dl, kg)

":
"{String}",
63
               "precision
Precision

The precision/accuracy of the measurement (number of decimals)

":
"{Integer}",
64
               "measurementUnitLink
MeasurementUnitLink

Material unit reference

":
"{String}"
65
          },
66
          "product": {
67
               "productId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

":
"{String}",
70
               "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}",
71
               "customField1
CustomField1

Custom field for grouping, sorting, categorizing and other purposes.

":
"{String}",
72
               "customField2
CustomField2

Custom field for grouping, sorting, categorizing and other purposes.

":
"{String}",
73
               "dimensions": {
74
                    "weight
Weight

The weight of the product in kilograms.

":
"{Decimal}"
75
               },
76
               "productClassification": {
77
                    "productClassificationId
ProductClassificationId

Product classification identifier

":
"{String}",
78
                    "productClassificationLink
ProductClassificationLink

Product classification reference

":
"{String}"
79
               },
80
               "stock": {
81
                    "isNonStock
IsNonStock

True if this is a non-physical product which are no using assignments from the assignment archive

":
"{Boolean}",
82
                    "autoCreateProductUnitAtGoodsReception
AutoCreateProductUnitAtGoodsReception

When activated, product units are automatically generated when goods are registered to stock.

":
"{Boolean}"
83
               },
84
               "productLink
ProductLink

Product reference

":
"{String}"
85
          },
86
          "manufacturer": {
87
               "manufacturerId
ManufacturerId

Manufacturer identifier

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

Company name of the manufacturer.

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

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

Shortname/code of the manufacturer

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

Manufacturer reference

":
"{String}"
91
          },
92
          "manufacturersProduct
ManufacturersProduct

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

":
{
93
               "manufacturersProductId
ManufacturersProductId

Manufacturer product identifier

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

":
"{Integer}",
94
               "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=ManufacturersProduct in your request URI to get this field

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

Manufacturers product reference

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

":
"{String}"
96
          },
97
          "accounting
Accounting

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

":
{
98
               "vATCodeDefinition": {
99
                    "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

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

Description of VAT Code definition

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

":
"{String}"
101
               },
102
               "generalLedgerAccount": {
103
                    "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

General ledger account reference

":
"{String}"
105
               },
106
               "department
Department

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

":
{
107
                    "departmentId
DepartmentId

Department identifier

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

Finance department reference

":
"{String}"
109
               },
110
               "financeProject
FinanceProject

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

":
{
111
                    "financeProjectId
FinanceProjectId

Finance project identifier

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

Finance project reference

":
"{String}"
113
               },
114
               "asset
Asset

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

":
{
115
                    "assetId
AssetId

Asset identifier

":
"{Integer}",
116
                    "assetLink
AssetLink

Asset reference

":
"{String}"
117
               }
118
          },
119
          "forwardedFrom
ForwardedFrom

The preceding/previous/source item.

":
{
120
               "forwardedFromItem": {
121
                    "itemId
ItemId

Identifier of the object

":
"{Integer}",
122
                    "object": {
123
                         "objectId
ObjectId

Identifier of the object

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

Type of object

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

API reference to the object

":
"{String}"
126
                    },
127
                    "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

API reference to the item

":
"{String}"
129
               }
130
          },
131
          "forwardedTo
ForwardedTo

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

":
{
132
               "openForwardedQuantity
OpenForwardedQuantity

When items are forwarded they end up in one or more open items. Open items in this context means items that are not registered (status 0 or 1). OpenForwardedQuantity will be the sum of ForwardedQuantity of all items this item has been forwarded to.

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

":
"{Decimal}",
133
               "forwardedToItems
ForwardedToItems

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

":
[
134
                    {
135
                         "itemId
ItemId

Identifier of the object

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

":
"{Integer}",
136
                         "object
Object

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

":
{
137
                              "objectId
ObjectId

Identifier of the object

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

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

Type of object

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

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

API reference to the object

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

":
"{String}"
140
                         },
141
                         "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

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

API reference to the item

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

":
"{String}"
143
                    }
144
               ]
145
          },
146
          "highlightedNotification
HighlightedNotification

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

":
{
147
               "notificationId
NotificationId

Notification identifier

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

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

Status of the notification

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

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

Date and time of creation

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

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

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

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

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

":
{
153
                    "notificationTypeId
NotificationTypeId

Notification type identifier

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

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

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

Notification type reference

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

":
"{String}"
156
               },
157
               "notificationLink
NotificationLink

Notification reference

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

":
"{String}"
158
          },
159
          "projectOrderItem
ProjectOrderItem

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

":
{
160
               "projectOrderItemId
ProjectOrderItemId

Project order item identifier

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

":
"{Integer}",
161
               "projectOrder
ProjectOrder

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

":
{
162
                    "projectOrderId
ProjectOrderId

Project order identifier

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

":
"{Integer}"
163
               }
164
          },
165
          "documentTransactionTotals
DocumentTransactionTotals

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

":
{
166
               "initialOrderQuantity
InitialOrderQuantity

Original total quantity of purchase order

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

":
"{Decimal}",
167
               "initialOrderAmount
InitialOrderAmount

Original total amount of purchase order

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

":
"{Decimal}",
168
               "remainingOrderQuantity
RemainingOrderQuantity

Net quantity of purchase order

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

":
"{Decimal}",
169
               "remainingOrderAmount
RemainingOrderAmount

Total net amount of purchase order

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

":
"{Decimal}",
170
               "confirmedQuantity
ConfirmedQuantity

Total confirmed quantity

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

":
"{Decimal}",
171
               "confirmedAmount
ConfirmedAmount

Total confirmed amount

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

":
"{Decimal}",
172
               "receivedQuantity
ReceivedQuantity

Total received quantity

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

":
"{Decimal}",
173
               "receivedAmount
ReceivedAmount

Total received amount

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

":
"{Decimal}",
174
               "invoicedQuantity
InvoicedQuantity

Total invoiced quantity

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

":
"{Decimal}",
175
               "invoicedAmount
InvoicedAmount

Total invoiced amount

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

":
"{Decimal}",
176
               "canceledQuantity
CanceledQuantity

Total canceled quantity

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

":
"{Decimal}",
177
               "canceledAmount
CanceledAmount

Total canceled amount

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

":
"{Decimal}",
178
               "closedWithoutInvoiceQuantity
ClosedWithoutInvoiceQuantity

Total no invoice quantity

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

":
"{Decimal}",
179
               "closedWithoutInvoiceAmount
ClosedWithoutInvoiceAmount

Total no invoice amount

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

":
"{Decimal}"
180
          }
181
     }
182
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

POST
Forward purchase order item to new purchase order response
Forward purchase order item to new purchase order
AOP/100452
POST
Forward purchase order item to existing purchase order response
Forward purchase order item to an existing purchase order response
AOP/100453
POST
Delete purchase order item
Deletes and backwards a purchase order item
AOP/100458
POST
Cancel purchase order item
Cancel a purchase order item
AOP/100465
POST
Lock assignments for a single purchase order item
Lock assignments for a single purchase order item
AOP/100469
POST
Seal purchase order item
Seals ( set status to 2 ) a purchase order item
AOP/100478
POST
Open purchase order item
Reopen (set status to 1) a purchase order item
AOP/100479
POST
Move purchase order item to an open purchase order
Moves a purchase order item to a purchase order
AOP/100485
POST
Forward purchase order item to a new goods reception
Forwards a purchase order item to a new goods reception
AOP/100486
POST
Forward purchase order item to an existing goods reception
Forwards a purchase order item to a goods reception
AOP/100487
POST
Unlock assignments for a single purchase order line
Unlocks assignments for a single purchase order line
AOP/100491
POST
Split item
Splits item into several items with different quantity and requested date
AOP/100513
POST
Assign avaliable quantity to un-assigned sales orders and productions orders
Assign avaliable quantity to un-assigned sales orders and productions orders
AOP/100515
POST
Undo price protection
Undo price protection
AOP/100523
POST
Product received for single purchase order item
Sets purchase order item in status 3, that carries a product that is not using assignments, to status 4. This is to indicate that the product or service is received/executed.
AOP/100528
POST
Forward purchase order item to new supplier invoice
Forwards purchase order item to new supplier invoice
AOP/100529
POST
Forward purchase order item to an existing supplier invoice
Forwards purchase order item to an existing supplier invoice
AOP/100530
POST
Create change request for purchase order item
Creates change request for a purchase order item
AOP/100537
POST
Close purchase order item without invoice
Close a requisition purchase order item without invoice
AOP/100900
POST
Reload item transaction log
AOP/101384
POST
Forward purchase order item to multiple goods reception items
Forwards a purchase order item and splits it to several goods reception items with quantity provided by the user
AOP/101513
POST
Copy GL account, dimensions and VAT to all items
AOP/101604
POST
Create purchase order items for each product in the structure
Create purchase order items for each article in the structure
AOP/101716

Possible error codes the response might return:

Error 100027 HTTP 400 Missing mandatory parameter {0}
Error 101420 HTTP 404 Setting definition not found