API

Quality management APIs

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

Gets an external correspondence

HTTP method GET
URI https://api.rambase.net/quality/issues/{qualityIssueId}/external-correspondences/{externalCorrespondenceId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {qualityIssueId} Quality issue identifier
Integer, minimum 100000
- URI parameter {externalCorrespondenceId} External correspondence identifier
Integer, minimum 1
Successful HTTP status code 200
API resource identifier 4864, version 27

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.

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

External correspondence identifier

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

Status of the external correspondence

Possible domain values can be found here

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

Type of external correspondence (CAR/NCR etc)

Possible domain values can be found here

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

Date and time of creation

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

Description

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

String list of causes

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

Date and time when correspondence was sent.

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

Date and time when external correspondence was closed.

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

String list of suggested actions

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

String list of immediate actions.

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

String list of corrective actions

>
{String}</Corrective>
14
     </Actions>
15
     <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

>
16
          <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>
17
          <Name
Name

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}</Name>
18
          <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>
19
     </Responsible>
20
     <SentBy
SentBy

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

>
21
          <EmployeeId
EmployeeId

Employee identifier

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

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

Last name of employee

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

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

Employee reference

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

>
{String}</EmployeeLink>
24
     </SentBy>
25
     <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

>
26
          <AffectedQuantity
AffectedQuantity

Number of affected units

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>
27
          <TotalQuantity
TotalQuantity

Total amount of units

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>
28
          <ProductUnits
ProductUnits

String list of product units

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}</ProductUnits>
29
          <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

>
30
               <ProductId
ProductId

Product source id

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>
31
               <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>
32
               <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>
33
               <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

>
34
                    <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>
35
                    <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>
36
               </ProductClassification>
37
               <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>
38
          </Product>
39
          <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

>
40
               <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>
41
          </ProductRevision>
42
          <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

>
43
               <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>
44
               <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

>
45
                    <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>
46
                    <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>
47
                    <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>
48
                    <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>
49
               </Drawing>
50
               <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

>
51
                    <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>
52
               </ProductStructure>
53
               <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>
54
          </ProductStructureVersion>
55
          <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

>
56
               <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>
57
               <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>
58
               <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>
59
          </Customer>
60
          <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

>
61
               <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>
62
               <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>
63
               <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>
64
          </Supplier>
65
          <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

>
66
               <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>
67
               <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>
68
               <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>
69
          </ProductionResource>
70
          <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

>
71
               <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>
72
               <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>
73
               <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>
74
          </SalesOrder>
75
          <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

>
76
               <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>
77
               <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>
78
               <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>
79
          </Manufacturer>
80
          <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

>
81
               <ProductId
ProductId

Product source id

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>
82
               <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>
83
               <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>
84
               <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

>
85
                    <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>
86
                    <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>
87
               </ProductClassification>
88
               <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>
89
          </Material>
90
          <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

>
91
               <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>
92
               <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>
93
          </ProductionWorkOrder>
94
          <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

>
95
               <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>
96
               <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>
97
          </PurchaseOrder>
98
     </Context>
99
     <Response
Response

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

>
100
          <IsRequired
IsRequired

If true, a response is required

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

>
{Boolean}</IsRequired>
101
          <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=Response in your request URI to get this field

>
{Datetime}</ReceivedAt>
102
          <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=Response in your request URI to get this field

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

If true this response is signed

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

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

Description of the response

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

>
{String}</Comment>
105
          <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=Response in your request URI to get this field

>
{Integer}</SuggestedAction>
106
     </Response>
107
</ExternalCorrespondence>
1
{
2
     "externalCorrespondence": {
3
          "externalCorrespondenceId
ExternalCorrespondenceId

External correspondence identifier

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

Status of the external correspondence

Possible domain values can be found here

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

Type of external correspondence (CAR/NCR etc)

Possible domain values can be found here

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

Date and time of creation

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

Description

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

String list of causes

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

Date and time when correspondence was sent.

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

Date and time when external correspondence was closed.

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

String list of suggested actions

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

String list of immediate actions.

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

String list of corrective actions

":
"{String}"
15
          },
16
          "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

":
{
17
               "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}",
18
               "name
Name

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}",
19
               "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}"
20
          },
21
          "sentBy
SentBy

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

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

Last name of employee

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

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

Employee reference

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

":
"{String}"
25
          },
26
          "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

":
{
27
               "affectedQuantity
AffectedQuantity

Number of affected units

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}",
28
               "totalQuantity
TotalQuantity

Total amount of units

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}",
29
               "productUnits
ProductUnits

String list of product units

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}",
30
               "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

":
{
31
                    "productId
ProductId

Product source id

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}",
32
                    "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}",
33
                    "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}",
34
                    "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

":
{
35
                         "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}",
36
                         "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}"
37
                    },
38
                    "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}"
39
               },
40
               "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

":
{
41
                    "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}"
42
               },
43
               "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

":
{
44
                    "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}",
45
                    "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

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

":
"{String}",
49
                         "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}"
50
                    },
51
                    "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

":
{
52
                         "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}"
53
                    },
54
                    "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}"
55
               },
56
               "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

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

":
"{String}",
59
                    "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}"
60
               },
61
               "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

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

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

":
"{String}"
65
               },
66
               "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

":
{
67
                    "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}",
68
                    "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}",
69
                    "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}"
70
               },
71
               "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

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

":
"{String}",
74
                    "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}"
75
               },
76
               "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

":
{
77
                    "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}",
78
                    "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}",
79
                    "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}"
80
               },
81
               "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

":
{
82
                    "productId
ProductId

Product source id

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}",
83
                    "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}",
84
                    "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}",
85
                    "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

":
{
86
                         "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}",
87
                         "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}"
88
                    },
89
                    "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}"
90
               },
91
               "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

":
{
92
                    "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}",
93
                    "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}"
94
               },
95
               "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

":
{
96
                    "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}",
97
                    "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}"
98
               }
99
          },
100
          "response
Response

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

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

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

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

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

Description of the response

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

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

":
"{Integer}"
107
          }
108
     }
109
}

Possible error codes the response might return:

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