API

Quality management APIs

GET quality/issues/{qualityIssueId}/external-correspondences

Gets a list of external correspondences

HTTP method GET
URI https://api.rambase.net/quality/issues/{qualityIssueId}/external-correspondences
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {qualityIssueId} Quality issue identifier
Integer, minimum 100000
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 4875, version 22

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

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

CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
ExternalCorrespondenceId Integer External correspondence identifier.
ResponseStatus Integer Quality external correspondence response status.
Responsible Integer PID of the responsible.
SentBy Integer Employee identifier. Available macros: currentUser()
Status Integer Status of the external correspondence.
Type Integer Type of external correspondence (CAR/NCR etc).

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

CreatedAt Datetime Date and time of creation
ExternalCorrespondenceId Integer External correspondence identifier
ResponseStatus Integer Quality external correspondence response status
Responsible Integer PID of the responsible
SentBy Integer Employee identifier
Status Integer Status of the external correspondence
Type Integer Type of external correspondence (CAR/NCR etc)

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
<ExternalCorrespondences>
2
     <ExternalCorrespondence>
3
          <ExternalCorrespondenceId
ExternalCorrespondenceId

External correspondence identifier

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

Status of the external correspondence

Possible domain values can be found here

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

Type of external correspondence (CAR/NCR etc)

Possible domain values can be found here

>
{Integer}</Type>
6
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
7
          <Description
Description

Description

>
{String}</Description>
8
          <Cause
Cause

String list of causes

>
{String}</Cause>
9
          <SentAt
SentAt

Date and time when correspondence was sent.

>
{Datetime}</SentAt>
10
          <ClosedAt
ClosedAt

Date and time when external correspondence was closed.

>
{Datetime}</ClosedAt>
11
          <Actions>
12
               <Suggested
Suggested

String list of suggested actions

>
{String}</Suggested>
13
               <Immediate
Immediate

String list of immediate actions.

>
{String}</Immediate>
14
               <Corrective
Corrective

String list of corrective actions

>
{String}</Corrective>
15
          </Actions>
16
          <Responsible
Responsible

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

>
17
               <EmployeeId
EmployeeId

Employee identifier

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

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

Last name of employee

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

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

Employee reference

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

>
{String}</EmployeeLink>
20
          </Responsible>
21
          <SentBy
SentBy

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

>
22
               <EmployeeId
EmployeeId

Employee identifier

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

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

Last name of employee

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

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

Employee reference

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

>
{String}</EmployeeLink>
25
          </SentBy>
26
          <Context
Context

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

>
27
               <AffectedQuantity
AffectedQuantity

Number of affected units

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

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

Total amount of units

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

>
{Integer}</TotalQuantity>
29
               <ProductUnits
ProductUnits

String list of product units

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

>
{String}</ProductUnits>
30
               <Product
Product

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

>
31
                    <ProductId
ProductId

Product source id

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

>
{Integer}</ProductId>
32
                    <Description
Description

Description of the product

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

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

Name of the product

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

>
{String}</Name>
34
                    <ProductClassification
ProductClassification

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

>
35
                         <ProductClassificationId
ProductClassificationId

Product classification identifier

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

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

Product classification reference

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

>
{String}</ProductClassificationLink>
37
                    </ProductClassification>
38
                    <ProductLink
ProductLink

Product reference

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

>
{String}</ProductLink>
39
               </Product>
40
               <ProductRevision
ProductRevision

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

>
41
                    <Revision
Revision

The Revision of the product

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

>
{String}</Revision>
42
               </ProductRevision>
43
               <ProductStructureVersion
ProductStructureVersion

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

>
44
                    <ProductStructureVersionId
ProductStructureVersionId

Product structure identifier

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

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

Drawing of the product structure

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

>
46
                         <Database
Database

Database of the object

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

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

File identifier

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

>
{String}</FileVersionId>
48
                         <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=ExternalCorrespondence.Context in your request URI to get this field

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

File reference

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

>
{String}</FileVersionLink>
50
                    </Drawing>
51
                    <ProductStructure
ProductStructure

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

>
52
                         <ProductStructureId
ProductStructureId

Product structure identifier

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

>
{Long}</ProductStructureId>
53
                    </ProductStructure>
54
                    <ProductStructureVersionLink
ProductStructureVersionLink

Product structure reference

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

>
{String}</ProductStructureVersionLink>
55
               </ProductStructureVersion>
56
               <Customer
Customer

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

>
57
                    <CustomerId
CustomerId

Customer identifier

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

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

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

Customer reference

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

>
{String}</CustomerLink>
60
               </Customer>
61
               <Supplier
Supplier

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

>
62
                    <SupplierId
SupplierId

RamBase supplier identifier

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

>
{Integer}</SupplierId>
63
                    <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=ExternalCorrespondence.Context in your request URI to get this field

>
{String}</Name>
64
                    <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=ExternalCorrespondence.Context in your request URI to get this field

>
{String}</SupplierLink>
65
               </Supplier>
66
               <ProductionResource
ProductionResource

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

>
67
                    <ProductionResourceId
ProductionResourceId

Production resource identifier

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

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

Name of production resource

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

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

Production resource reference

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

>
{String}</ProductionResourceLink>
70
               </ProductionResource>
71
               <SalesOrder
SalesOrder

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

>
72
                    <SalesOrderId
SalesOrderId

Sales order identifier

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

>
{Integer}</SalesOrderId>
73
                    <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=ExternalCorrespondence.Context in your request URI to get this field

>
{String}</CustomersReferenceNumber>
74
                    <SalesOrderLink
SalesOrderLink

Sales order reference

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

>
{String}</SalesOrderLink>
75
               </SalesOrder>
76
               <Manufacturer
Manufacturer

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

>
77
                    <ManufacturerId
ManufacturerId

Manufacturer identifier

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

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

Company name of the manufacturer.

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

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

Manufacturer reference

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

>
{String}</ManufacturerLink>
80
               </Manufacturer>
81
               <Material
Material

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

>
82
                    <ProductId
ProductId

Product source id

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

>
{Integer}</ProductId>
83
                    <Description
Description

Description of the product

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

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

Name of the product

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

>
{String}</Name>
85
                    <ProductClassification
ProductClassification

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

>
86
                         <ProductClassificationId
ProductClassificationId

Product classification identifier

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

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

Product classification reference

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

>
{String}</ProductClassificationLink>
88
                    </ProductClassification>
89
                    <ProductLink
ProductLink

Product reference

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

>
{String}</ProductLink>
90
               </Material>
91
               <ProductionWorkOrder
ProductionWorkOrder

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

>
92
                    <ProductionWorkOrderId
ProductionWorkOrderId

Production work order identifier

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

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

Production work order reference

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

>
{String}</ProductionWorkOrderLink>
94
               </ProductionWorkOrder>
95
               <PurchaseOrder
PurchaseOrder

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

>
96
                    <PurchaseOrderId
PurchaseOrderId

Purchase order identifier

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

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

Purchase order reference

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

>
{String}</PurchaseOrderLink>
98
               </PurchaseOrder>
99
          </Context>
100
          <Response
Response

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

>
101
               <IsRequired
IsRequired

If true, a response is required

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

>
{Boolean}</IsRequired>
102
               <ReceivedAt
ReceivedAt

Date and time when response was received.

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

>
{Datetime}</ReceivedAt>
103
               <Status
Status

Quality external correspondence response status

Possible domain values can be found here

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

>
{Integer}</Status>
104
               <IsSigned
IsSigned

If true this response is signed

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

>
{Boolean}</IsSigned>
105
               <Comment
Comment

Description of the response

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

>
{String}</Comment>
106
               <SuggestedAction
SuggestedAction

Action on the response

Possible domain values can be found here

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

>
{Integer}</SuggestedAction>
107
          </Response>
108
     </ExternalCorrespondence>
109
     <Paging
Paging

Detailed paging information for this list.

>
110
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
113
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

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

>
{String}</FirstPageKey>
114
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
115
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

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

>
{String}</PreviousPageKey>
116
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
117
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

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

>
{String}</NextPageKey>
118
          <NextPage
NextPage

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

>
{String}</NextPage>
119
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

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

>
{String}</LastPageKey>
120
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
122
     </Paging>
123
</ExternalCorrespondences>
1
{
2
     "externalCorrespondences": [
3
          {
4
               "externalCorrespondenceId
ExternalCorrespondenceId

External correspondence identifier

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

Status of the external correspondence

Possible domain values can be found here

":
"{Integer}",
6
               "type
Type

Type of external correspondence (CAR/NCR etc)

Possible domain values can be found here

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

Date and time of creation

":
"{Datetime}",
8
               "description
Description

Description

":
"{String}",
9
               "cause
Cause

String list of causes

":
"{String}",
10
               "sentAt
SentAt

Date and time when correspondence was sent.

":
"{Datetime}",
11
               "closedAt
ClosedAt

Date and time when external correspondence was closed.

":
"{Datetime}",
12
               "actions": {
13
                    "suggested
Suggested

String list of suggested actions

":
"{String}",
14
                    "immediate
Immediate

String list of immediate actions.

":
"{String}",
15
                    "corrective
Corrective

String list of corrective actions

":
"{String}"
16
               },
17
               "responsible
Responsible

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

":
{
18
                    "employeeId
EmployeeId

Employee identifier

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

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

Last name of employee

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

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

Employee reference

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

":
"{String}"
21
               },
22
               "sentBy
SentBy

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

":
{
23
                    "employeeId
EmployeeId

Employee identifier

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

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

Last name of employee

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

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

Employee reference

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

":
"{String}"
26
               },
27
               "context
Context

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

":
{
28
                    "affectedQuantity
AffectedQuantity

Number of affected units

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

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

Total amount of units

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

":
"{Integer}",
30
                    "productUnits
ProductUnits

String list of product units

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

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

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

":
{
32
                         "productId
ProductId

Product source id

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

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

Description of the product

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

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

Name of the product

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

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

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

":
{
36
                              "productClassificationId
ProductClassificationId

Product classification identifier

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

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

Product classification reference

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

":
"{String}"
38
                         },
39
                         "productLink
ProductLink

Product reference

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

":
"{String}"
40
                    },
41
                    "productRevision
ProductRevision

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

":
{
42
                         "revision
Revision

The Revision of the product

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

":
"{String}"
43
                    },
44
                    "productStructureVersion
ProductStructureVersion

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

":
{
45
                         "productStructureVersionId
ProductStructureVersionId

Product structure identifier

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

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

Drawing of the product structure

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

":
{
47
                              "database
Database

Database of the object

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

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

File identifier

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

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

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

File reference

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

":
"{String}"
51
                         },
52
                         "productStructure
ProductStructure

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

":
{
53
                              "productStructureId
ProductStructureId

Product structure identifier

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

":
"{Long}"
54
                         },
55
                         "productStructureVersionLink
ProductStructureVersionLink

Product structure reference

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

":
"{String}"
56
                    },
57
                    "customer
Customer

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

":
{
58
                         "customerId
CustomerId

Customer identifier

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

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

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

Customer reference

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

":
"{String}"
61
                    },
62
                    "supplier
Supplier

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

":
{
63
                         "supplierId
SupplierId

RamBase supplier identifier

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

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

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

":
"{String}"
66
                    },
67
                    "productionResource
ProductionResource

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

":
{
68
                         "productionResourceId
ProductionResourceId

Production resource identifier

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

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

Name of production resource

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

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

Production resource reference

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

":
"{String}"
71
                    },
72
                    "salesOrder
SalesOrder

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

":
{
73
                         "salesOrderId
SalesOrderId

Sales order identifier

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

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

":
"{String}",
75
                         "salesOrderLink
SalesOrderLink

Sales order reference

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

":
"{String}"
76
                    },
77
                    "manufacturer
Manufacturer

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

":
{
78
                         "manufacturerId
ManufacturerId

Manufacturer identifier

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

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

Company name of the manufacturer.

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

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

Manufacturer reference

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

":
"{String}"
81
                    },
82
                    "material
Material

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

":
{
83
                         "productId
ProductId

Product source id

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

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

Description of the product

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

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

Name of the product

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

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

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

":
{
87
                              "productClassificationId
ProductClassificationId

Product classification identifier

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

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

Product classification reference

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

":
"{String}"
89
                         },
90
                         "productLink
ProductLink

Product reference

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

":
"{String}"
91
                    },
92
                    "productionWorkOrder
ProductionWorkOrder

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

":
{
93
                         "productionWorkOrderId
ProductionWorkOrderId

Production work order identifier

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

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

Production work order reference

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

":
"{String}"
95
                    },
96
                    "purchaseOrder
PurchaseOrder

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

":
{
97
                         "purchaseOrderId
PurchaseOrderId

Purchase order identifier

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

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

Purchase order reference

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

":
"{String}"
99
                    }
100
               },
101
               "response
Response

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

":
{
102
                    "isRequired
IsRequired

If true, a response is required

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

":
"{Boolean}",
103
                    "receivedAt
ReceivedAt

Date and time when response was received.

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

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

Quality external correspondence response status

Possible domain values can be found here

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

":
"{Integer}",
105
                    "isSigned
IsSigned

If true this response is signed

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

":
"{Boolean}",
106
                    "comment
Comment

Description of the response

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

":
"{String}",
107
                    "suggestedAction
SuggestedAction

Action on the response

Possible domain values can be found here

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

":
"{Integer}"
108
               }
109
          }
110
     ],
111
     "paging
Paging

Detailed paging information for this list.

":
{
112
          "pageSize
PageSize

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

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

Position of the first element in the list

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

Page index

":
"{Integer}",
115
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

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

":
"{String}",
116
          "firstPage
FirstPage

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

":
"{String}",
117
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

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

":
"{String}",
118
          "previousPage
PreviousPage

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

":
"{String}",
119
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

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

":
"{String}",
120
          "nextPage
NextPage

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

":
"{String}",
121
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

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

":
"{String}",
122
          "lastPage
LastPage

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

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

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

":
"{Integer}"
124
     }
125
}

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

Possible error codes the response might return:

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