API

Quality management APIs

GET quality/issues/{qualityIssueId}

Gets a quality issue

HTTP method GET
URI https://api.rambase.net/quality/issues/{qualityIssueId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {qualityIssueId} Quality issue identifier
Integer, minimum 100000
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 4381, version 60

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
<QualityIssue>
2
     <QualityIssueId
QualityIssueId

Quality issue identifier

>
{Integer}</QualityIssueId>
3
     <CreatedAt
CreatedAt

Date and time when quality issue was created

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

Status of quality issue. 1: Registering, 2: Analyzing, 4: Pending actions, 8: Reviewing, 9: Closed

Possible domain values can be found here

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

Description of quality issue

>
{String}</Description>
6
     <Type
Type

Quality issue type. I.E "Incident", "Observation" or "Improvement proposal"

Possible domain values can be found here

>
{Integer}</Type>
7
     <Title
Title

Title of the issue

>
{String}</Title>
8
     <Category
Category

Category of the quality issue. Together with type this should apply information on which field/area of a system the quality issue is addressing

Possible domain values can be found here

>
{Integer}</Category>
9
     <OccuredAt
OccuredAt

Time and date when the issue occured

>
{Datetime}</OccuredAt>
10
     <RegisteredAt
RegisteredAt

Time and date when this issue was registered

>
{Datetime}</RegisteredAt>
11
     <DueDate
DueDate

Time and date when this issue should be resolved

>
{Date}</DueDate>
12
     <ClosedAt
ClosedAt

Time and date when this issue was resolved

>
{Datetime}</ClosedAt>
13
     <RiskScore
RiskScore

A calculated score of how much of a risk this issue indicates. It is the product of likelihood and rating (severity)

>
{Integer}</RiskScore>
14
     <IsMarkedForNCR
IsMarkedForNCR

Whether or not an issue is marked as non conformance report (NCR)

>
{Boolean}</IsMarkedForNCR>
15
     <NotifyWhenClosed
NotifyWhenClosed

If true, a notification will be sent to the creator when closing this issue.

>
{Boolean}</NotifyWhenClosed>
16
     <ExternalReference
ExternalReference

External reference identifier from the customer

>
{String}</ExternalReference>
17
     <ExternalTitle
ExternalTitle

External title used in external correspondence. Is used in order to send modified title of quality issue to customer

>
{String}</ExternalTitle>
18
     <RequireReview
RequireReview

True if this issue requires a review. False if not

>
{Boolean}</RequireReview>
19
     <CloseComment
CloseComment

Additional comment added by person who closes quality issue.

>
{String}</CloseComment>
20
     <ReviewComment
ReviewComment

Comment added by reviewer when they rejected review and typed some suggestions.

>
{String}</ReviewComment>
21
     <ReviewedAt
ReviewedAt

Date and time when quality issue was reviewed.

>
{Datetime}</ReviewedAt>
22
     <Folder>
23
          <FolderId
FolderId

File folder id for a spesific file container or forlder.

>
{Integer}</FolderId>
24
          <Name
Name

Verbose folder text in english.

>
{String}</Name>
25
          <FolderLink
FolderLink

Company folder id

>
{String}</FolderLink>
26
     </Folder>
27
     <ReportedBy
ReportedBy

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

>
28
          <Name
Name

Name of the issue reporter

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

>
{String}</Name>
29
          <Object
Object

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

>
30
               <ObjectType
ObjectType

Type of object

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

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

Identifier of the object

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

>
{Integer}</ObjectId>
32
               <ObjectLink
ObjectLink

API reference to the object

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

>
{String}</ObjectLink>
33
          </Object>
34
     </ReportedBy>
35
     <Location
Location

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

>
36
          <LocationId
LocationId

Location identifier

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

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

Unique abbreviation/short name of the location

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

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

Location reference

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

>
{String}</LocationLink>
39
     </Location>
40
     <Totals>
41
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
42
          <TotalCost
TotalCost

Total cost of the issue

>
{Decimal}</TotalCost>
43
          <QualityIssueActionsCount
QualityIssueActionsCount

Count of all immediate and corrective actions.

>
{Integer}</QualityIssueActionsCount>
44
          <DoneQualityIssueActionsCount
DoneQualityIssueActionsCount

Count of done immediate and corrective actions.

>
{Integer}</DoneQualityIssueActionsCount>
45
     </Totals>
46
     <Responsible
Responsible

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

>
47
          <EmployeeId
EmployeeId

Employee identifier

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

>
{Integer}</EmployeeId>
48
          <LastName
LastName

Last name of employee

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

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

First name of employee

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

>
{String}</FirstName>
50
          <EmployeeLink
EmployeeLink

Employee reference

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

>
{String}</EmployeeLink>
51
     </Responsible>
52
     <Assignee
Assignee

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

>
53
          <EmployeeId
EmployeeId

Employee identifier

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

>
{Integer}</EmployeeId>
54
          <LastName
LastName

Last name of employee

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

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

First name of employee

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

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

Employee reference

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

>
{String}</EmployeeLink>
57
     </Assignee>
58
     <CreatedBy
CreatedBy

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

>
59
          <UserId
UserId

User identifier

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

>
{Integer}</UserId>
60
          <FirstName
FirstName

First name of the user

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

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

Name of the user

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

>
{String}</Name>
62
          <UserLink
UserLink

User reference

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

>
{String}</UserLink>
63
     </CreatedBy>
64
     <ReviewedBy
ReviewedBy

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

>
65
          <UserId
UserId

User identifier

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

>
{Integer}</UserId>
66
          <FirstName
FirstName

First name of the user

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

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

Name of the user

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

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

User reference

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

>
{String}</UserLink>
69
     </ReviewedBy>
70
     <Department
Department

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

>
71
          <DepartmentId
DepartmentId

Department identifier

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

>
{Integer}</DepartmentId>
72
          <Name
Name

Name of department

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

>
{String}</Name>
73
          <DepartmentLink
DepartmentLink

Finance department reference

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

>
{String}</DepartmentLink>
74
     </Department>
75
     <Context
Context

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

>
76
          <AffectedQuantity
AffectedQuantity

Quantity of product units affected by this quality issue.

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

>
{Integer}</AffectedQuantity>
77
          <TotalQuantity
TotalQuantity

The quantity that will be (or has been) produced

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

>
{Integer}</TotalQuantity>
78
          <Source
Source

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

>
79
               <ObjectId
ObjectId

Identifier of the object

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

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

Type of object

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

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

API reference to the object

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

>
{String}</ObjectLink>
82
               <ItemId
ItemId

Item-number of the object

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

>
{Integer}</ItemId>
83
               <ItemLink
ItemLink

API reference to the item

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

>
{String}</ItemLink>
84
               <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=Context in your request URI to get this field

>
{String}</RamBaseKey>
85
          </Source>
86
          <FinanceProject
FinanceProject

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

>
87
               <FinanceProjectId
FinanceProjectId

Finance project identifier

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

>
{Integer}</FinanceProjectId>
88
               <Name
Name

Name of finance project

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

>
{String}</Name>
89
               <FinanceProjectLink
FinanceProjectLink

Finance project reference

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

>
{String}</FinanceProjectLink>
90
          </FinanceProject>
91
          <Product
Product

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

>
92
               <ProductId
ProductId

Product identifier

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

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

Name of the product

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

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

Description of the product

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

>
{String}</Description>
95
               <ProductClassification
ProductClassification

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

>
96
                    <ProductClassificationId
ProductClassificationId

Product classification identifier

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

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

Product classification reference

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

>
{String}</ProductClassificationLink>
98
               </ProductClassification>
99
               <ProductLink
ProductLink

Product reference

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

>
{String}</ProductLink>
100
          </Product>
101
          <ProductRevision
ProductRevision

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

>
102
               <Revision
Revision

The Revision of the product

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

>
{String}</Revision>
103
          </ProductRevision>
104
          <ProductStructureVersion
ProductStructureVersion

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

>
105
               <ProductStructureVersionId
ProductStructureVersionId

Product structure identifier

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

>
{Integer}</ProductStructureVersionId>
106
               <Drawing
Drawing

Drawing of the product structure

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

>
107
                    <Database
Database

Database of the object

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

>
{String}</Database>
108
                    <FileVersionId
FileVersionId

File identifier

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

>
{String}</FileVersionId>
109
                    <FileName
FileName

Filename to display for the file version. Will be used when downloading the file.

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

>
{String}</FileName>
110
                    <FileVersionLink
FileVersionLink

File reference

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

>
{String}</FileVersionLink>
111
               </Drawing>
112
               <ProductStructure
ProductStructure

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

>
113
                    <ProductStructureId
ProductStructureId

Product structure identifier

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

>
{Long}</ProductStructureId>
114
               </ProductStructure>
115
               <ProductStructureVersionLink
ProductStructureVersionLink

Product structure reference

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

>
{String}</ProductStructureVersionLink>
116
          </ProductStructureVersion>
117
          <Customer
Customer

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

>
118
               <CustomerId
CustomerId

Customer identifier

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

>
{Integer}</CustomerId>
119
               <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=Context in your request URI to get this field

>
{String}</Name>
120
               <CustomerLink
CustomerLink

Customer reference

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

>
{String}</CustomerLink>
121
          </Customer>
122
          <Supplier
Supplier

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

>
123
               <SupplierId
SupplierId

RamBase supplier identifier

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

>
{Integer}</SupplierId>
124
               <Name
Name

Name of supplier (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=Context in your request URI to get this field

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

Supplier general ledger account is the default account that should be used on incoming invoices for this supplier.

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

>
{String}</SupplierLink>
126
          </Supplier>
127
          <ProductionResource
ProductionResource

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

>
128
               <ProductionResourceId
ProductionResourceId

Production resource identifier

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

>
{Integer}</ProductionResourceId>
129
               <Name
Name

Name of production resource

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

>
{String}</Name>
130
               <ProductionResourceLink
ProductionResourceLink

Production resource reference

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

>
{String}</ProductionResourceLink>
131
          </ProductionResource>
132
          <SalesOrder
SalesOrder

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

>
133
               <SalesOrderId
SalesOrderId

Sales order identifier

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

>
{Integer}</SalesOrderId>
134
               <CustomersReferenceNumber
CustomersReferenceNumber

Customers reference number. E.g. the internal sales order id the customer use in their own system.

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

>
{String}</CustomersReferenceNumber>
135
               <Customer
Customer

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

>
136
                    <CustomerId
CustomerId

Customers reference number. E.g. the internal sales order id the customer use in their own system.

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

>
{Integer}</CustomerId>
137
                    <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=Context in your request URI to get this field

>
{String}</Name>
138
                    <CustomerLink
CustomerLink

Customer reference

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

>
{String}</CustomerLink>
139
               </Customer>
140
               <SalesOrderLink
SalesOrderLink

Sales order reference

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

>
{String}</SalesOrderLink>
141
          </SalesOrder>
142
          <SalesOrderItem
SalesOrderItem

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

>
143
               <SalesOrderItemId
SalesOrderItemId

Sales order item identifier

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

>
{Integer}</SalesOrderItemId>
144
               <SalesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

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

>
{String}</SalesOrderItemLink>
145
          </SalesOrderItem>
146
          <Manufacturer
Manufacturer

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

>
147
               <ManufacturerId
ManufacturerId

Manufacturer identifier

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

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

Company name of the manufacturer.

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

>
{String}</Name>
149
               <ManufacturerLink
ManufacturerLink

Manufacturer reference

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

>
{String}</ManufacturerLink>
150
          </Manufacturer>
151
          <DetectedOnOperation
DetectedOnOperation

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

>
152
               <ProductionOperationId
ProductionOperationId

Production operation identifier

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

>
{Integer}</ProductionOperationId>
153
               <Name
Name

Name of production operation

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

>
{String}</Name>
154
               <ProductionOperationLink
ProductionOperationLink

Production operation reference

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

>
{String}</ProductionOperationLink>
155
          </DetectedOnOperation>
156
          <OccurredOnOperation
OccurredOnOperation

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

>
157
               <ProductionOperationId
ProductionOperationId

Production operation identifier

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

>
{Integer}</ProductionOperationId>
158
               <Name
Name

Name of production operation

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

>
{String}</Name>
159
               <ProductionOperationLink
ProductionOperationLink

Production operation reference

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

>
{String}</ProductionOperationLink>
160
          </OccurredOnOperation>
161
          <Material
Material

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

>
162
               <ProductId
ProductId

Product identifier

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

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

Name of the product

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

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

Description of the product

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

>
{String}</Description>
165
               <ProductClassification
ProductClassification

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

>
166
                    <ProductClassificationId
ProductClassificationId

Product classification identifier

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

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

Product classification reference

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

>
{String}</ProductClassificationLink>
168
               </ProductClassification>
169
               <ProductLink
ProductLink

Product reference

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

>
{String}</ProductLink>
170
          </Material>
171
          <ProductionWorkOrder
ProductionWorkOrder

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

>
172
               <ProductionWorkOrderId
ProductionWorkOrderId

Production work order identifier

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

>
{Integer}</ProductionWorkOrderId>
173
               <ProductionWorkOrderLink
ProductionWorkOrderLink

Production work order reference

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

>
{String}</ProductionWorkOrderLink>
174
          </ProductionWorkOrder>
175
          <PurchaseOrder
PurchaseOrder

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

>
176
               <PurchaseOrderId
PurchaseOrderId

Purchase order identifier

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

>
{Integer}</PurchaseOrderId>
177
               <PurchaseOrderLink
PurchaseOrderLink

Purchase order reference

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

>
{String}</PurchaseOrderLink>
178
          </PurchaseOrder>
179
          <PurchaseOrderItem
PurchaseOrderItem

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

>
180
               <PurchaseOrderItemId
PurchaseOrderItemId

Item-/line-number of the purchase order

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

>
{Integer}</PurchaseOrderItemId>
181
               <PurchaseOrderItemLink
PurchaseOrderItemLink

Purchase order item reference

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

>
{String}</PurchaseOrderItemLink>
182
          </PurchaseOrderItem>
183
     </Context>
184
</QualityIssue>
1
{
2
     "qualityIssue": {
3
          "qualityIssueId
QualityIssueId

Quality issue identifier

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

Date and time when quality issue was created

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

Status of quality issue. 1: Registering, 2: Analyzing, 4: Pending actions, 8: Reviewing, 9: Closed

Possible domain values can be found here

":
"{Integer}",
6
          "description
Description

Description of quality issue

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

Quality issue type. I.E "Incident", "Observation" or "Improvement proposal"

Possible domain values can be found here

":
"{Integer}",
8
          "title
Title

Title of the issue

":
"{String}",
9
          "category
Category

Category of the quality issue. Together with type this should apply information on which field/area of a system the quality issue is addressing

Possible domain values can be found here

":
"{Integer}",
10
          "occuredAt
OccuredAt

Time and date when the issue occured

":
"{Datetime}",
11
          "registeredAt
RegisteredAt

Time and date when this issue was registered

":
"{Datetime}",
12
          "dueDate
DueDate

Time and date when this issue should be resolved

":
"{Date}",
13
          "closedAt
ClosedAt

Time and date when this issue was resolved

":
"{Datetime}",
14
          "riskScore
RiskScore

A calculated score of how much of a risk this issue indicates. It is the product of likelihood and rating (severity)

":
"{Integer}",
15
          "isMarkedForNCR
IsMarkedForNCR

Whether or not an issue is marked as non conformance report (NCR)

":
"{Boolean}",
16
          "notifyWhenClosed
NotifyWhenClosed

If true, a notification will be sent to the creator when closing this issue.

":
"{Boolean}",
17
          "externalReference
ExternalReference

External reference identifier from the customer

":
"{String}",
18
          "externalTitle
ExternalTitle

External title used in external correspondence. Is used in order to send modified title of quality issue to customer

":
"{String}",
19
          "requireReview
RequireReview

True if this issue requires a review. False if not

":
"{Boolean}",
20
          "closeComment
CloseComment

Additional comment added by person who closes quality issue.

":
"{String}",
21
          "reviewComment
ReviewComment

Comment added by reviewer when they rejected review and typed some suggestions.

":
"{String}",
22
          "reviewedAt
ReviewedAt

Date and time when quality issue was reviewed.

":
"{Datetime}",
23
          "folder": {
24
               "folderId
FolderId

File folder id for a spesific file container or forlder.

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

Verbose folder text in english.

":
"{String}",
26
               "folderLink
FolderLink

Company folder id

":
"{String}"
27
          },
28
          "reportedBy
ReportedBy

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

":
{
29
               "name
Name

Name of the issue reporter

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

":
"{String}",
30
               "object
Object

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

":
{
31
                    "objectType
ObjectType

Type of object

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

":
"{String}",
32
                    "objectId
ObjectId

Identifier of the object

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

":
"{Integer}",
33
                    "objectLink
ObjectLink

API reference to the object

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

":
"{String}"
34
               }
35
          },
36
          "location
Location

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

":
{
37
               "locationId
LocationId

Location identifier

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

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

Unique abbreviation/short name of the location

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

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

Location reference

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

":
"{String}"
40
          },
41
          "totals": {
42
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
43
               "totalCost
TotalCost

Total cost of the issue

":
"{Decimal}",
44
               "qualityIssueActionsCount
QualityIssueActionsCount

Count of all immediate and corrective actions.

":
"{Integer}",
45
               "doneQualityIssueActionsCount
DoneQualityIssueActionsCount

Count of done immediate and corrective actions.

":
"{Integer}"
46
          },
47
          "responsible
Responsible

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

":
{
48
               "employeeId
EmployeeId

Employee identifier

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

":
"{Integer}",
49
               "lastName
LastName

Last name of employee

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

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

First name of employee

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

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

Employee reference

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

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

This field is greyed out because it is an expandable field. You have to add $expand=Assignee 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=Assignee in your request URI to get this field

":
"{Integer}",
55
               "lastName
LastName

Last name of employee

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

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

First name of employee

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

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

Employee reference

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

":
"{String}"
58
          },
59
          "createdBy
CreatedBy

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

":
{
60
               "userId
UserId

User identifier

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

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

First name of the user

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

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

Name of the user

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

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

User reference

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

":
"{String}"
64
          },
65
          "reviewedBy
ReviewedBy

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

":
{
66
               "userId
UserId

User identifier

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

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

First name of the user

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

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

Name of the user

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

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

User reference

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

":
"{String}"
70
          },
71
          "department
Department

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

":
{
72
               "departmentId
DepartmentId

Department identifier

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

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

Name of department

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

":
"{String}",
74
               "departmentLink
DepartmentLink

Finance department reference

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

":
"{String}"
75
          },
76
          "context
Context

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

":
{
77
               "affectedQuantity
AffectedQuantity

Quantity of product units affected by this quality issue.

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

":
"{Integer}",
78
               "totalQuantity
TotalQuantity

The quantity that will be (or has been) produced

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

":
"{Integer}",
79
               "source
Source

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

":
{
80
                    "objectId
ObjectId

Identifier of the object

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

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

Type of object

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

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

API reference to the object

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

":
"{String}",
83
                    "itemId
ItemId

Item-number of the object

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

":
"{Integer}",
84
                    "itemLink
ItemLink

API reference to the item

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

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

":
"{String}"
86
               },
87
               "financeProject
FinanceProject

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

":
{
88
                    "financeProjectId
FinanceProjectId

Finance project identifier

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

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

Name of finance project

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

":
"{String}",
90
                    "financeProjectLink
FinanceProjectLink

Finance project reference

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

":
"{String}"
91
               },
92
               "product
Product

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

":
{
93
                    "productId
ProductId

Product identifier

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

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

Name of the product

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

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

Description of the product

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

":
"{String}",
96
                    "productClassification
ProductClassification

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

":
{
97
                         "productClassificationId
ProductClassificationId

Product classification identifier

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

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

Product classification reference

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

":
"{String}"
99
                    },
100
                    "productLink
ProductLink

Product reference

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

":
"{String}"
101
               },
102
               "productRevision
ProductRevision

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

":
{
103
                    "revision
Revision

The Revision of the product

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

":
"{String}"
104
               },
105
               "productStructureVersion
ProductStructureVersion

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

":
{
106
                    "productStructureVersionId
ProductStructureVersionId

Product structure identifier

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

":
"{Integer}",
107
                    "drawing
Drawing

Drawing of the product structure

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

":
{
108
                         "database
Database

Database of the object

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

":
"{String}",
109
                         "fileVersionId
FileVersionId

File identifier

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

":
"{String}",
110
                         "fileName
FileName

Filename to display for the file version. Will be used when downloading the file.

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

":
"{String}",
111
                         "fileVersionLink
FileVersionLink

File reference

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

":
"{String}"
112
                    },
113
                    "productStructure
ProductStructure

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

":
{
114
                         "productStructureId
ProductStructureId

Product structure identifier

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

":
"{Long}"
115
                    },
116
                    "productStructureVersionLink
ProductStructureVersionLink

Product structure reference

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

":
"{String}"
117
               },
118
               "customer
Customer

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

":
{
119
                    "customerId
CustomerId

Customer identifier

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

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

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

Customer reference

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

":
"{String}"
122
               },
123
               "supplier
Supplier

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

":
{
124
                    "supplierId
SupplierId

RamBase supplier identifier

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

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

Name of supplier (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=Context in your request URI to get this field

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

Supplier general ledger account is the default account that should be used on incoming invoices for this supplier.

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

":
"{String}"
127
               },
128
               "productionResource
ProductionResource

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

":
{
129
                    "productionResourceId
ProductionResourceId

Production resource identifier

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

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

Name of production resource

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

":
"{String}",
131
                    "productionResourceLink
ProductionResourceLink

Production resource reference

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

":
"{String}"
132
               },
133
               "salesOrder
SalesOrder

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

":
{
134
                    "salesOrderId
SalesOrderId

Sales order identifier

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

":
"{Integer}",
135
                    "customersReferenceNumber
CustomersReferenceNumber

Customers reference number. E.g. the internal sales order id the customer use in their own system.

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

":
"{String}",
136
                    "customer
Customer

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

":
{
137
                         "customerId
CustomerId

Customers reference number. E.g. the internal sales order id the customer use in their own system.

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

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

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

Customer reference

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

":
"{String}"
140
                    },
141
                    "salesOrderLink
SalesOrderLink

Sales order reference

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

":
"{String}"
142
               },
143
               "salesOrderItem
SalesOrderItem

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

":
{
144
                    "salesOrderItemId
SalesOrderItemId

Sales order item identifier

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

":
"{Integer}",
145
                    "salesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

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

":
"{String}"
146
               },
147
               "manufacturer
Manufacturer

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

":
{
148
                    "manufacturerId
ManufacturerId

Manufacturer identifier

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

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

Company name of the manufacturer.

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

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

Manufacturer reference

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

":
"{String}"
151
               },
152
               "detectedOnOperation
DetectedOnOperation

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

":
{
153
                    "productionOperationId
ProductionOperationId

Production operation identifier

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

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

Name of production operation

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

":
"{String}",
155
                    "productionOperationLink
ProductionOperationLink

Production operation reference

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

":
"{String}"
156
               },
157
               "occurredOnOperation
OccurredOnOperation

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

":
{
158
                    "productionOperationId
ProductionOperationId

Production operation identifier

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

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

Name of production operation

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

":
"{String}",
160
                    "productionOperationLink
ProductionOperationLink

Production operation reference

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

":
"{String}"
161
               },
162
               "material
Material

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

":
{
163
                    "productId
ProductId

Product identifier

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

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

Name of the product

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

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

Description of the product

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

":
"{String}",
166
                    "productClassification
ProductClassification

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

":
{
167
                         "productClassificationId
ProductClassificationId

Product classification identifier

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

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

Product classification reference

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

":
"{String}"
169
                    },
170
                    "productLink
ProductLink

Product reference

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

":
"{String}"
171
               },
172
               "productionWorkOrder
ProductionWorkOrder

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

":
{
173
                    "productionWorkOrderId
ProductionWorkOrderId

Production work order identifier

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

":
"{Integer}",
174
                    "productionWorkOrderLink
ProductionWorkOrderLink

Production work order reference

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

":
"{String}"
175
               },
176
               "purchaseOrder
PurchaseOrder

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

":
{
177
                    "purchaseOrderId
PurchaseOrderId

Purchase order identifier

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

":
"{Integer}",
178
                    "purchaseOrderLink
PurchaseOrderLink

Purchase order reference

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

":
"{String}"
179
               },
180
               "purchaseOrderItem
PurchaseOrderItem

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

":
{
181
                    "purchaseOrderItemId
PurchaseOrderItemId

Item-/line-number of the purchase order

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

":
"{Integer}",
182
                    "purchaseOrderItemLink
PurchaseOrderItemLink

Purchase order item reference

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

":
"{String}"
183
               }
184
          }
185
     }
186
}

Possible error codes the response might return:

Error 105719 HTTP 403 You do not have permission to view this file
Error 100053 HTTP 403 You have only admittance to your own suppliers